Uses of Class
cn.vertxup.erp.domain.tables.pojos.TVendorCheckIn
Packages that use TVendorCheckIn
Package
Description
-
Uses of TVendorCheckIn in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TVendorCheckInModifier and TypeMethodDescriptionio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByClassification(Collection<String> values) Find records that haveCLASSIFICATION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByOnboardAt(Collection<LocalDateTime> values) Find records that haveONBOARD_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByOnboardAt(Collection<LocalDateTime> values, int limit) Find records that haveONBOARD_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorCheckIn>>TVendorCheckInDao.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<TVendorCheckInRecord,TVendorCheckIn, String> TVendorCheckInDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type TVendorCheckInModifier and TypeMethodDescriptionprotected StringTVendorCheckInDao.getId(TVendorCheckIn object) -
Uses of TVendorCheckIn in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return TVendorCheckInModifier and TypeMethodDescriptionTVendorCheckIn.setClassification(String classification) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.CLASSIFICATION.TVendorCheckIn.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.DAYS.TVendorCheckIn.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.END_AT.Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.KEY.TVendorCheckIn.setOnboardAt(LocalDateTime onboardAt) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.ONBOARD_AT.TVendorCheckIn.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_VENDOR_CHECK_IN.START_AT. -
Uses of TVendorCheckIn in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type TVendorCheckInModifierConstructorDescriptionCreate a detached, initialised TVendorCheckInRecord