Uses of Class
cn.vertxup.fm.domain.tables.pojos.FPaymentItem
Packages that use FPaymentItem
Package
Description
-
Uses of FPaymentItem in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FPaymentItemModifier and TypeMethodDescriptionio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByAmount(Collection<BigDecimal> values) Find records that haveAMOUNT IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByAmount(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByAmountPre(Collection<BigDecimal> values) Find records that haveAMOUNT_PRE IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByAmountPre(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT_PRE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPayId(Collection<String> values) Find records that havePAY_ID IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPayId(Collection<String> values, int limit) Find records that havePAY_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPaymentId(Collection<String> values) Find records that havePAYMENT_ID IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPaymentId(Collection<String> values, int limit) Find records that havePAYMENT_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPayMethod(Collection<String> values) Find records that havePAY_METHOD IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPayMethod(Collection<String> values, int limit) Find records that havePAY_METHOD IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPayMobile(Collection<String> values) Find records that havePAY_MOBILE IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPayMobile(Collection<String> values, int limit) Find records that havePAY_MOBILE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPayName(Collection<String> values) Find records that havePAY_NAME IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByPayName(Collection<String> values, int limit) Find records that havePAY_NAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyBySettlementId(Collection<String> values) Find records that haveSETTLEMENT_ID IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyBySettlementId(Collection<String> values, int limit) Find records that haveSETTLEMENT_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<FPaymentItem>>FPaymentItemDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<FPaymentItemRecord,FPaymentItem, String> FPaymentItemDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FPaymentItem -
Uses of FPaymentItem in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FPaymentItemModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_PAYMENT_ITEM.ACTIVE.FPaymentItem.setAmount(BigDecimal amount) Setter forDB_ETERNAL.F_PAYMENT_ITEM.AMOUNT.FPaymentItem.setAmountPre(BigDecimal amountPre) Setter forDB_ETERNAL.F_PAYMENT_ITEM.AMOUNT_PRE.Setter forDB_ETERNAL.F_PAYMENT_ITEM.CODE.FPaymentItem.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_PAYMENT_ITEM.CREATED_AT.FPaymentItem.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_PAYMENT_ITEM.CREATED_BY.Setter forDB_ETERNAL.F_PAYMENT_ITEM.KEY.FPaymentItem.setLanguage(String language) Setter forDB_ETERNAL.F_PAYMENT_ITEM.LANGUAGE.FPaymentItem.setMetadata(String metadata) Setter forDB_ETERNAL.F_PAYMENT_ITEM.METADATA.Setter forDB_ETERNAL.F_PAYMENT_ITEM.NAME.Setter forDB_ETERNAL.F_PAYMENT_ITEM.PAY_ID.FPaymentItem.setPaymentId(String paymentId) Setter forDB_ETERNAL.F_PAYMENT_ITEM.PAYMENT_ID.FPaymentItem.setPayMethod(String payMethod) Setter forDB_ETERNAL.F_PAYMENT_ITEM.PAY_METHOD.FPaymentItem.setPayMobile(String payMobile) Setter forDB_ETERNAL.F_PAYMENT_ITEM.PAY_MOBILE.FPaymentItem.setPayName(String payName) Setter forDB_ETERNAL.F_PAYMENT_ITEM.PAY_NAME.Setter forDB_ETERNAL.F_PAYMENT_ITEM.SERIAL.FPaymentItem.setSettlementId(String settlementId) Setter forDB_ETERNAL.F_PAYMENT_ITEM.SETTLEMENT_ID.Setter forDB_ETERNAL.F_PAYMENT_ITEM.SIGMA.FPaymentItem.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_PAYMENT_ITEM.UPDATED_AT.FPaymentItem.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_PAYMENT_ITEM.UPDATED_BY. -
Uses of FPaymentItem in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FPaymentItemModifierConstructorDescriptionFPaymentItemRecord(FPaymentItem value) Create a detached, initialised FPaymentItemRecord -
Uses of FPaymentItem in cn.vertxup.fm.service
Methods in cn.vertxup.fm.service that return types with arguments of type FPaymentItemModifier and TypeMethodDescriptionio.vertx.core.Future<List<FPaymentItem>>BillService.fetchPayments(List<FSettlement> settlements) io.vertx.core.Future<List<FPaymentItem>>BillStub.fetchPayments(List<FSettlement> settlements) -
Uses of FPaymentItem in cn.vertxup.fm.service.business
Method parameters in cn.vertxup.fm.service.business with type arguments of type FPaymentItemModifier and TypeMethodDescriptionvoidFillService.payment(FPayment payment, List<FPaymentItem> payments) voidFillService.payment(FSettlement settlement, List<FPaymentItem> payments) voidFillStub.payment(FPayment payment, List<FPaymentItem> payments) voidFillStub.payment(FSettlement settlement, List<FPaymentItem> payments)