Interface DBAService
public interface DBAService
- 
Method Summary
Modifier and TypeMethodDescriptionvoidtableAutoarchiveUpdate(Set<String> tableNameMaskSet, int autoValue) voidtableInArchiveUpdate(List<String> tableName, boolean value)  
- 
Method Details
- 
tableInfoList
List<TableInfo> tableInfoList() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
tableInArchiveUpdate
void tableInArchiveUpdate(List<String> tableName, boolean value) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
tableAutoarchiveUpdate
void tableAutoarchiveUpdate(Set<String> tableNameMaskSet, int autoValue) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -