Class JDBCEmailServiceActivator
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
ru.bitel.bgbilling.modules.email.server.bean.JDBCEmailServiceActivator
- All Implemented Interfaces:
 AutoCloseable
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcancelImpl(Account account) voidclose()protected voidcreateImpl(Account account) protected voidmodifyImpl(Account account) protected voidremoveDomainImpl(Domain domain) protected voidupdateDomainImpl(Domain domain) protected voidupdateForwards(Account account) Methods inherited from class ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
cancel, create, modify, removeDomain, updateDomainMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError 
- 
Constructor Details
- 
JDBCEmailServiceActivator
public JDBCEmailServiceActivator(Domain domain, ParameterMap moduleSetup) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 
 - 
 - 
Method Details
- 
close
public void close()- Specified by:
 closein interfaceAutoCloseable- Overrides:
 closein classEmailServiceActivator
 - 
createImpl
- Specified by:
 createImplin classEmailServiceActivator- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
modifyImpl
- Specified by:
 modifyImplin classEmailServiceActivator- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
updateForwards
- Throws:
 SQLException
 - 
cancelImpl
- Specified by:
 cancelImplin classEmailServiceActivator- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
removeDomainImpl
- Specified by:
 removeDomainImplin classEmailServiceActivator- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
updateDomainImpl
- Specified by:
 updateDomainImplin classEmailServiceActivator- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -