Interface MailService
public interface MailService
- 
Method Summary
Modifier and TypeMethodDescriptionList<ru.bitel.bgbilling.common.model.KeyValue>voidconfigParamUpdate(ru.bitel.bgbilling.common.model.KeyValue keyValue) List<ru.bitel.bgbilling.kernel.admin.mail.common.dto.MailComponentDto>mailConfigGet(String componentId, int moduleId, String key) voidmailConfigUpdate(MailConfig mailConfig) List<ru.bitel.bgbilling.kernel.admin.mail.common.dto.MailDto> 
- 
Method Details
- 
mailComponentList
List<ru.bitel.bgbilling.kernel.admin.mail.common.dto.MailComponentDto> mailComponentList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
mailList
List<ru.bitel.bgbilling.kernel.admin.mail.common.dto.MailDto> mailList(String componentId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
mailConfigGet
MailConfig mailConfigGet(String componentId, int moduleId, String key) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
mailConfigUpdate
void mailConfigUpdate(MailConfig mailConfig) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
configList
List<ru.bitel.bgbilling.common.model.KeyValue> configList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
configParamUpdate
void configParamUpdate(ru.bitel.bgbilling.common.model.KeyValue keyValue) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -