Interface ServiceService
public interface ServiceService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serviceDelete
(int contractId, int id) void
serviceDeleteByProduct
(int contractId, int productId) serviceList
(int contractId, int productId) void
serviceSpecDelete
(int id) serviceSpecGet
(int id) serviceSpecList
(Integer moduleId, Date dateFrom, Date dateTo, String title) void
serviceSpecMove
(int id, Set<Integer> ids) serviceSpecTree
(Integer moduleId, Date dateFrom, Date dateTo, String title) int
serviceSpecUpdate
(ServiceSpec serviceSpec) int
serviceUpdate
(Service service)
-
Method Details
-
serviceSpecList
List<ServiceSpec> serviceSpecList(Integer moduleId, Date dateFrom, Date dateTo, String title) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
serviceSpecTree
ServiceSpec serviceSpecTree(Integer moduleId, Date dateFrom, Date dateTo, String title) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
serviceSpecGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
serviceSpecUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
serviceSpecDelete
void serviceSpecDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
serviceSpecMove
- Throws:
ru.bitel.bgbilling.common.BGException
-
serviceList
List<Service> serviceList(int contractId, int productId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
serviceUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
serviceDelete
void serviceDelete(int contractId, int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
serviceDeleteByProduct
void serviceDeleteByProduct(int contractId, int productId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-