Class CustomerDao
java.lang.Object
ru.bitel.bgbilling.kernel.contract.api.server.bean.customer.CustomerDao
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomerLink
(CustomerLink customerLink) customerAccountAdd
(int customerId, long account, int userId) void
customerAccountDelete
(int customerId, long account) customerAccounts
(int customerId) void
customerAccountSet
(int customerId, int contractId, long account) customerByCustomerAccount
(long account) customerEmployeeDelete
(int customerId, String uuid, int userId) customerEmployeeList
(int customerId) customerEmployeeUpdate
(int customerId, CustomerEmployee value, int userId) void
deleteCustomer
(int customerId) getCustomer
(int customerId) Строка в JSON формате с данными клиентаgetCustomerContracts
(int customerId, LocalDateTime onTime) org.json.JSONObject
getCustomerDataJson
(int customerId) getCustomerLink
(int contractId, LocalDateTime dateTime) getCustomerParameter
(int customerId, String fieldKey) getCustomerParameterHistory
(int customerId, String fieldKey, int lastRecordCount) int
org.json.JSONArray
searchByKey
(Customer.CustomerType customerType, String key, String value) void
searchCustomer
(SearchResult<Customer> searchResult, Customer.CustomerType customerType, List<ru.bitel.bgbilling.common.model.KeyValue> filters) void
setCustomerLink
(int contractId, int customerId, LocalDateTime linkDateTimeFrom) Установка связки клиент - договорboolean
setCustomerUnlinkContract
(int contractId, LocalDateTime unlinkTime) updateCustomerBank
(int customerId, String text, int userId) updateCustomerContact
(int customerId, CustomerContactType contactType, String value, int userId) updateCustomerFieldValue
(int customerId, String fieldKey, String fieldValue, int userId)
-
Field Details
-
TABLE_CUSTOMER
- See Also:
-
TABLE_CUSTOMER_LOG
- See Also:
-
TABLE_CUSTOMER_LINK
- See Also:
-
TABLE_CUSTOMER_ACCOUNT
- See Also:
-
-
Constructor Details
-
CustomerDao
-
-
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
- 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
-
updateCustomerContact
public String updateCustomerContact(int customerId, CustomerContactType contactType, String value, int userId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
updateCustomerBank
public String updateCustomerBank(int customerId, String text, int userId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
customerEmployeeList
public List<CustomerEmployee> customerEmployeeList(int customerId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
customerEmployeeUpdate
public String customerEmployeeUpdate(int customerId, CustomerEmployee value, int userId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
customerEmployeeDelete
public String customerEmployeeDelete(int customerId, String uuid, 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
Строка в 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
-
setCustomerLink
public void setCustomerLink(int contractId, int customerId, LocalDateTime linkDateTimeFrom) throws ru.bitel.bgbilling.common.BGException Установка связки клиент - договор- Parameters:
contractId
- id договораcustomerId
- id кастомераlinkDateTimeFrom
- время привязки- Throws:
ru.bitel.bgbilling.common.BGException
-
getCustomerContracts
public List<CustomerContract> 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
-
deleteCustomer
public void deleteCustomer(int customerId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
customerByCustomerAccount
public Customer customerByCustomerAccount(long account) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
customerAccounts
public List<CustomerAccount> customerAccounts(int customerId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
customerAccountAdd
public CustomerAccount customerAccountAdd(int customerId, long account, int userId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
customerAccountDelete
public void customerAccountDelete(int customerId, long account) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
customerAccountSet
public void customerAccountSet(int customerId, int contractId, long account) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-