Class FBillItemDao

    • Constructor Detail

      • FBillItemDao

        public FBillItemDao​(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<FBillItem>> findManyByName​(Collection<String> values)
        Find records that have NAME IN (values) asynchronously
      • findManyByName

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

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

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

        public io.vertx.core.Future<List<FBillItem>> findManyByType​(Collection<String> values)
        Find records that have TYPE IN (values) asynchronously
      • findManyByType

        public io.vertx.core.Future<List<FBillItem>> findManyByType​(Collection<String> values,
                                                                    int limit)
        Find records that have TYPE IN (values) asynchronously limited by the given limit
      • findManyByStatus

        public io.vertx.core.Future<List<FBillItem>> findManyByStatus​(Collection<String> values)
        Find records that have STATUS IN (values) asynchronously
      • findManyByStatus

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

        public io.vertx.core.Future<List<FBillItem>> findManyByAmount​(Collection<BigDecimal> values)
        Find records that have AMOUNT IN (values) asynchronously
      • findManyByAmount

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

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

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

        public io.vertx.core.Future<List<FBillItem>> findManyByPrice​(Collection<BigDecimal> values)
        Find records that have PRICE IN (values) asynchronously
      • findManyByPrice

        public io.vertx.core.Future<List<FBillItem>> findManyByPrice​(Collection<BigDecimal> values,
                                                                     int limit)
        Find records that have PRICE IN (values) asynchronously limited by the given limit
      • findManyByQuantity

        public io.vertx.core.Future<List<FBillItem>> findManyByQuantity​(Collection<Integer> values)
        Find records that have QUANTITY IN (values) asynchronously
      • findManyByQuantity

        public io.vertx.core.Future<List<FBillItem>> findManyByQuantity​(Collection<Integer> values,
                                                                        int limit)
        Find records that have QUANTITY IN (values) asynchronously limited by the given limit
      • findManyByAmountTotal

        public io.vertx.core.Future<List<FBillItem>> findManyByAmountTotal​(Collection<BigDecimal> values)
        Find records that have AMOUNT_TOTAL IN (values) asynchronously
      • findManyByAmountTotal

        public io.vertx.core.Future<List<FBillItem>> findManyByAmountTotal​(Collection<BigDecimal> values,
                                                                           int limit)
        Find records that have AMOUNT_TOTAL IN (values) asynchronously limited by the given limit
      • findManyByDelay

        public io.vertx.core.Future<List<FBillItem>> findManyByDelay​(Collection<Boolean> values)
        Find records that have DELAY IN (values) asynchronously
      • findManyByDelay

        public io.vertx.core.Future<List<FBillItem>> findManyByDelay​(Collection<Boolean> values,
                                                                     int limit)
        Find records that have DELAY IN (values) asynchronously limited by the given limit
      • findManyByDelayAt

        public io.vertx.core.Future<List<FBillItem>> findManyByDelayAt​(Collection<LocalDateTime> values)
        Find records that have DELAY_AT IN (values) asynchronously
      • findManyByDelayAt

        public io.vertx.core.Future<List<FBillItem>> findManyByDelayAt​(Collection<LocalDateTime> values,
                                                                       int limit)
        Find records that have DELAY_AT IN (values) asynchronously limited by the given limit
      • findManyByOpBy

        public io.vertx.core.Future<List<FBillItem>> findManyByOpBy​(Collection<String> values)
        Find records that have OP_BY IN (values) asynchronously
      • findManyByOpBy

        public io.vertx.core.Future<List<FBillItem>> findManyByOpBy​(Collection<String> values,
                                                                    int limit)
        Find records that have OP_BY IN (values) asynchronously limited by the given limit
      • findManyByOpNumber

        public io.vertx.core.Future<List<FBillItem>> findManyByOpNumber​(Collection<String> values)
        Find records that have OP_NUMBER IN (values) asynchronously
      • findManyByOpNumber

        public io.vertx.core.Future<List<FBillItem>> findManyByOpNumber​(Collection<String> values,
                                                                        int limit)
        Find records that have OP_NUMBER IN (values) asynchronously limited by the given limit
      • findManyByOpShift

        public io.vertx.core.Future<List<FBillItem>> findManyByOpShift​(Collection<String> values)
        Find records that have OP_SHIFT IN (values) asynchronously
      • findManyByOpShift

        public io.vertx.core.Future<List<FBillItem>> findManyByOpShift​(Collection<String> values,
                                                                       int limit)
        Find records that have OP_SHIFT IN (values) asynchronously limited by the given limit
      • findManyByOpAt

        public io.vertx.core.Future<List<FBillItem>> findManyByOpAt​(Collection<LocalDateTime> values,
                                                                    int limit)
        Find records that have OP_AT IN (values) asynchronously limited by the given limit
      • findManyByOpTransfer

        public io.vertx.core.Future<List<FBillItem>> findManyByOpTransfer​(Collection<String> values)
        Find records that have OP_TRANSFER IN (values) asynchronously
      • findManyByOpTransfer

        public io.vertx.core.Future<List<FBillItem>> findManyByOpTransfer​(Collection<String> values,
                                                                          int limit)
        Find records that have OP_TRANSFER IN (values) asynchronously limited by the given limit
      • findManyByRelatedId

        public io.vertx.core.Future<List<FBillItem>> findManyByRelatedId​(Collection<String> values)
        Find records that have RELATED_ID IN (values) asynchronously
      • findManyByRelatedId

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

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

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

        public io.vertx.core.Future<List<FBillItem>> findManyByBillId​(Collection<String> values)
        Find records that have BILL_ID IN (values) asynchronously
      • findManyByBillId

        public io.vertx.core.Future<List<FBillItem>> findManyByBillId​(Collection<String> values,
                                                                      int limit)
        Find records that have BILL_ID IN (values) asynchronously limited by the given limit
      • findManyBySubjectId

        public io.vertx.core.Future<List<FBillItem>> findManyBySubjectId​(Collection<String> values)
        Find records that have SUBJECT_ID IN (values) asynchronously
      • findManyBySubjectId

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

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

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

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

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

        public io.vertx.core.Future<List<FBillItem>> 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<FBillItem>> findManyByActive​(Collection<Boolean> values)
        Find records that have ACTIVE IN (values) asynchronously
      • findManyByActive

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

        public io.vertx.core.Future<List<FBillItem>> 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<FBillItem>> findManyByCreatedAt​(Collection<LocalDateTime> values)
        Find records that have CREATED_AT IN (values) asynchronously
      • findManyByCreatedAt

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

        public io.vertx.core.Future<List<FBillItem>> 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<FBillItem>> findManyByUpdatedAt​(Collection<LocalDateTime> values)
        Find records that have UPDATED_AT IN (values) asynchronously
      • findManyByUpdatedAt

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

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