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:
ru.bitel.bgbilling.common.BGException
-
domainDelete
void domainDelete(int domainId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
domainUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
domainList
- Throws:
ru.bitel.bgbilling.common.BGException
-
attributeList
- Throws:
ru.bitel.bgbilling.common.BGException
-
attributeRows
- Throws:
ru.bitel.bgbilling.common.BGException
-
attributeValueUpdate
void attributeValueUpdate(int attributeId, List<AttributeValue> valueList) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
quotaList
List<ru.bitel.bgbilling.common.model.KeyValue> quotaList() throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-
accountGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
accountUpdate
int accountUpdate(int contractId, Account account, boolean autoPassword) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-