Class UiPageDao

    • Constructor Detail

      • UiPageDao

        public UiPageDao​(org.jooq.Configuration configuration,
                         io.vertx.core.Vertx vertx)
        Parameters:
        configuration - The Configuration used for rendering and query execution. * @param vertx the vertx instance
    • Method Detail

      • findManyByApp

        public io.vertx.core.Future<List<UiPage>> findManyByApp​(Collection<String> values)
        Find records that have APP IN (values) asynchronously
      • findManyByApp

        public io.vertx.core.Future<List<UiPage>> findManyByApp​(Collection<String> values,
                                                                int limit)
        Find records that have APP IN (values) asynchronously limited by the given limit
      • findManyByModule

        public io.vertx.core.Future<List<UiPage>> findManyByModule​(Collection<String> values)
        Find records that have MODULE IN (values) asynchronously
      • findManyByModule

        public io.vertx.core.Future<List<UiPage>> findManyByModule​(Collection<String> values,
                                                                   int limit)
        Find records that have MODULE IN (values) asynchronously limited by the given limit
      • findManyByPage

        public io.vertx.core.Future<List<UiPage>> findManyByPage​(Collection<String> values)
        Find records that have PAGE IN (values) asynchronously
      • findManyByPage

        public io.vertx.core.Future<List<UiPage>> findManyByPage​(Collection<String> values,
                                                                 int limit)
        Find records that have PAGE IN (values) asynchronously limited by the given limit
      • findManyByLayoutId

        public io.vertx.core.Future<List<UiPage>> findManyByLayoutId​(Collection<String> values)
        Find records that have LAYOUT_ID IN (values) asynchronously
      • findManyByLayoutId

        public io.vertx.core.Future<List<UiPage>> findManyByLayoutId​(Collection<String> values,
                                                                     int limit)
        Find records that have LAYOUT_ID IN (values) asynchronously limited by the given limit
      • findManyBySecure

        public io.vertx.core.Future<List<UiPage>> findManyBySecure​(Collection<Boolean> values)
        Find records that have SECURE IN (values) asynchronously
      • findManyBySecure

        public io.vertx.core.Future<List<UiPage>> findManyBySecure​(Collection<Boolean> values,
                                                                   int limit)
        Find records that have SECURE IN (values) asynchronously limited by the given limit
      • findManyByParamMap

        public io.vertx.core.Future<List<UiPage>> findManyByParamMap​(Collection<String> values)
        Find records that have PARAM_MAP IN (values) asynchronously
      • findManyByParamMap

        public io.vertx.core.Future<List<UiPage>> findManyByParamMap​(Collection<String> values,
                                                                     int limit)
        Find records that have PARAM_MAP IN (values) asynchronously limited by the given limit
      • findManyByContainerName

        public io.vertx.core.Future<List<UiPage>> findManyByContainerName​(Collection<String> values)
        Find records that have CONTAINER_NAME IN (values) asynchronously
      • findManyByContainerName

        public io.vertx.core.Future<List<UiPage>> findManyByContainerName​(Collection<String> values,
                                                                          int limit)
        Find records that have CONTAINER_NAME IN (values) asynchronously limited by the given limit
      • findManyByContainerConfig

        public io.vertx.core.Future<List<UiPage>> findManyByContainerConfig​(Collection<String> values)
        Find records that have CONTAINER_CONFIG IN (values) asynchronously
      • findManyByContainerConfig

        public io.vertx.core.Future<List<UiPage>> findManyByContainerConfig​(Collection<String> values,
                                                                            int limit)
        Find records that have CONTAINER_CONFIG IN (values) asynchronously limited by the given limit
      • findManyByState

        public io.vertx.core.Future<List<UiPage>> findManyByState​(Collection<String> values)
        Find records that have STATE IN (values) asynchronously
      • findManyByState

        public io.vertx.core.Future<List<UiPage>> findManyByState​(Collection<String> values,
                                                                  int limit)
        Find records that have STATE IN (values) asynchronously limited by the given limit
      • findManyByGrid

        public io.vertx.core.Future<List<UiPage>> findManyByGrid​(Collection<String> values)
        Find records that have GRID IN (values) asynchronously
      • findManyByGrid

        public io.vertx.core.Future<List<UiPage>> findManyByGrid​(Collection<String> values,
                                                                 int limit)
        Find records that have GRID IN (values) asynchronously limited by the given limit
      • findManyByAssist

        public io.vertx.core.Future<List<UiPage>> findManyByAssist​(Collection<String> values)
        Find records that have ASSIST IN (values) asynchronously
      • findManyByAssist

        public io.vertx.core.Future<List<UiPage>> findManyByAssist​(Collection<String> values,
                                                                   int limit)
        Find records that have ASSIST IN (values) asynchronously limited by the given limit
      • findManyByActive

        public io.vertx.core.Future<List<UiPage>> findManyByActive​(Collection<Boolean> values)
        Find records that have ACTIVE IN (values) asynchronously
      • findManyByActive

        public io.vertx.core.Future<List<UiPage>> findManyByActive​(Collection<Boolean> values,
                                                                   int limit)
        Find records that have ACTIVE IN (values) asynchronously limited by the given limit
      • findManyBySigma

        public io.vertx.core.Future<List<UiPage>> findManyBySigma​(Collection<String> values)
        Find records that have SIGMA IN (values) asynchronously
      • findManyBySigma

        public io.vertx.core.Future<List<UiPage>> findManyBySigma​(Collection<String> values,
                                                                  int limit)
        Find records that have SIGMA IN (values) asynchronously limited by the given limit
      • findManyByMetadata

        public io.vertx.core.Future<List<UiPage>> findManyByMetadata​(Collection<String> values)
        Find records that have METADATA IN (values) asynchronously
      • findManyByMetadata

        public io.vertx.core.Future<List<UiPage>> findManyByMetadata​(Collection<String> values,
                                                                     int limit)
        Find records that have METADATA IN (values) asynchronously limited by the given limit
      • findManyByLanguage

        public io.vertx.core.Future<List<UiPage>> findManyByLanguage​(Collection<String> values)
        Find records that have LANGUAGE IN (values) asynchronously
      • findManyByLanguage

        public io.vertx.core.Future<List<UiPage>> findManyByLanguage​(Collection<String> values,
                                                                     int limit)
        Find records that have LANGUAGE IN (values) asynchronously limited by the given limit
      • findManyByCreatedAt

        public io.vertx.core.Future<List<UiPage>> findManyByCreatedAt​(Collection<LocalDateTime> values)
        Find records that have CREATED_AT IN (values) asynchronously
      • findManyByCreatedAt

        public io.vertx.core.Future<List<UiPage>> findManyByCreatedAt​(Collection<LocalDateTime> values,
                                                                      int limit)
        Find records that have CREATED_AT IN (values) asynchronously limited by the given limit
      • findManyByCreatedBy

        public io.vertx.core.Future<List<UiPage>> findManyByCreatedBy​(Collection<String> values)
        Find records that have CREATED_BY IN (values) asynchronously
      • findManyByCreatedBy

        public io.vertx.core.Future<List<UiPage>> findManyByCreatedBy​(Collection<String> values,
                                                                      int limit)
        Find records that have CREATED_BY IN (values) asynchronously limited by the given limit
      • findManyByUpdatedAt

        public io.vertx.core.Future<List<UiPage>> findManyByUpdatedAt​(Collection<LocalDateTime> values)
        Find records that have UPDATED_AT IN (values) asynchronously
      • findManyByUpdatedAt

        public io.vertx.core.Future<List<UiPage>> findManyByUpdatedAt​(Collection<LocalDateTime> values,
                                                                      int limit)
        Find records that have UPDATED_AT IN (values) asynchronously limited by the given limit
      • findManyByUpdatedBy

        public io.vertx.core.Future<List<UiPage>> findManyByUpdatedBy​(Collection<String> values)
        Find records that have UPDATED_BY IN (values) asynchronously
      • findManyByUpdatedBy

        public io.vertx.core.Future<List<UiPage>> findManyByUpdatedBy​(Collection<String> values,
                                                                      int limit)
        Find records that have UPDATED_BY IN (values) asynchronously limited by the given limit
      • queryExecutor

        public io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiPageRecord,​UiPage,​String> queryExecutor()
        Specified by:
        queryExecutor in interface io.github.jklingsporn.vertx.jooq.shared.internal.GenericVertxDAO<UiPageRecord,​UiPage,​String,​io.vertx.core.Future<List<UiPage>>,​io.vertx.core.Future<UiPage>,​io.vertx.core.Future<Integer>,​io.vertx.core.Future<String>>
        Overrides:
        queryExecutor in class io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO<UiPageRecord,​UiPage,​String,​io.vertx.core.Future<List<UiPage>>,​io.vertx.core.Future<UiPage>,​io.vertx.core.Future<Integer>,​io.vertx.core.Future<String>>