Class LdapEmailServiceActivator
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.LdapEmailServiceActivator
- All Implemented Interfaces:
 AutoCloseable
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcancelImpl(Account account) protected voidcheckLDAPResult(int status_code) protected voidcreateImpl(Account account) protected voidmodifyImpl(Account account) protected voidremoveDomainImpl(Domain domain) protected voidupdateDomainImpl(Domain domain) Methods inherited from class ru.bitel.bgbilling.modules.email.server.bean.EmailServiceActivator
cancel, close, create, modify, removeDomain, updateDomainMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError 
- 
Constructor Details
- 
LdapEmailServiceActivator
public LdapEmailServiceActivator(Domain domain, ParameterMap moduleSetup) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 
 - 
 - 
Method Details
- 
createImpl
- Specified by:
 createImplin classEmailServiceActivator- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
modifyImpl
- Specified by:
 modifyImplin classEmailServiceActivator- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
cancelImpl
- Specified by:
 cancelImplin classEmailServiceActivator- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
checkLDAPResult
protected void checkLDAPResult(int status_code) throws ru.bitel.bgbilling.common.BGException - 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
 
 -