Interface DBAService


public interface DBAService
  • Method Summary

    Modifier and Type Method Description
    void tableAutoarchiveUpdate​(java.util.Set<java.lang.String> tableNameMaskSet, int autoValue)  
    void tableInArchiveUpdate​(java.util.List<java.lang.String> tableName, boolean value)  
    java.util.List<TableInfo> tableInfoList()  
  • Method Details

    • tableInfoList

      java.util.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​(java.util.List<java.lang.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​(java.util.Set<java.lang.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