Uses of Class
cn.vertxup.fm.domain.tables.pojos.FDebt
Packages that use FDebt
Package
Description
-
Uses of FDebt in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FDebtModifier and TypeMethodDescriptionFDebtDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFDebtDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFDebtDao.findManyByAmount(Collection<BigDecimal> values) Find records that haveAMOUNT IN (values)asynchronouslyFDebtDao.findManyByAmount(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT IN (values)asynchronously limited by the given limitFDebtDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFDebtDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFDebtDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFDebtDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFDebtDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFDebtDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFDebtDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFDebtDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFDebtDao.findManyByCustomerId(Collection<String> values) Find records that haveCUSTOMER_ID IN (values)asynchronouslyFDebtDao.findManyByCustomerId(Collection<String> values, int limit) Find records that haveCUSTOMER_ID IN (values)asynchronously limited by the given limitFDebtDao.findManyByFinished(Collection<Boolean> values) Find records that haveFINISHED IN (values)asynchronouslyFDebtDao.findManyByFinished(Collection<Boolean> values, int limit) Find records that haveFINISHED IN (values)asynchronously limited by the given limitFDebtDao.findManyByFinishedAt(Collection<LocalDateTime> values) Find records that haveFINISHED_AT IN (values)asynchronouslyFDebtDao.findManyByFinishedAt(Collection<LocalDateTime> values, int limit) Find records that haveFINISHED_AT IN (values)asynchronously limited by the given limitFDebtDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFDebtDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFDebtDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFDebtDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFDebtDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFDebtDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFDebtDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyFDebtDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitFDebtDao.findManyBySettlementId(Collection<String> values) Find records that haveSETTLEMENT_ID IN (values)asynchronouslyFDebtDao.findManyBySettlementId(Collection<String> values, int limit) Find records that haveSETTLEMENT_ID IN (values)asynchronously limited by the given limitFDebtDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFDebtDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFDebtDao.findManyBySignMobile(Collection<String> values) Find records that haveSIGN_MOBILE IN (values)asynchronouslyFDebtDao.findManyBySignMobile(Collection<String> values, int limit) Find records that haveSIGN_MOBILE IN (values)asynchronously limited by the given limitFDebtDao.findManyBySignName(Collection<String> values) Find records that haveSIGN_NAME IN (values)asynchronouslyFDebtDao.findManyBySignName(Collection<String> values, int limit) Find records that haveSIGN_NAME IN (values)asynchronously limited by the given limitFDebtDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFDebtDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFDebtDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFDebtDao.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<FDebtRecord,FDebt, String> FDebtDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FDebt -
Uses of FDebt in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FDebtModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_DEBT.ACTIVE.FDebt.setAmount(BigDecimal amount) Setter forDB_ETERNAL.F_DEBT.AMOUNT.Setter forDB_ETERNAL.F_DEBT.CODE.FDebt.setComment(String comment) Setter forDB_ETERNAL.F_DEBT.COMMENT.FDebt.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_DEBT.CREATED_AT.FDebt.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_DEBT.CREATED_BY.FDebt.setCustomerId(String customerId) Setter forDB_ETERNAL.F_DEBT.CUSTOMER_ID.FDebt.setFinished(Boolean finished) Setter forDB_ETERNAL.F_DEBT.FINISHED.FDebt.setFinishedAt(LocalDateTime finishedAt) Setter forDB_ETERNAL.F_DEBT.FINISHED_AT.Setter forDB_ETERNAL.F_DEBT.KEY.FDebt.setLanguage(String language) Setter forDB_ETERNAL.F_DEBT.LANGUAGE.FDebt.setMetadata(String metadata) Setter forDB_ETERNAL.F_DEBT.METADATA.Setter forDB_ETERNAL.F_DEBT.NAME.Setter forDB_ETERNAL.F_DEBT.SERIAL.FDebt.setSettlementId(String settlementId) Setter forDB_ETERNAL.F_DEBT.SETTLEMENT_ID.Setter forDB_ETERNAL.F_DEBT.SIGMA.FDebt.setSignMobile(String signMobile) Setter forDB_ETERNAL.F_DEBT.SIGN_MOBILE.FDebt.setSignName(String signName) Setter forDB_ETERNAL.F_DEBT.SIGN_NAME.FDebt.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_DEBT.UPDATED_AT.FDebt.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_DEBT.UPDATED_BY. -
Uses of FDebt in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FDebtModifierConstructorDescriptionFDebtRecord(FDebt value) Create a detached, initialised FDebtRecord -
Uses of FDebt in cn.vertxup.fm.service.business
Methods in cn.vertxup.fm.service.business with parameters of type FDebtModifier and TypeMethodDescriptionvoidFillService.settle(FSettlement settlement, FDebt debt) voidFillStub.settle(FSettlement settlement, FDebt debt) -
Uses of FDebt in cn.vertxup.fm.service.end
Methods in cn.vertxup.fm.service.end that return types with arguments of type FDebtModifier and TypeMethodDescriptionio.vertx.core.Future<ConcurrentMap<String,FDebt>> QrService.fetchDebtMap(Set<String> settlementId) io.vertx.core.Future<ConcurrentMap<String,FDebt>> QrStub.fetchDebtMap(Set<String> settlementId)