Class FSettlementItemDao

    • Constructor Detail

      • FSettlementItemDao

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

      • findManyByName

        public io.vertx.core.Future<List<FSettlementItem>> findManyByName​(Collection<String> values,
                                                                          int limit)
        Find records that have NAME IN (values) asynchronously limited by the given limit
      • findManyByCode

        public io.vertx.core.Future<List<FSettlementItem>> findManyByCode​(Collection<String> values,
                                                                          int limit)
        Find records that have CODE IN (values) asynchronously limited by the given limit
      • findManyBySerial

        public io.vertx.core.Future<List<FSettlementItem>> findManyBySerial​(Collection<String> values)
        Find records that have SERIAL IN (values) asynchronously
      • findManyBySerial

        public io.vertx.core.Future<List<FSettlementItem>> findManyBySerial​(Collection<String> values,
                                                                            int limit)
        Find records that have SERIAL IN (values) asynchronously limited by the given limit
      • findManyByAmount

        public io.vertx.core.Future<List<FSettlementItem>> findManyByAmount​(Collection<BigDecimal> values,
                                                                            int limit)
        Find records that have AMOUNT IN (values) asynchronously limited by the given limit
      • findManyByComment

        public io.vertx.core.Future<List<FSettlementItem>> findManyByComment​(Collection<String> values)
        Find records that have COMMENT IN (values) asynchronously
      • findManyByComment

        public io.vertx.core.Future<List<FSettlementItem>> findManyByComment​(Collection<String> values,
                                                                             int limit)
        Find records that have COMMENT IN (values) asynchronously limited by the given limit
      • findManyByManualNo

        public io.vertx.core.Future<List<FSettlementItem>> findManyByManualNo​(Collection<String> values)
        Find records that have MANUAL_NO IN (values) asynchronously
      • findManyByManualNo

        public io.vertx.core.Future<List<FSettlementItem>> findManyByManualNo​(Collection<String> values,
                                                                              int limit)
        Find records that have MANUAL_NO IN (values) asynchronously limited by the given limit
      • findManyByCustomerId

        public io.vertx.core.Future<List<FSettlementItem>> findManyByCustomerId​(Collection<String> values)
        Find records that have CUSTOMER_ID IN (values) asynchronously
      • findManyByCustomerId

        public io.vertx.core.Future<List<FSettlementItem>> findManyByCustomerId​(Collection<String> values,
                                                                                int limit)
        Find records that have CUSTOMER_ID IN (values) asynchronously limited by the given limit
      • findManyByPayTermId

        public io.vertx.core.Future<List<FSettlementItem>> findManyByPayTermId​(Collection<String> values)
        Find records that have PAY_TERM_ID IN (values) asynchronously
      • findManyByPayTermId

        public io.vertx.core.Future<List<FSettlementItem>> findManyByPayTermId​(Collection<String> values,
                                                                               int limit)
        Find records that have PAY_TERM_ID IN (values) asynchronously limited by the given limit
      • findManyBySettlementId

        public io.vertx.core.Future<List<FSettlementItem>> findManyBySettlementId​(Collection<String> values)
        Find records that have SETTLEMENT_ID IN (values) asynchronously
      • findManyBySettlementId

        public io.vertx.core.Future<List<FSettlementItem>> findManyBySettlementId​(Collection<String> values,
                                                                                  int limit)
        Find records that have SETTLEMENT_ID IN (values) asynchronously limited by the given limit
      • findManyByReceivableId

        public io.vertx.core.Future<List<FSettlementItem>> findManyByReceivableId​(Collection<String> values)
        Find records that have RECEIVABLE_ID IN (values) asynchronously
      • findManyByReceivableId

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

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

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

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

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

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

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

        public io.vertx.core.Future<List<FSettlementItem>> 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<FSettlementItem>> findManyByCreatedBy​(Collection<String> values)
        Find records that have CREATED_BY IN (values) asynchronously
      • findManyByCreatedBy

        public io.vertx.core.Future<List<FSettlementItem>> 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<FSettlementItem>> 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<FSettlementItem>> findManyByUpdatedBy​(Collection<String> values)
        Find records that have UPDATED_BY IN (values) asynchronously
      • findManyByUpdatedBy

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