Interface EmailService
public interface EmailService
-
Method Summary
Modifier and TypeMethodDescriptionaccountGet
(int id) int
accountUpdate
(int contractId, Account account, boolean autoPassword) attributeRows
(int attributeId) void
attributeValueUpdate
(int attributeId, List<AttributeValue> valueList) void
domainDelete
(int domainId) domainGet
(int domainId) domainList
(String orderBy) int
domainUpdate
(Domain domain) List<ru.bitel.bgbilling.common.model.KeyValue>
-
Method Details
-
domainGet
- Throws:
Exception
-
domainDelete
- Throws:
Exception
-
domainUpdate
- Throws:
Exception
-
domainList
- Throws:
Exception
-
attributeList
- Throws:
Exception
-
attributeRows
- Throws:
Exception
-
attributeValueUpdate
- Throws:
Exception
-
quotaList
- Throws:
Exception
-
accountGet
- Throws:
Exception
-
accountUpdate
- Throws:
Exception
-