Interface TableService
public interface TableService
-
Method Summary
Modifier and TypeMethodDescriptionList<ru.bitel.bgbilling.kernel.table.common.dto.TableComponentDto>
tableDataSourceGet
(String component, int componentId, String tableKey, BGUTableParams tableParams) List<ru.bitel.bgbilling.kernel.table.common.dto.TableDto>
-
Method Details
-
tableDataSourceGet
BGUTableDataSource tableDataSourceGet(String component, int componentId, String tableKey, BGUTableParams tableParams) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
tableList
List<ru.bitel.bgbilling.kernel.table.common.dto.TableDto> tableList(String componentId) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-
tableComponentList
List<ru.bitel.bgbilling.kernel.table.common.dto.TableComponentDto> tableComponentList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGMessageException
-