Interface EmailService
public interface EmailService
-
Method Summary
Modifier and TypeMethodDescriptionaccountGet(int id) intaccountUpdate(int contractId, Account account, boolean autoPassword) attributeRows(int attributeId) voidattributeValueUpdate(int attributeId, List<AttributeValue> valueList) voiddomainDelete(int domainId) domainGet(int domainId) domainList(String orderBy) intdomainUpdate(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
-