Interface PackerService


public interface PackerService
  • Method Details

    • packerKitList

      List<PackerKit> packerKitList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • packerKitGet

      PackerKit packerKitGet(int id) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • packerKitUpdate

      int packerKitUpdate(PackerKit packerKit) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • packerKitDelete

      int packerKitDelete(int packerKitId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException
    • searchPackerOptionLibraryList

      SearchResult<PackerOptionLibrary> searchPackerOptionLibraryList(String title, Page page) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException
    • packerOptionLibraryDelete

      void packerOptionLibraryDelete(int packerOptionLibraryId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException
    • packerOptionLibraryUpdate

      void packerOptionLibraryUpdate(PackerOptionLibrary packerOptionLibrary) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException
      Throws:
      ru.bitel.bgbilling.common.BGException
      ru.bitel.bgbilling.common.BGMessageException