Interface BGTableInfo

All Known Implementing Classes:
BGTableInfoBase

public interface BGTableInfo
  • Method Details

    • getPage

      Page getPage() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getColumns

      List<BGUTableColumn> getColumns() throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getRows

      List<BGUTableRowData> getRows(BGUTableParams tableParams, int moduleId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • toTableDto

      ru.bitel.bgbilling.kernel.table.common.dto.TableDto toTableDto()