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 Exception- Throws:
 Exception
 - 
mailList
List<ru.bitel.bgbilling.kernel.admin.mail.common.dto.MailDto> mailList(String componentId) throws Exception - Throws:
 Exception
 - 
mailConfigGet
- Throws:
 Exception
 - 
mailConfigUpdate
- Throws:
 Exception
 - 
configList
- Throws:
 Exception
 - 
configParamUpdate
- Throws:
 Exception
 
 -