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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
cancelImpl
(Account account) void
close()
protected void
createImpl
(Account account) protected void
modifyImpl
(Account account) protected void
removeDomainImpl
(Domain domain) protected void
updateDomainImpl
(Domain domain) protected void
updateForwards
(Account account) Methods inherited from class ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
cancel, create, modify, removeDomain, updateDomain
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
getLogger, 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:
close
in interfaceAutoCloseable
- Overrides:
close
in classEmailServiceActivator
-
createImpl
- Specified by:
createImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-
modifyImpl
- Specified by:
modifyImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateForwards
- Throws:
SQLException
-
cancelImpl
- Specified by:
cancelImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-
removeDomainImpl
- Specified by:
removeDomainImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-
updateDomainImpl
- Specified by:
updateDomainImpl
in classEmailServiceActivator
- Throws:
ru.bitel.bgbilling.common.BGException
-