public interface ServiceService
Modifier and Type | Method and Description |
---|---|
void |
serviceDelete(int id) |
Service |
serviceGet(int serviceId) |
java.util.List<Service> |
serviceList(int moduleId) |
int |
serviceUpdate(Service service) |
Service serviceGet(int serviceId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
void serviceDelete(int id) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
int serviceUpdate(Service service) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<Service> serviceList(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException