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 Exception - Throws:
Exception
-
serviceSpecTree
ServiceSpec serviceSpecTree(Integer moduleId, Date dateFrom, Date dateTo, String title) throws Exception - Throws:
Exception
-
serviceSpecGet
- Throws:
Exception
-
serviceSpecUpdate
- Throws:
Exception
-
serviceSpecDelete
- Throws:
Exception
-
serviceSpecMove
- Throws:
Exception
-
serviceList
- Throws:
Exception
-
serviceUpdate
- Throws:
Exception
-
serviceDelete
- Throws:
Exception
-
serviceDeleteByProduct
- Throws:
Exception
-