public interface ServiceService
| Modifier and Type | Method and Description |
|---|---|
void |
serviceDelete(int contractId,
int id) |
void |
serviceDeleteByProduct(int contractId,
int productId) |
java.util.List<Service> |
serviceList(int contractId,
int productId) |
void |
serviceSpecDelete(int id) |
ServiceSpec |
serviceSpecGet(int id) |
java.util.List<ServiceSpec> |
serviceSpecList(java.lang.Integer moduleId,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String title) |
void |
serviceSpecMove(int id,
java.util.Set<java.lang.Integer> ids) |
ServiceSpec |
serviceSpecTree(java.lang.Integer moduleId,
java.util.Date dateFrom,
java.util.Date dateTo,
java.lang.String title) |
int |
serviceSpecUpdate(ServiceSpec serviceSpec) |
int |
serviceUpdate(Service service) |
java.util.List<ServiceSpec> serviceSpecList(java.lang.Integer moduleId, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionServiceSpec serviceSpecTree(java.lang.Integer moduleId, java.util.Date dateFrom, java.util.Date dateTo, java.lang.String title) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionServiceSpec serviceSpecGet(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint serviceSpecUpdate(ServiceSpec serviceSpec) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid serviceSpecDelete(int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid serviceSpecMove(int id,
java.util.Set<java.lang.Integer> ids)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<Service> serviceList(int contractId, int productId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionint serviceUpdate(Service service) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid serviceDelete(int contractId,
int id)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionvoid serviceDeleteByProduct(int contractId,
int productId)
throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException