Interface ServiceService


public interface ServiceService
  • Method Details

    • serviceGet

      Service serviceGet​(int serviceId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceDelete

      void serviceDelete​(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceUpdate

      int serviceUpdate​(Service service) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceList

      java.util.List<Service> serviceList​(int moduleId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException