Interface CollectionDAO.SystemDAO

Enclosing interface:
CollectionDAO

public static interface CollectionDAO.SystemDAO
  • Method Details

    • getAggregatedEntitiesCount

      EntitiesCount getAggregatedEntitiesCount(String cond) throws org.jdbi.v3.core.statement.StatementException
      Throws:
      org.jdbi.v3.core.statement.StatementException
    • getAggregatedServicesCount

      ServicesCount getAggregatedServicesCount(String cond) throws org.jdbi.v3.core.statement.StatementException
      Throws:
      org.jdbi.v3.core.statement.StatementException
    • getAllConfig

      List<Settings> getAllConfig() throws org.jdbi.v3.core.statement.StatementException
      Throws:
      org.jdbi.v3.core.statement.StatementException
    • getConfigWithKey

      Settings getConfigWithKey(String configType) throws org.jdbi.v3.core.statement.StatementException
      Throws:
      org.jdbi.v3.core.statement.StatementException
    • insertSettings

      void insertSettings(String configType, String json)
    • delete

      void delete(String configType)
    • testConnection

      Integer testConnection() throws org.jdbi.v3.core.statement.StatementException
      Throws:
      org.jdbi.v3.core.statement.StatementException