java.lang.Object
ru.bitel.bgbilling.kernel.contract.api.server.bean.customer.CustomerDao

public class CustomerDao extends Object
  • Field Details

  • Constructor Details

    • CustomerDao

      public CustomerDao(Connection con)
  • Method Details

    • searchCustomer

      public void searchCustomer(SearchResult<Customer> searchResult, Customer.CustomerType customerType, List<ru.bitel.bgbilling.common.model.KeyValue> filters) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCustomerLink

      public Optional<CustomerLink> getCustomerLink(int contractId, LocalDateTime dateTime) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • addCustomerLink

      public void addCustomerLink(CustomerLink customerLink) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getNewCustomerId

      public int getNewCustomerId(Customer.CustomerType type) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateCustomerFieldValue

      public String updateCustomerFieldValue(int customerId, String fieldKey, String fieldValue, int userId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCustomerDataJson

      public org.json.JSONObject getCustomerDataJson(int customerId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCustomer

      public Customer getCustomer(int customerId) throws ru.bitel.bgbilling.common.BGException
      Строка в JSON формате с данными клиента
      Parameters:
      customerId -
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGException
    • searchByKey

      public org.json.JSONArray searchByKey(Customer.CustomerType customerType, String key, String value) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • searchByPassportRF

      public org.json.JSONArray searchByPassportRF(String serial, String number) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • setCustomerLink

      public void setCustomerLink(int contractId, int сustomerId, LocalDateTime linkDateTimeFrom) throws ru.bitel.bgbilling.common.BGException
      Установка связки клиент - договор
      Parameters:
      contractId - id договора
      \u0441ustomerId - id кастомера
      linkDateTimeFrom - время привязки
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCustomerContracts

      public org.json.JSONArray getCustomerContracts(int customerId, LocalDateTime onTime) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • setCustomerUnlinkContract

      public boolean setCustomerUnlinkContract(int contractId, LocalDateTime unlinkTime) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCustomerParameterHistory

      public String getCustomerParameterHistory(int customerId, String fieldKey, int lastRecordCount) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getCustomerParameter

      public String getCustomerParameter(int customerId, String fieldKey) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException