Uses of Class
cn.vertxup.fm.domain.tables.pojos.FSettlement
Packages that use FSettlement
Package
Description
-
Uses of FSettlement in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FSettlementModifier and TypeMethodDescriptionio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByAmount(Collection<BigDecimal> values) Find records that haveAMOUNT IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByAmount(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByCustomerId(Collection<String> values) Find records that haveCUSTOMER_ID IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByCustomerId(Collection<String> values, int limit) Find records that haveCUSTOMER_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByFinished(Collection<Boolean> values) Find records that haveFINISHED IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByFinished(Collection<Boolean> values, int limit) Find records that haveFINISHED IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByFinishedAt(Collection<LocalDateTime> values) Find records that haveFINISHED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByFinishedAt(Collection<LocalDateTime> values, int limit) Find records that haveFINISHED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByRelatedId(Collection<String> values) Find records that haveRELATED_ID IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByRelatedId(Collection<String> values, int limit) Find records that haveRELATED_ID IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByRounded(Collection<String> values) Find records that haveROUNDED IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByRounded(Collection<String> values, int limit) Find records that haveROUNDED IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyBySignMobile(Collection<String> values) Find records that haveSIGN_MOBILE IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyBySignMobile(Collection<String> values, int limit) Find records that haveSIGN_MOBILE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyBySignName(Collection<String> values) Find records that haveSIGN_NAME IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyBySignName(Collection<String> values, int limit) Find records that haveSIGN_NAME IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<FSettlement>>FSettlementDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyio.vertx.core.Future<List<FSettlement>>FSettlementDao.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<FSettlementRecord,FSettlement, String> FSettlementDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FSettlement -
Uses of FSettlement in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FSettlementModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_SETTLEMENT.ACTIVE.FSettlement.setAmount(BigDecimal amount) Setter forDB_ETERNAL.F_SETTLEMENT.AMOUNT.Setter forDB_ETERNAL.F_SETTLEMENT.CODE.FSettlement.setComment(String comment) Setter forDB_ETERNAL.F_SETTLEMENT.COMMENT.FSettlement.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_SETTLEMENT.CREATED_AT.FSettlement.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_SETTLEMENT.CREATED_BY.FSettlement.setCustomerId(String customerId) Setter forDB_ETERNAL.F_SETTLEMENT.CUSTOMER_ID.FSettlement.setFinished(Boolean finished) Setter forDB_ETERNAL.F_SETTLEMENT.FINISHED.FSettlement.setFinishedAt(LocalDateTime finishedAt) Setter forDB_ETERNAL.F_SETTLEMENT.FINISHED_AT.Setter forDB_ETERNAL.F_SETTLEMENT.KEY.FSettlement.setLanguage(String language) Setter forDB_ETERNAL.F_SETTLEMENT.LANGUAGE.FSettlement.setMetadata(String metadata) Setter forDB_ETERNAL.F_SETTLEMENT.METADATA.FSettlement.setRelatedId(String relatedId) Setter forDB_ETERNAL.F_SETTLEMENT.RELATED_ID.FSettlement.setRounded(String rounded) Setter forDB_ETERNAL.F_SETTLEMENT.ROUNDED.Setter forDB_ETERNAL.F_SETTLEMENT.SERIAL.Setter forDB_ETERNAL.F_SETTLEMENT.SIGMA.FSettlement.setSignMobile(String signMobile) Setter forDB_ETERNAL.F_SETTLEMENT.SIGN_MOBILE.FSettlement.setSignName(String signName) Setter forDB_ETERNAL.F_SETTLEMENT.SIGN_NAME.FSettlement.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_SETTLEMENT.UPDATED_AT.FSettlement.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_SETTLEMENT.UPDATED_BY. -
Uses of FSettlement in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FSettlementModifierConstructorDescriptionFSettlementRecord(FSettlement value) Create a detached, initialised FSettlementRecord -
Uses of FSettlement in cn.vertxup.fm.service
Methods in cn.vertxup.fm.service that return types with arguments of type FSettlementModifier and TypeMethodDescriptionio.vertx.core.Future<List<FSettlement>>BillService.fetchSettlements(List<FBillItem> items) io.vertx.core.Future<List<FSettlement>>BillStub.fetchSettlements(List<FBillItem> items) Method parameters in cn.vertxup.fm.service with type arguments of type FSettlementModifier and TypeMethodDescriptionio.vertx.core.Future<List<FSettlementItem>>BillService.fetchBySettlements(List<FSettlement> settlements) io.vertx.core.Future<List<FSettlementItem>>BillStub.fetchBySettlements(List<FSettlement> settlements) io.vertx.core.Future<List<FPaymentItem>>BillService.fetchPayments(List<FSettlement> settlements) io.vertx.core.Future<List<FPaymentItem>>BillStub.fetchPayments(List<FSettlement> settlements) -
Uses of FSettlement in cn.vertxup.fm.service.business
Methods in cn.vertxup.fm.service.business that return types with arguments of type FSettlementModifier and TypeMethodDescriptionio.vertx.core.Future<FSettlement>IndentService.settleAsync(String indent, io.vertx.core.json.JsonObject data) default io.vertx.core.Future<FSettlement>IndentStub.settleAsync(io.vertx.core.json.JsonObject data) io.vertx.core.Future<FSettlement>IndentStub.settleAsync(String indent, io.vertx.core.json.JsonObject data) Methods in cn.vertxup.fm.service.business with parameters of type FSettlementModifier and TypeMethodDescriptionvoidFillService.payment(FSettlement settlement, List<FPaymentItem> payments) voidFillStub.payment(FSettlement settlement, List<FPaymentItem> payments) voidFillService.settle(FSettlement settlement, FDebt debt) voidFillService.settle(FSettlement settlement, List<FBillItem> items) voidFillStub.settle(FSettlement settlement, FDebt debt) 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) -
Uses of FSettlement in io.vertx.tp.fm.atom
Methods in io.vertx.tp.fm.atom that return types with arguments of type FSettlementModifier and TypeMethodDescriptionio.vertx.core.Future<List<FSettlement>>BillData.settlement(List<FSettlement> settlements) Method parameters in io.vertx.tp.fm.atom with type arguments of type FSettlementModifier and TypeMethodDescriptionio.vertx.core.Future<List<FSettlement>>BillData.settlement(List<FSettlement> settlements)