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>userTableGet(boolean defaultUserTable, String module, String tableId) booleanuserTableReset(boolean defaultUserTable, String module, String tableId) voiduserTableSet(boolean defaultUserTable, BGUserTable userTable)  
- 
Method Details
- 
tableDataSourceGet
BGUTableDataSource tableDataSourceGet(String component, int componentId, String tableKey, BGUTableParams tableParams) throws Exception - Throws:
 Exception
 - 
tableList
List<ru.bitel.bgbilling.kernel.table.common.dto.TableDto> tableList(String componentId) throws Exception - Throws:
 Exception
 - 
tableComponentList
List<ru.bitel.bgbilling.kernel.table.common.dto.TableComponentDto> tableComponentList() throws Exception- Throws:
 Exception
 - 
userTableSet
- Throws:
 Exception
 - 
userTableGet
- Throws:
 Exception
 - 
userTableReset
- Throws:
 Exception
 
 -