Interface DBAService
public interface DBAService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
tableAutoarchiveUpdate
(Set<String> tableNameMaskSet, int autoValue) void
tableInArchiveUpdate
(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.BGException
ru.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.BGException
ru.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.BGException
ru.bitel.bgbilling.common.BGMessageException
-