Interface BGTableInfo
- All Known Implementing Classes:
BGTableInfoBase
public interface BGTableInfo
-
Method Summary
Modifier and TypeMethodDescriptiongetPage()
getRows
(BGUTableParams tableParams, int moduleId) ru.bitel.bgbilling.kernel.table.common.dto.TableDto
-
Method Details
-
getPage
- Throws:
ru.bitel.bgbilling.common.BGException
-
getColumns
- 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()
-