Interface ServiceService
public interface ServiceService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
serviceDelete
(int id) serviceGet
(int serviceId) serviceList
(int moduleId) int
serviceUpdate
(Service service)
-
Method Details
-
serviceGet
- Throws:
ru.bitel.bgbilling.common.BGException
-
serviceDelete
void serviceDelete(int id) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
serviceUpdate
- Throws:
ru.bitel.bgbilling.common.BGException
-
serviceList
- Throws:
ru.bitel.bgbilling.common.BGException
-