Interface ServiceService
public interface ServiceService
-
Method Summary
Modifier and TypeMethodDescriptionvoidserviceDelete(int contractId, int id) voidserviceDeleteByProduct(int contractId, int productId) serviceList(int contractId, int productId) voidserviceSpecDelete(int id) serviceSpecGet(int id) serviceSpecList(Integer moduleId, Date dateFrom, Date dateTo, String title) voidserviceSpecMove(int id, Set<Integer> ids) serviceSpecTree(Integer moduleId, Date dateFrom, Date dateTo, String title) intserviceSpecUpdate(ServiceSpec serviceSpec) intserviceUpdate(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
-