Class FInvoiceDao

    • Constructor Detail

      • FInvoiceDao

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

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

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

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

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

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

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

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

        public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceTitle​(Collection<String> values)
        Find records that have INVOICE_TITLE IN (values) asynchronously
      • findManyByInvoiceTitle

        public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceTitle​(Collection<String> values,
                                                                           int limit)
        Find records that have INVOICE_TITLE IN (values) asynchronously limited by the given limit
      • findManyByInvoiceNumber

        public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceNumber​(Collection<String> values)
        Find records that have INVOICE_NUMBER IN (values) asynchronously
      • findManyByInvoiceNumber

        public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceNumber​(Collection<String> values,
                                                                            int limit)
        Find records that have INVOICE_NUMBER IN (values) asynchronously limited by the given limit
      • findManyByInvoiceSerial

        public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceSerial​(Collection<String> values)
        Find records that have INVOICE_SERIAL IN (values) asynchronously
      • findManyByInvoiceSerial

        public io.vertx.core.Future<List<FInvoice>> findManyByInvoiceSerial​(Collection<String> values,
                                                                            int limit)
        Find records that have INVOICE_SERIAL IN (values) asynchronously limited by the given limit
      • findManyByTin

        public io.vertx.core.Future<List<FInvoice>> findManyByTin​(Collection<String> values)
        Find records that have TIN IN (values) asynchronously
      • findManyByTin

        public io.vertx.core.Future<List<FInvoice>> findManyByTin​(Collection<String> values,
                                                                  int limit)
        Find records that have TIN IN (values) asynchronously limited by the given limit
      • findManyByTinName

        public io.vertx.core.Future<List<FInvoice>> findManyByTinName​(Collection<String> values)
        Find records that have TIN_NAME IN (values) asynchronously
      • findManyByTinName

        public io.vertx.core.Future<List<FInvoice>> findManyByTinName​(Collection<String> values,
                                                                      int limit)
        Find records that have TIN_NAME IN (values) asynchronously limited by the given limit
      • findManyByPersonal

        public io.vertx.core.Future<List<FInvoice>> findManyByPersonal​(Collection<Boolean> values)
        Find records that have PERSONAL IN (values) asynchronously
      • findManyByPersonal

        public io.vertx.core.Future<List<FInvoice>> findManyByPersonal​(Collection<Boolean> values,
                                                                       int limit)
        Find records that have PERSONAL IN (values) asynchronously limited by the given limit
      • findManyByDescBank

        public io.vertx.core.Future<List<FInvoice>> findManyByDescBank​(Collection<String> values)
        Find records that have DESC_BANK IN (values) asynchronously
      • findManyByDescBank

        public io.vertx.core.Future<List<FInvoice>> findManyByDescBank​(Collection<String> values,
                                                                       int limit)
        Find records that have DESC_BANK IN (values) asynchronously limited by the given limit
      • findManyByDescCompany

        public io.vertx.core.Future<List<FInvoice>> findManyByDescCompany​(Collection<String> values)
        Find records that have DESC_COMPANY IN (values) asynchronously
      • findManyByDescCompany

        public io.vertx.core.Future<List<FInvoice>> findManyByDescCompany​(Collection<String> values,
                                                                          int limit)
        Find records that have DESC_COMPANY IN (values) asynchronously limited by the given limit
      • findManyByDescLocation

        public io.vertx.core.Future<List<FInvoice>> findManyByDescLocation​(Collection<String> values)
        Find records that have DESC_LOCATION IN (values) asynchronously
      • findManyByDescLocation

        public io.vertx.core.Future<List<FInvoice>> findManyByDescLocation​(Collection<String> values,
                                                                           int limit)
        Find records that have DESC_LOCATION IN (values) asynchronously limited by the given limit
      • findManyByDescUser

        public io.vertx.core.Future<List<FInvoice>> findManyByDescUser​(Collection<String> values)
        Find records that have DESC_USER IN (values) asynchronously
      • findManyByDescUser

        public io.vertx.core.Future<List<FInvoice>> findManyByDescUser​(Collection<String> values,
                                                                       int limit)
        Find records that have DESC_USER IN (values) asynchronously limited by the given limit
      • findManyByNameReceipt

        public io.vertx.core.Future<List<FInvoice>> findManyByNameReceipt​(Collection<String> values)
        Find records that have NAME_RECEIPT IN (values) asynchronously
      • findManyByNameReceipt

        public io.vertx.core.Future<List<FInvoice>> findManyByNameReceipt​(Collection<String> values,
                                                                          int limit)
        Find records that have NAME_RECEIPT IN (values) asynchronously limited by the given limit
      • findManyByNameRecheck

        public io.vertx.core.Future<List<FInvoice>> findManyByNameRecheck​(Collection<String> values)
        Find records that have NAME_RECHECK IN (values) asynchronously
      • findManyByNameRecheck

        public io.vertx.core.Future<List<FInvoice>> findManyByNameRecheck​(Collection<String> values,
                                                                          int limit)
        Find records that have NAME_RECHECK IN (values) asynchronously limited by the given limit
      • findManyByNameBilling

        public io.vertx.core.Future<List<FInvoice>> findManyByNameBilling​(Collection<String> values)
        Find records that have NAME_BILLING IN (values) asynchronously
      • findManyByNameBilling

        public io.vertx.core.Future<List<FInvoice>> findManyByNameBilling​(Collection<String> values,
                                                                          int limit)
        Find records that have NAME_BILLING IN (values) asynchronously limited by the given limit
      • findManyByNameSelling

        public io.vertx.core.Future<List<FInvoice>> findManyByNameSelling​(Collection<String> values)
        Find records that have NAME_SELLING IN (values) asynchronously
      • findManyByNameSelling

        public io.vertx.core.Future<List<FInvoice>> findManyByNameSelling​(Collection<String> values,
                                                                          int limit)
        Find records that have NAME_SELLING IN (values) asynchronously limited by the given limit
      • findManyByOrderId

        public io.vertx.core.Future<List<FInvoice>> findManyByOrderId​(Collection<String> values)
        Find records that have ORDER_ID IN (values) asynchronously
      • findManyByOrderId

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

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

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

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

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

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

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

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

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

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

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

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