Interface CustomerService
public interface CustomerService
-
Method Summary
Modifier and TypeMethodDescriptioncustomerEmployeeDelete
(int customerId, String customerEmployeeUUID) customerEmployeeList
(int customerId) customerEmployeeUpdate
(int customerId, CustomerEmployee customerEmployee)
-
Method Details
-
customerEmployeeList
List<CustomerEmployee> customerEmployeeList(int customerId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
customerEmployeeUpdate
String customerEmployeeUpdate(int customerId, CustomerEmployee customerEmployee) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
customerEmployeeDelete
String customerEmployeeDelete(int customerId, String customerEmployeeUUID) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-