Interface WebMenuService


public interface WebMenuService
  • Method Details

    • webMenuList

      java.util.List<WebMenuItem> webMenuList​(boolean loadCount) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuContractList

      java.util.List<WebMenuItem> webMenuContractList​(int contractId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • setWebMenuIdForContract

      void setWebMenuIdForContract​(int webMenuItemId, int contractId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuInfoUpdate

      WebMenuItem webMenuInfoUpdate​(WebMenuItem webMenuItem) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuDataUpdate

      void webMenuDataUpdate​(int webMenuItemId, java.lang.String webMenuItemData) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuInfoGet

      WebMenuItem webMenuInfoGet​(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuDataGet

      java.lang.String webMenuDataGet​(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuDataDelete

      void webMenuDataDelete​(int webMenuItemId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuKernelItems

      WebMenuModuleItem[] webMenuKernelItems() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuModuleItems

      WebMenuModuleItem[] webMenuModuleItems() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • webMenuPluginItems

      WebMenuModuleItem[] webMenuPluginItems() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException