Uses of Class
cn.vertxup.fm.domain.tables.pojos.FBillItem
Packages that use FBillItem
Package
Description
-
Uses of FBillItem in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FBillItemModifier and TypeMethodDescriptionFBillItemDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFBillItemDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFBillItemDao.findManyByAmount(Collection<BigDecimal> values) Find records that haveAMOUNT IN (values)asynchronouslyFBillItemDao.findManyByAmount(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT IN (values)asynchronously limited by the given limitFBillItemDao.findManyByAmountTotal(Collection<BigDecimal> values) Find records that haveAMOUNT_TOTAL IN (values)asynchronouslyFBillItemDao.findManyByAmountTotal(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT_TOTAL IN (values)asynchronously limited by the given limitFBillItemDao.findManyByBillId(Collection<String> values) Find records that haveBILL_ID IN (values)asynchronouslyFBillItemDao.findManyByBillId(Collection<String> values, int limit) Find records that haveBILL_ID IN (values)asynchronously limited by the given limitFBillItemDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFBillItemDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFBillItemDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFBillItemDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFBillItemDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFBillItemDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFBillItemDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFBillItemDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFBillItemDao.findManyByIncome(Collection<Boolean> values) Find records that haveINCOME IN (values)asynchronouslyFBillItemDao.findManyByIncome(Collection<Boolean> values, int limit) Find records that haveINCOME IN (values)asynchronously limited by the given limitFBillItemDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFBillItemDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFBillItemDao.findManyByManualNo(Collection<String> values) Find records that haveMANUAL_NO IN (values)asynchronouslyFBillItemDao.findManyByManualNo(Collection<String> values, int limit) Find records that haveMANUAL_NO IN (values)asynchronously limited by the given limitFBillItemDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFBillItemDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFBillItemDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFBillItemDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFBillItemDao.findManyByOpAt(Collection<LocalDateTime> values) Find records that haveOP_AT IN (values)asynchronouslyFBillItemDao.findManyByOpAt(Collection<LocalDateTime> values, int limit) Find records that haveOP_AT IN (values)asynchronously limited by the given limitFBillItemDao.findManyByOpBy(Collection<String> values) Find records that haveOP_BY IN (values)asynchronouslyFBillItemDao.findManyByOpBy(Collection<String> values, int limit) Find records that haveOP_BY IN (values)asynchronously limited by the given limitFBillItemDao.findManyByOpNumber(Collection<String> values) Find records that haveOP_NUMBER IN (values)asynchronouslyFBillItemDao.findManyByOpNumber(Collection<String> values, int limit) Find records that haveOP_NUMBER IN (values)asynchronously limited by the given limitFBillItemDao.findManyByOpShift(Collection<String> values) Find records that haveOP_SHIFT IN (values)asynchronouslyFBillItemDao.findManyByOpShift(Collection<String> values, int limit) Find records that haveOP_SHIFT IN (values)asynchronously limited by the given limitFBillItemDao.findManyByPayTermId(Collection<String> values) Find records that havePAY_TERM_ID IN (values)asynchronouslyFBillItemDao.findManyByPayTermId(Collection<String> values, int limit) Find records that havePAY_TERM_ID IN (values)asynchronously limited by the given limitFBillItemDao.findManyByPrice(Collection<BigDecimal> values) Find records that havePRICE IN (values)asynchronouslyFBillItemDao.findManyByPrice(Collection<BigDecimal> values, int limit) Find records that havePRICE IN (values)asynchronously limited by the given limitFBillItemDao.findManyByQuantity(Collection<Integer> values) Find records that haveQUANTITY IN (values)asynchronouslyFBillItemDao.findManyByQuantity(Collection<Integer> values, int limit) Find records that haveQUANTITY IN (values)asynchronously limited by the given limitFBillItemDao.findManyByRelatedId(Collection<String> values) Find records that haveRELATED_ID IN (values)asynchronouslyFBillItemDao.findManyByRelatedId(Collection<String> values, int limit) Find records that haveRELATED_ID IN (values)asynchronously limited by the given limitFBillItemDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyFBillItemDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitFBillItemDao.findManyBySettlementId(Collection<String> values) Find records that haveSETTLEMENT_ID IN (values)asynchronouslyFBillItemDao.findManyBySettlementId(Collection<String> values, int limit) Find records that haveSETTLEMENT_ID IN (values)asynchronously limited by the given limitFBillItemDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFBillItemDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFBillItemDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyFBillItemDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitFBillItemDao.findManyBySubjectId(Collection<String> values) Find records that haveSUBJECT_ID IN (values)asynchronouslyFBillItemDao.findManyBySubjectId(Collection<String> values, int limit) Find records that haveSUBJECT_ID IN (values)asynchronously limited by the given limitFBillItemDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyFBillItemDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitFBillItemDao.findManyByUnit(Collection<String> values) Find records that haveUNIT IN (values)asynchronouslyFBillItemDao.findManyByUnit(Collection<String> values, int limit) Find records that haveUNIT IN (values)asynchronously limited by the given limitFBillItemDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFBillItemDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFBillItemDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFBillItemDao.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<FBillItemRecord,FBillItem, String> FBillItemDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FBillItem -
Uses of FBillItem in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FBillItemModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_BILL_ITEM.ACTIVE.FBillItem.setAmount(BigDecimal amount) Setter forDB_ETERNAL.F_BILL_ITEM.AMOUNT.FBillItem.setAmountTotal(BigDecimal amountTotal) Setter forDB_ETERNAL.F_BILL_ITEM.AMOUNT_TOTAL.Setter forDB_ETERNAL.F_BILL_ITEM.BILL_ID.Setter forDB_ETERNAL.F_BILL_ITEM.CODE.FBillItem.setComment(String comment) Setter forDB_ETERNAL.F_BILL_ITEM.COMMENT.FBillItem.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_BILL_ITEM.CREATED_AT.FBillItem.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_BILL_ITEM.CREATED_BY.Setter forDB_ETERNAL.F_BILL_ITEM.INCOME.Setter forDB_ETERNAL.F_BILL_ITEM.KEY.FBillItem.setLanguage(String language) Setter forDB_ETERNAL.F_BILL_ITEM.LANGUAGE.FBillItem.setManualNo(String manualNo) Setter forDB_ETERNAL.F_BILL_ITEM.MANUAL_NO.FBillItem.setMetadata(String metadata) Setter forDB_ETERNAL.F_BILL_ITEM.METADATA.Setter forDB_ETERNAL.F_BILL_ITEM.NAME.FBillItem.setOpAt(LocalDateTime opAt) Setter forDB_ETERNAL.F_BILL_ITEM.OP_AT.Setter forDB_ETERNAL.F_BILL_ITEM.OP_BY.FBillItem.setOpNumber(String opNumber) Setter forDB_ETERNAL.F_BILL_ITEM.OP_NUMBER.FBillItem.setOpShift(String opShift) Setter forDB_ETERNAL.F_BILL_ITEM.OP_SHIFT.FBillItem.setPayTermId(String payTermId) Setter forDB_ETERNAL.F_BILL_ITEM.PAY_TERM_ID.FBillItem.setPrice(BigDecimal price) Setter forDB_ETERNAL.F_BILL_ITEM.PRICE.FBillItem.setQuantity(Integer quantity) Setter forDB_ETERNAL.F_BILL_ITEM.QUANTITY.FBillItem.setRelatedId(String relatedId) Setter forDB_ETERNAL.F_BILL_ITEM.RELATED_ID.Setter forDB_ETERNAL.F_BILL_ITEM.SERIAL.FBillItem.setSettlementId(String settlementId) Setter forDB_ETERNAL.F_BILL_ITEM.SETTLEMENT_ID.Setter forDB_ETERNAL.F_BILL_ITEM.SIGMA.Setter forDB_ETERNAL.F_BILL_ITEM.STATUS.FBillItem.setSubjectId(String subjectId) Setter forDB_ETERNAL.F_BILL_ITEM.SUBJECT_ID.Setter forDB_ETERNAL.F_BILL_ITEM.TYPE.Setter forDB_ETERNAL.F_BILL_ITEM.UNIT.FBillItem.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_BILL_ITEM.UPDATED_AT.FBillItem.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_BILL_ITEM.UPDATED_BY. -
Uses of FBillItem in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FBillItemModifierConstructorDescriptionFBillItemRecord(FBillItem value) Create a detached, initialised FBillItemRecord -
Uses of FBillItem in cn.vertxup.fm.service
Methods in cn.vertxup.fm.service that return types with arguments of type FBillItemModifier and TypeMethodDescriptionBillService.fetchByBills(List<FBill> bills) BillStub.fetchByBills(List<FBill> bills) Method parameters in cn.vertxup.fm.service with type arguments of type FBillItemModifier and TypeMethodDescriptionio.vertx.core.Future<List<FSettlement>>BillService.fetchSettlements(List<FBillItem> items) io.vertx.core.Future<List<FSettlement>>BillStub.fetchSettlements(List<FBillItem> items) -
Uses of FBillItem in cn.vertxup.fm.service.business
Methods in cn.vertxup.fm.service.business that return types with arguments of type FBillItemModifier and TypeMethodDescriptionio.vertx.core.Future<ConcurrentMap<Boolean,List<FBillItem>>> IndentService.itemAsync(io.vertx.core.json.JsonArray items, io.vertx.core.json.JsonObject data) io.vertx.core.Future<FBillItem>io.vertx.core.Future<ConcurrentMap<Boolean,List<FBillItem>>> IndentStub.itemAsync(io.vertx.core.json.JsonArray items, io.vertx.core.json.JsonObject data) io.vertx.core.Future<FBillItem>IndentService.settleAsync(io.vertx.core.json.JsonArray items, io.vertx.core.json.JsonObject data) IndentStub.settleAsync(io.vertx.core.json.JsonArray items, io.vertx.core.json.JsonObject data) Methods in cn.vertxup.fm.service.business with parameters of type FBillItemModifier and TypeMethodDescriptionvoidvoiddefault io.vertx.core.Future<Boolean>voidvoidvoidvoidio.vertx.core.Future<io.vertx.core.json.JsonObject>FanService.revertAsync(FBillItem item, FBillItem to) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanStub.revertAsync(FBillItem item, FBillItem to) 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) voidvoidio.vertx.core.Future<io.vertx.core.json.JsonObject>FanService.splitAsync(FBillItem item, List<FBillItem> items) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanStub.splitAsync(FBillItem item, List<FBillItem> items) Method parameters in cn.vertxup.fm.service.business with type arguments of type FBillItemModifier and TypeMethodDescriptionio.vertx.core.Future<Boolean>io.vertx.core.Future<Boolean>io.vertx.core.Future<Boolean>io.vertx.core.Future<Boolean>io.vertx.core.Future<Boolean>io.vertx.core.Future<Boolean>voidvoidio.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) voidFillService.settle(FSettlement settlement, List<FBillItem> items) voidFillStub.settle(FSettlement settlement, List<FBillItem> items) io.vertx.core.Future<List<FSettlementItem>>IndentService.settleAsync(FSettlement settlement, List<FBillItem> items) io.vertx.core.Future<List<FSettlementItem>>IndentStub.settleAsync(FSettlement settlement, List<FBillItem> items) voidvoidio.vertx.core.Future<io.vertx.core.json.JsonObject>FanService.splitAsync(FBillItem item, List<FBillItem> items) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanStub.splitAsync(FBillItem item, List<FBillItem> items) voidvoidio.vertx.core.Future<io.vertx.core.json.JsonObject>FanService.transferAsync(ConcurrentMap<Boolean, List<FBillItem>> fromTo, FBook book, io.vertx.core.json.JsonObject params) io.vertx.core.Future<io.vertx.core.json.JsonObject>FanStub.transferAsync(ConcurrentMap<Boolean, List<FBillItem>> fromTo, FBook book, io.vertx.core.json.JsonObject params) -
Uses of FBillItem in io.vertx.tp.fm.atom
Methods in io.vertx.tp.fm.atom that return types with arguments of type FBillItemModifier and TypeMethodDescriptionMethod parameters in io.vertx.tp.fm.atom with type arguments of type FBillItem