Class FindContractUtils
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.FindContractUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
findContractByCerbercrypt
(Connection con, int mid, String card) static int
findContractByEmail
(Connection con, String email) static int
findContractByInetLogin
(Connection con, int moduleId, String inetLogin) static int
findContractByLogin
(Connection con, int mid, String login) static int
findContractByMPSLogin
(Connection con, int mid, String _login) static int
findContractByParameter
(Connection con, int parameterId, String value) static int
findContractByPhone
(Connection con, int mid, String phone) static int
findContractByTitle
(Connection con, String title) static int
findContractByVoice
(Connection con, int mid, 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
-
findContractByLogin
-
findContractByVoice
-
findContractByPhone
-
findContractByTitle
-
findContractByCerbercrypt
-
findContractByMPSLogin
-
findContractByInetLogin
public static int findContractByInetLogin(Connection con, int moduleId, String inetLogin) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-