Uses of Class
cn.vertxup.fm.domain.tables.pojos.FPayment
Packages that use FPayment
Package
Description
-
Uses of FPayment in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FPaymentModifier and TypeMethodDescriptionFPaymentDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFPaymentDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFPaymentDao.findManyByAmount(Collection<BigDecimal> values) Find records that haveAMOUNT IN (values)asynchronouslyFPaymentDao.findManyByAmount(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT IN (values)asynchronously limited by the given limitFPaymentDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFPaymentDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFPaymentDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFPaymentDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFPaymentDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFPaymentDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFPaymentDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFPaymentDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFPaymentDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFPaymentDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFPaymentDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFPaymentDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFPaymentDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFPaymentDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFPaymentDao.findManyByPayId(Collection<String> values) Find records that havePAY_ID IN (values)asynchronouslyFPaymentDao.findManyByPayId(Collection<String> values, int limit) Find records that havePAY_ID IN (values)asynchronously limited by the given limitFPaymentDao.findManyByPayMethod(Collection<String> values) Find records that havePAY_METHOD IN (values)asynchronouslyFPaymentDao.findManyByPayMethod(Collection<String> values, int limit) Find records that havePAY_METHOD IN (values)asynchronously limited by the given limitFPaymentDao.findManyByPayMobile(Collection<String> values) Find records that havePAY_MOBILE IN (values)asynchronouslyFPaymentDao.findManyByPayMobile(Collection<String> values, int limit) Find records that havePAY_MOBILE IN (values)asynchronously limited by the given limitFPaymentDao.findManyByPayName(Collection<String> values) Find records that havePAY_NAME IN (values)asynchronouslyFPaymentDao.findManyByPayName(Collection<String> values, int limit) Find records that havePAY_NAME IN (values)asynchronously limited by the given limitFPaymentDao.findManyByPrepay(Collection<Boolean> values) Find records that havePREPAY IN (values)asynchronouslyFPaymentDao.findManyByPrepay(Collection<Boolean> values, int limit) Find records that havePREPAY IN (values)asynchronously limited by the given limitFPaymentDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyFPaymentDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitFPaymentDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFPaymentDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFPaymentDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFPaymentDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFPaymentDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFPaymentDao.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<FPaymentRecord,FPayment, String> FPaymentDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FPayment -
Uses of FPayment in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FPaymentModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_PAYMENT.ACTIVE.FPayment.setAmount(BigDecimal amount) Setter forDB_ETERNAL.F_PAYMENT.AMOUNT.Setter forDB_ETERNAL.F_PAYMENT.CODE.FPayment.setComment(String comment) Setter forDB_ETERNAL.F_PAYMENT.COMMENT.FPayment.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_PAYMENT.CREATED_AT.FPayment.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_PAYMENT.CREATED_BY.Setter forDB_ETERNAL.F_PAYMENT.KEY.FPayment.setLanguage(String language) Setter forDB_ETERNAL.F_PAYMENT.LANGUAGE.FPayment.setMetadata(String metadata) Setter forDB_ETERNAL.F_PAYMENT.METADATA.Setter forDB_ETERNAL.F_PAYMENT.NAME.Setter forDB_ETERNAL.F_PAYMENT.PAY_ID.FPayment.setPayMethod(String payMethod) Setter forDB_ETERNAL.F_PAYMENT.PAY_METHOD.FPayment.setPayMobile(String payMobile) Setter forDB_ETERNAL.F_PAYMENT.PAY_MOBILE.FPayment.setPayName(String payName) Setter forDB_ETERNAL.F_PAYMENT.PAY_NAME.Setter forDB_ETERNAL.F_PAYMENT.PREPAY.Setter forDB_ETERNAL.F_PAYMENT.SERIAL.Setter forDB_ETERNAL.F_PAYMENT.SIGMA.FPayment.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_PAYMENT.UPDATED_AT.FPayment.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_PAYMENT.UPDATED_BY. -
Uses of FPayment in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FPaymentModifierConstructorDescriptionFPaymentRecord(FPayment value) Create a detached, initialised FPaymentRecord -
Uses of FPayment in cn.vertxup.fm.service.business
Methods in cn.vertxup.fm.service.business that return types with arguments of type FPaymentModifier and TypeMethodDescriptionio.vertx.core.Future<FPayment>IndentService.payAsync(io.vertx.core.json.JsonObject data) io.vertx.core.Future<FPayment>IndentStub.payAsync(io.vertx.core.json.JsonObject data) Methods in cn.vertxup.fm.service.business with parameters of type FPaymentModifier and TypeMethodDescriptionvoidFillService.payment(FPayment payment, List<FPaymentItem> payments) voidFillStub.payment(FPayment payment, List<FPaymentItem> payments)