Class EmailUtils
java.lang.Object
ru.bitel.bgbilling.modules.email.server.bean.EmailUtils
public class EmailUtils
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description EmailUtils()
-
Method Summary
Modifier and Type Method Description static boolean
checkAccountName(java.lang.String name, ParameterMap moduleSetup)
static boolean
checkForwardEmail(java.lang.String email, ParameterMap moduleSetup)
static void
deleteAccount(Account account, DomainManager domainManager, AccountManager accountManager)
static ContractPermition
getCurrentPermition(int moduleId, int contractId, Account account, java.sql.Connection con, ParameterMap moduleSetup)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EmailUtils
public EmailUtils()
-
-
Method Details
-
checkForwardEmail
-
checkAccountName
-
getCurrentPermition
public static ContractPermition getCurrentPermition(int moduleId, int contractId, Account account, java.sql.Connection con, ParameterMap moduleSetup) -
deleteAccount
public static void deleteAccount(Account account, DomainManager domainManager, AccountManager accountManager) throws ru.bitel.bgbilling.common.BGException- Throws:
ru.bitel.bgbilling.common.BGException
-