Interface TableService


public interface TableService
  • Method Details

    • tableDataSourceGet

      BGUTableDataSource tableDataSourceGet(String component, int componentId, String tableKey, BGUTableParams tableParams) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • tableList

      List<ru.bitel.bgbilling.kernel.table.common.dto.TableDto> tableList(String componentId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • tableComponentList

      List<ru.bitel.bgbilling.kernel.table.common.dto.TableComponentDto> tableComponentList() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • userTableSet

      void userTableSet(boolean defaultUserTable, BGUserTable userTable) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • userTableGet

      BGUserTable userTableGet(boolean defaultUserTable, String module, String tableId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • userTableReset

      boolean userTableReset(boolean defaultUserTable, String module, String tableId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException