Uses of Class
cn.vertxup.erp.domain.tables.pojos.TVendorCheckOut
Packages that use TVendorCheckOut
Package
Description
-
Uses of TVendorCheckOut in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TVendorCheckOutModifier and TypeMethodDescriptionio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByClassification(Collection<String> values) Find records that haveCLASSIFICATION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByLeaveAt(Collection<LocalDateTime> values) Find records that haveLEAVE_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByLeaveAt(Collection<LocalDateTime> values, int limit) Find records that haveLEAVE_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByReason(Collection<String> values) Find records that haveREASON IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByReason(Collection<String> values, int limit) Find records that haveREASON IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckOut>>TVendorCheckOutDao.findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TVendorCheckOutRecord,TVendorCheckOut, String> TVendorCheckOutDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type TVendorCheckOutModifier and TypeMethodDescriptionprotected StringTVendorCheckOutDao.getId(TVendorCheckOut object) -
Uses of TVendorCheckOut in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return TVendorCheckOutModifier and TypeMethodDescriptionTVendorCheckOut.setClassification(String classification) Setter forDB_ETERNAL.T_VENDOR_CHECK_OUT.CLASSIFICATION.TVendorCheckOut.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_VENDOR_CHECK_OUT.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_VENDOR_CHECK_OUT.DAYS.TVendorCheckOut.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_VENDOR_CHECK_OUT.END_AT.Setter forDB_ETERNAL.T_VENDOR_CHECK_OUT.KEY.TVendorCheckOut.setLeaveAt(LocalDateTime leaveAt) Setter forDB_ETERNAL.T_VENDOR_CHECK_OUT.LEAVE_AT.Setter forDB_ETERNAL.T_VENDOR_CHECK_OUT.REASON.TVendorCheckOut.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_VENDOR_CHECK_OUT.START_AT. -
Uses of TVendorCheckOut in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type TVendorCheckOutModifierConstructorDescriptionCreate a detached, initialised TVendorCheckOutRecord