Uses of Class
cn.vertxup.fm.domain.tables.pojos.FBook
Packages that use FBook
Package
Description
-
Uses of FBook in cn.vertxup.fm.domain.tables.daos
Methods in cn.vertxup.fm.domain.tables.daos that return types with arguments of type FBookModifier and TypeMethodDescriptionFBookDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyFBookDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitFBookDao.findManyByAmount(Collection<BigDecimal> values) Find records that haveAMOUNT IN (values)asynchronouslyFBookDao.findManyByAmount(Collection<BigDecimal> values, int limit) Find records that haveAMOUNT IN (values)asynchronously limited by the given limitFBookDao.findManyByChecked(Collection<Boolean> values) Find records that haveCHECKED IN (values)asynchronouslyFBookDao.findManyByChecked(Collection<Boolean> values, int limit) Find records that haveCHECKED IN (values)asynchronously limited by the given limitFBookDao.findManyByCheckedDesc(Collection<String> values) Find records that haveCHECKED_DESC IN (values)asynchronouslyFBookDao.findManyByCheckedDesc(Collection<String> values, int limit) Find records that haveCHECKED_DESC IN (values)asynchronously limited by the given limitFBookDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyFBookDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitFBookDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyFBookDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitFBookDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyFBookDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitFBookDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyFBookDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitFBookDao.findManyByExceed(Collection<Boolean> values) Find records that haveEXCEED IN (values)asynchronouslyFBookDao.findManyByExceed(Collection<Boolean> values, int limit) Find records that haveEXCEED IN (values)asynchronously limited by the given limitFBookDao.findManyByExceedDesc(Collection<String> values) Find records that haveEXCEED_DESC IN (values)asynchronouslyFBookDao.findManyByExceedDesc(Collection<String> values, int limit) Find records that haveEXCEED_DESC IN (values)asynchronously limited by the given limitFBookDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyFBookDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitFBookDao.findManyByMajor(Collection<Boolean> values) Find records that haveMAJOR IN (values)asynchronouslyFBookDao.findManyByMajor(Collection<Boolean> values, int limit) Find records that haveMAJOR IN (values)asynchronously limited by the given limitFBookDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyFBookDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitFBookDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyFBookDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitFBookDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslyFBookDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitFBookDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyFBookDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitFBookDao.findManyByOrderId(Collection<String> values) Find records that haveORDER_ID IN (values)asynchronouslyFBookDao.findManyByOrderId(Collection<String> values, int limit) Find records that haveORDER_ID IN (values)asynchronously limited by the given limitFBookDao.findManyByParentId(Collection<String> values) Find records that havePARENT_ID IN (values)asynchronouslyFBookDao.findManyByParentId(Collection<String> values, int limit) Find records that havePARENT_ID IN (values)asynchronously limited by the given limitFBookDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyFBookDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitFBookDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyFBookDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitFBookDao.findManyByStatus(Collection<String> values) Find records that haveSTATUS IN (values)asynchronouslyFBookDao.findManyByStatus(Collection<String> values, int limit) Find records that haveSTATUS IN (values)asynchronously limited by the given limitFBookDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyFBookDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitFBookDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyFBookDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitFBookDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyFBookDao.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<FBookRecord,FBook, String> FBookDao.queryExecutor()Methods in cn.vertxup.fm.domain.tables.daos with parameters of type FBook -
Uses of FBook in cn.vertxup.fm.domain.tables.pojos
Methods in cn.vertxup.fm.domain.tables.pojos that return FBookModifier and TypeMethodDescriptionSetter forDB_ETERNAL.F_BOOK.ACTIVE.FBook.setAmount(BigDecimal amount) Setter forDB_ETERNAL.F_BOOK.AMOUNT.FBook.setChecked(Boolean checked) Setter forDB_ETERNAL.F_BOOK.CHECKED.FBook.setCheckedDesc(String checkedDesc) Setter forDB_ETERNAL.F_BOOK.CHECKED_DESC.Setter forDB_ETERNAL.F_BOOK.CODE.FBook.setComment(String comment) Setter forDB_ETERNAL.F_BOOK.COMMENT.FBook.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.F_BOOK.CREATED_AT.FBook.setCreatedBy(String createdBy) Setter forDB_ETERNAL.F_BOOK.CREATED_BY.Setter forDB_ETERNAL.F_BOOK.EXCEED.FBook.setExceedDesc(String exceedDesc) Setter forDB_ETERNAL.F_BOOK.EXCEED_DESC.Setter forDB_ETERNAL.F_BOOK.KEY.FBook.setLanguage(String language) Setter forDB_ETERNAL.F_BOOK.LANGUAGE.Setter forDB_ETERNAL.F_BOOK.MAJOR.FBook.setMetadata(String metadata) Setter forDB_ETERNAL.F_BOOK.METADATA.FBook.setModelId(String modelId) Setter forDB_ETERNAL.F_BOOK.MODEL_ID.FBook.setModelKey(String modelKey) Setter forDB_ETERNAL.F_BOOK.MODEL_KEY.Setter forDB_ETERNAL.F_BOOK.NAME.FBook.setOrderId(String orderId) Setter forDB_ETERNAL.F_BOOK.ORDER_ID.FBook.setParentId(String parentId) Setter forDB_ETERNAL.F_BOOK.PARENT_ID.Setter forDB_ETERNAL.F_BOOK.SERIAL.Setter forDB_ETERNAL.F_BOOK.SIGMA.Setter forDB_ETERNAL.F_BOOK.STATUS.Setter forDB_ETERNAL.F_BOOK.TYPE.FBook.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.F_BOOK.UPDATED_AT.FBook.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.F_BOOK.UPDATED_BY. -
Uses of FBook in cn.vertxup.fm.domain.tables.records
Constructors in cn.vertxup.fm.domain.tables.records with parameters of type FBookModifierConstructorDescriptionFBookRecord(FBook value) Create a detached, initialised FBookRecord -
Uses of FBook in cn.vertxup.fm.service
Methods in cn.vertxup.fm.service that return types with arguments of type FBookModifier and TypeMethodDescriptionBookService.createAsync(List<FBook> books, io.aeon.experiment.specification.KNaming spec) BookStub.createAsync(List<FBook> books, io.aeon.experiment.specification.KNaming spec) BookService.fetchAsync(io.vertx.core.json.JsonObject criteria) BookStub.fetchAsync(io.vertx.core.json.JsonObject criteria) BookService.fetchByOrder(String orderId) BookStub.fetchByOrder(String orderId) Method parameters in cn.vertxup.fm.service with type arguments of type FBookModifier and TypeMethodDescriptionBookService.createAsync(List<FBook> books, io.aeon.experiment.specification.KNaming spec) BookStub.createAsync(List<FBook> books, io.aeon.experiment.specification.KNaming spec) io.vertx.core.Future<List<FPreAuthorize>>BookService.fetchAuthorize(List<FBook> books) io.vertx.core.Future<List<FPreAuthorize>>BookStub.fetchAuthorize(List<FBook> books) -
Uses of FBook in cn.vertxup.fm.service.business
Methods in cn.vertxup.fm.service.business with parameters of type FBookModifier and TypeMethodDescriptionvoidvoidio.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 FBook in io.vertx.tp.fm.refine
Methods in io.vertx.tp.fm.refine that return FBookModifier and TypeMethodDescriptionstatic FBookFm.umBook(io.aeon.experiment.specification.KNaming spec) Methods in io.vertx.tp.fm.refine that return types with arguments of type FBookModifier and TypeMethodDescriptionMethod parameters in io.vertx.tp.fm.refine with type arguments of type FBook