Uses of Class
cn.vertxup.fm.domain.tables.pojos.FBill
Packages that use FBill
Package
Description
-
Uses of FBill in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FBillModifier and TypeMethodDescriptionFBillDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFBillDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFBillDao.findManyByAmount(Collection<BigDecimal> values) Find records that haveAMOUNT IN (values)asynchronouslyFBillDao.findManyByAmount(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT IN (values)asynchronously limited by the given limitFBillDao.findManyByBookId(Collection<String> values) Find records that haveBOOK_ID IN (values)asynchronouslyFBillDao.findManyByBookId(Collection<String> values, int limit) Find records that haveBOOK_ID IN (values)asynchronously limited by the given limitFBillDao.findManyByCategory(Collection<String> values) Find records that haveCATEGORY IN (values)asynchronouslyFBillDao.findManyByCategory(Collection<String> values, int limit) Find records that haveCATEGORY IN (values)asynchronously limited by the given limitFBillDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFBillDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFBillDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFBillDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFBillDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFBillDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFBillDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFBillDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFBillDao.findManyByIncome(Collection<Boolean> values) Find records that haveINCOME IN (values)asynchronouslyFBillDao.findManyByIncome(Collection<Boolean> values, int limit) Find records that haveINCOME IN (values)asynchronously limited by the given limitFBillDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFBillDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFBillDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFBillDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFBillDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyFBillDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitFBillDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslyFBillDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitFBillDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFBillDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFBillDao.findManyByOrderId(Collection<String> values) Find records that haveORDER_ID IN (values)asynchronouslyFBillDao.findManyByOrderId(Collection<String> values, int limit) Find records that haveORDER_ID IN (values)asynchronously limited by the given limitFBillDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyFBillDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitFBillDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFBillDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFBillDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyFBillDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitFBillDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFBillDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFBillDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFBillDao.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<FBillRecord,FBill, String> FBillDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FBill -
Uses of FBill in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FBillModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_BILL.ACTIVE.FBill.setAmount(BigDecimal amount) Setter forDB_ETERNAL.F_BILL.AMOUNT.Setter forDB_ETERNAL.F_BILL.BOOK_ID.FBill.setCategory(String category) Setter forDB_ETERNAL.F_BILL.CATEGORY.Setter forDB_ETERNAL.F_BILL.CODE.FBill.setComment(String comment) Setter forDB_ETERNAL.F_BILL.COMMENT.FBill.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_BILL.CREATED_AT.FBill.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_BILL.CREATED_BY.Setter forDB_ETERNAL.F_BILL.INCOME.Setter forDB_ETERNAL.F_BILL.KEY.FBill.setLanguage(String language) Setter forDB_ETERNAL.F_BILL.LANGUAGE.FBill.setMetadata(String metadata) Setter forDB_ETERNAL.F_BILL.METADATA.FBill.setModelId(String modelId) Setter forDB_ETERNAL.F_BILL.MODEL_ID.FBill.setModelKey(String modelKey) Setter forDB_ETERNAL.F_BILL.MODEL_KEY.Setter forDB_ETERNAL.F_BILL.NAME.FBill.setOrderId(String orderId) Setter forDB_ETERNAL.F_BILL.ORDER_ID.Setter forDB_ETERNAL.F_BILL.SERIAL.Setter forDB_ETERNAL.F_BILL.SIGMA.Setter forDB_ETERNAL.F_BILL.TYPE.FBill.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_BILL.UPDATED_AT.FBill.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_BILL.UPDATED_BY. -
Uses of FBill in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FBillModifierConstructorDescriptionFBillRecord(FBill value) Create a detached, initialised FBillRecord -
Uses of FBill in cn.vertxup.fm.service
Methods in cn.vertxup.fm.service that return types with arguments of type FBillModifier and TypeMethodDescriptionBillService.fetchByOrder(String orderId) BillStub.fetchByOrder(String orderId) Method parameters in cn.vertxup.fm.service with type arguments of type FBillModifier and TypeMethodDescriptionBillService.fetchByBills(List<FBill> bills) BillStub.fetchByBills(List<FBill> bills) -
Uses of FBill in cn.vertxup.fm.service.business
Methods in cn.vertxup.fm.service.business that return types with arguments of type FBillModifier and TypeMethodDescriptionio.vertx.core.Future<FBill>default io.vertx.core.Future<FBill>IndentStub.initAsync(io.vertx.core.json.JsonObject data) io.vertx.core.Future<FBill>Methods in cn.vertxup.fm.service.business with parameters of type FBillModifier and TypeMethodDescriptionio.vertx.core.Future<Boolean>default io.vertx.core.Future<Boolean>io.vertx.core.Future<Boolean>voidvoidFillService.income(FBill bill, FPreAuthorize authorize) voidvoidvoidFillStub.income(FBill bill, FPreAuthorize authorize) voidio.vertx.core.Future<io.vertx.core.json.JsonObject>FanService.multiAsync(FBill bill, List<FBillItem> items) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanStub.multiAsync(FBill bill, List<FBillItem> items) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanService.singleAsync(FBill bill, FBillItem billItem, FPreAuthorize authorize) default io.vertx.core.Future<io.vertx.core.json.JsonObject>FanStub.singleAsync(FBill bill, FBillItem billItem) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanStub.singleAsync(FBill bill, FBillItem billItem, FPreAuthorize authorize) voidvoid -
Uses of FBill in io.vertx.tp.fm.atom
Methods in io.vertx.tp.fm.atom that return types with arguments of type FBillModifier and TypeMethodDescriptionMethod parameters in io.vertx.tp.fm.atom with type arguments of type FBill