Class FindContractUtils
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.FindContractUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intfindContractByCerbercrypt(Connection con, int moduleId, String card) static intfindContractByEmail(Connection con, String email) static intfindContractByInetLogin(Connection con, int moduleId, String inetLogin) static intfindContractByMPSLogin(Connection con, int moduleId, String _login) static intfindContractByParameter(Connection con, int parameterId, String value) static intfindContractByTitle(Connection con, String title) static intfindContractByVoice(Connection con, int moduleId, String phone)
-
Constructor Details
-
FindContractUtils
public FindContractUtils()
-
-
Method Details
-
findContractByParameter
public static int findContractByParameter(Connection con, int parameterId, String value) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
findContractByEmail
-
findContractByVoice
-
findContractByTitle
-
findContractByCerbercrypt
-
findContractByMPSLogin
-
findContractByInetLogin
-