Class VFragmentDao

    • Constructor Detail

      • VFragmentDao

        public VFragmentDao​(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

      • findManyByContainer

        public io.vertx.core.Future<List<VFragment>> findManyByContainer​(Collection<String> values)
        Find records that have CONTAINER IN (values) asynchronously
      • findManyByContainer

        public io.vertx.core.Future<List<VFragment>> findManyByContainer​(Collection<String> values,
                                                                         int limit)
        Find records that have CONTAINER IN (values) asynchronously limited by the given limit
      • findManyByNotice

        public io.vertx.core.Future<List<VFragment>> findManyByNotice​(Collection<String> values)
        Find records that have NOTICE IN (values) asynchronously
      • findManyByNotice

        public io.vertx.core.Future<List<VFragment>> findManyByNotice​(Collection<String> values,
                                                                      int limit)
        Find records that have NOTICE IN (values) asynchronously limited by the given limit
      • findManyByButtonConnect

        public io.vertx.core.Future<List<VFragment>> findManyByButtonConnect​(Collection<String> values)
        Find records that have BUTTON_CONNECT IN (values) asynchronously
      • findManyByButtonConnect

        public io.vertx.core.Future<List<VFragment>> findManyByButtonConnect​(Collection<String> values,
                                                                             int limit)
        Find records that have BUTTON_CONNECT IN (values) asynchronously limited by the given limit
      • findManyByButtonGroup

        public io.vertx.core.Future<List<VFragment>> findManyByButtonGroup​(Collection<String> values)
        Find records that have BUTTON_GROUP IN (values) asynchronously
      • findManyByButtonGroup

        public io.vertx.core.Future<List<VFragment>> findManyByButtonGroup​(Collection<String> values,
                                                                           int limit)
        Find records that have BUTTON_GROUP IN (values) asynchronously limited by the given limit
      • findManyByModal

        public io.vertx.core.Future<List<VFragment>> findManyByModal​(Collection<String> values)
        Find records that have MODAL IN (values) asynchronously
      • findManyByModal

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

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

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

        public io.vertx.core.Future<List<VFragment>> findManyByConfig​(Collection<String> values)
        Find records that have CONFIG IN (values) asynchronously
      • findManyByConfig

        public io.vertx.core.Future<List<VFragment>> findManyByConfig​(Collection<String> values,
                                                                      int limit)
        Find records that have CONFIG IN (values) asynchronously limited by the given limit