Interface CustomerService
public interface CustomerService
-
Method Summary
Modifier and TypeMethodDescriptioncustomerAccountAdd
(int customerId, long account) void
customerAccountDelete
(int customerId, long account) customerAccounts
(int customerId) void
customerAccountSet
(int customerId, int contractId, long account) customerBankUpdate
(int customerId, String text) customerByAccount
(long account) customerContactUpdate
(int customerId, CustomerContactType contactType, String text) customerContracts
(int customerId, LocalDateTime onTime) void
customerDelete
(int customerId) customerEmails
(int customerId, int contractId) customerEmployeeDelete
(int customerId, String customerEmployeeUUID) customerEmployeeList
(int customerId) customerEmployeeUpdate
(int customerId, CustomerEmployee customerEmployee) void
customerLinkSet
(int contractId, int сustomerId) int
customerNewSet
(int contractId) customerParameterGet
(int contractId) customerParameterHistory
(int customerId, String fieldKey, int lastRecordCount) customerParameterUpdate
(int customerId, String fieldValue, String text) customerPropertyParams
(int customerId) customerSearch
(Customer.CustomerType customerType, String text) Поиск клиентовboolean
customerUnlinkContract
(int contractId, LocalDateTime unlinkTime) searchCustomerList
(Customer.CustomerType customerType, List<ru.bitel.bgbilling.common.model.KeyValue> filters, Page page, String[] sort)
-
Method Details
-
customerEmployeeList
- Throws:
Exception
-
customerEmployeeUpdate
- Throws:
Exception
-
customerEmployeeDelete
- Throws:
Exception
-
customerByAccount
- Throws:
Exception
-
searchCustomerList
SearchResult<Customer> searchCustomerList(Customer.CustomerType customerType, List<ru.bitel.bgbilling.common.model.KeyValue> filters, Page page, String[] sort) throws Exception - Throws:
Exception
-
customerAccounts
- Throws:
Exception
-
customerAccountAdd
- Throws:
Exception
-
customerAccountSet
- Throws:
Exception
-
customerAccountDelete
- Throws:
Exception
-
customerParameterGet
- Throws:
Exception
-
customerParameterUpdate
- Throws:
Exception
-
customerContactUpdate
String customerContactUpdate(int customerId, CustomerContactType contactType, String text) throws Exception - Throws:
Exception
-
customerBankUpdate
- Throws:
Exception
-
customerNewSet
- Throws:
Exception
-
customerDelete
- Throws:
Exception
-
customerSearch
Поиск клиентов- Parameters:
customerType
-true - ищем юр. лицfalse - ищем физ. лицtext
-строка поиска, в зависимости от содержимого строки и значения параметра uPerson ищет по ИНН, серии и номеру паспорта, огрн, названию, дате рождения и дате выдачи паспорта- Returns:
- json array
- Throws:
Exception
-
customerLinkSet
- Throws:
Exception
-
customerContracts
- Throws:
Exception
-
customerUnlinkContract
- Throws:
Exception
-
customerParameterHistory
String customerParameterHistory(int customerId, String fieldKey, int lastRecordCount) throws Exception - Throws:
Exception
-
customerEmails
- Throws:
Exception
-
customerPropertyParams
- Throws:
Exception
-