Interface ServiceService


public interface ServiceService
  • Method Details

    • serviceSpecList

      List<ServiceSpec> serviceSpecList(Integer moduleId, Date dateFrom, Date dateTo, String title) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceSpecTree

      ServiceSpec serviceSpecTree(Integer moduleId, Date dateFrom, Date dateTo, String title) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceSpecGet

      ServiceSpec serviceSpecGet(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceSpecUpdate

      int serviceSpecUpdate(ServiceSpec serviceSpec) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceSpecDelete

      void serviceSpecDelete(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceSpecMove

      void serviceSpecMove(int id, Set<Integer> ids) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceList

      List<Service> serviceList(int contractId, int productId) 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
    • serviceDelete

      void serviceDelete(int contractId, int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • serviceDeleteByProduct

      void serviceDeleteByProduct(int contractId, int productId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException