Interface DatabaseService
public interface DatabaseService
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddropTables(List<String> tableNames) getTableData(String tableName, Page page) getTableDataHeaders(String tableName) getTableDataRecord(String tableName, int recordIndex) getTableInfo(String tableName) searchTableNames(int moduleId, String tableNameMask, String[] sort, Page page)  
- 
Method Details
- 
getModulePluginList
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
searchTableNames
SearchResult<String> searchTableNames(int moduleId, String tableNameMask, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getTableInfo
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getTableDataRecord
List<String> getTableDataRecord(String tableName, int recordIndex) throws ru.bitel.bgbilling.common.BGException - Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getTableDataHeaders
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
getTableData
- Throws:
 ru.bitel.bgbilling.common.BGException
 - 
dropTables
- Throws:
 ru.bitel.bgbilling.common.BGException
 
 -