Class FindContractUtils

java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.FindContractUtils

public class FindContractUtils extends Object
  • 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

      public static int findContractByEmail(Connection con, String email)
    • findContractByLogin

      public static int findContractByLogin(Connection con, int mid, String login)
    • findContractByVoice

      public static int findContractByVoice(Connection con, int mid, String phone)
    • findContractByPhone

      public static int findContractByPhone(Connection con, int mid, String phone)
    • findContractByTitle

      public static int findContractByTitle(Connection con, String title)
    • findContractByCerbercrypt

      public static int findContractByCerbercrypt(Connection con, int mid, String card)
    • findContractByMPSLogin

      public static int findContractByMPSLogin(Connection con, int mid, String _login)
    • findContractByInetLogin

      public static int findContractByInetLogin(Connection con, int moduleId, String inetLogin) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException