Uses of Class
cn.vertxup.fm.domain.tables.pojos.FPreAuthorize
Packages that use FPreAuthorize
Package
Description
-
Uses of FPreAuthorize in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FPreAuthorizeModifier and TypeMethodDescriptionio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByAmount(Collection<BigDecimal> values) Find records that haveAMOUNT IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByAmount(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByBankCard(Collection<String> values) Find records that haveBANK_CARD IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByBankCard(Collection<String> values, int limit) Find records that haveBANK_CARD IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByBankName(Collection<String> values) Find records that haveBANK_NAME IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByBankName(Collection<String> values, int limit) Find records that haveBANK_NAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByBillId(Collection<String> values) Find records that haveBILL_ID IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByBillId(Collection<String> values, int limit) Find records that haveBILL_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByBookId(Collection<String> values) Find records that haveBOOK_ID IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByBookId(Collection<String> values, int limit) Find records that haveBOOK_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByExpiredAt(Collection<LocalDateTime> values) Find records that haveEXPIRED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByExpiredAt(Collection<LocalDateTime> values, int limit) Find records that haveEXPIRED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByOrderId(Collection<String> values) Find records that haveORDER_ID IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByOrderId(Collection<String> values, int limit) Find records that haveORDER_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<FPreAuthorize>>FPreAuthorizeDao.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<FPreAuthorizeRecord,FPreAuthorize, String> FPreAuthorizeDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FPreAuthorize -
Uses of FPreAuthorize in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FPreAuthorizeModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_PRE_AUTHORIZE.ACTIVE.FPreAuthorize.setAmount(BigDecimal amount) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.AMOUNT.FPreAuthorize.setBankCard(String bankCard) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.BANK_CARD.FPreAuthorize.setBankName(String bankName) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.BANK_NAME.Setter forDB_ETERNAL.F_PRE_AUTHORIZE.BILL_ID.Setter forDB_ETERNAL.F_PRE_AUTHORIZE.BOOK_ID.Setter forDB_ETERNAL.F_PRE_AUTHORIZE.CODE.FPreAuthorize.setComment(String comment) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.COMMENT.FPreAuthorize.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.CREATED_AT.FPreAuthorize.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.CREATED_BY.FPreAuthorize.setExpiredAt(LocalDateTime expiredAt) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.EXPIRED_AT.Setter forDB_ETERNAL.F_PRE_AUTHORIZE.KEY.FPreAuthorize.setLanguage(String language) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.LANGUAGE.FPreAuthorize.setMetadata(String metadata) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.METADATA.FPreAuthorize.setOrderId(String orderId) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.ORDER_ID.Setter forDB_ETERNAL.F_PRE_AUTHORIZE.SERIAL.Setter forDB_ETERNAL.F_PRE_AUTHORIZE.SIGMA.Setter forDB_ETERNAL.F_PRE_AUTHORIZE.STATUS.FPreAuthorize.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.UPDATED_AT.FPreAuthorize.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_PRE_AUTHORIZE.UPDATED_BY. -
Uses of FPreAuthorize in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FPreAuthorizeModifierConstructorDescriptionFPreAuthorizeRecord(FPreAuthorize value) Create a detached, initialised FPreAuthorizeRecord -
Uses of FPreAuthorize in cn.vertxup.fm.service
Methods in cn.vertxup.fm.service that return types with arguments of type FPreAuthorizeModifier and TypeMethodDescriptionio.vertx.core.Future<List<FPreAuthorize>>BookService.fetchAuthorize(List<FBook> books) io.vertx.core.Future<List<FPreAuthorize>>BookStub.fetchAuthorize(List<FBook> books) -
Uses of FPreAuthorize in cn.vertxup.fm.service.business
Methods in cn.vertxup.fm.service.business with parameters of type FPreAuthorizeModifier and TypeMethodDescriptionvoidFillService.income(FBill bill, FPreAuthorize authorize) voidFillStub.income(FBill bill, FPreAuthorize authorize) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanService.singleAsync(FBill bill, FBillItem billItem, FPreAuthorize authorize) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanStub.singleAsync(FBill bill, FBillItem billItem, FPreAuthorize authorize)