Interface CollectionDAO.SystemDAO

  • Enclosing interface:
    CollectionDAO

    public static interface CollectionDAO.SystemDAO
    • Method Detail

      • 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)