Uses of Class
cn.vertxup.erp.domain.tables.pojos.TVendorAssessment
Packages that use TVendorAssessment
Package
Description
-
Uses of TVendorAssessment in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TVendorAssessmentModifier and TypeMethodDescriptionio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByAssessOn(Collection<String> values) Find records that haveASSESS_ON IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByAssessOn(Collection<String> values, int limit) Find records that haveASSESS_ON IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByAssessScore(Collection<Integer> values) Find records that haveASSESS_SCORE IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByAssessScore(Collection<Integer> values, int limit) Find records that haveASSESS_SCORE IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByClassification(Collection<String> values) Find records that haveCLASSIFICATION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByCommentAssess(Collection<String> values) Find records that haveCOMMENT_ASSESS IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByCommentAssess(Collection<String> values, int limit) Find records that haveCOMMENT_ASSESS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByCommentDept(Collection<String> values) Find records that haveCOMMENT_DEPT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByCommentDept(Collection<String> values, int limit) Find records that haveCOMMENT_DEPT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByCommentLeader(Collection<String> values) Find records that haveCOMMENT_LEADER IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByCommentLeader(Collection<String> values, int limit) Find records that haveCOMMENT_LEADER IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TVendorAssessment>>TVendorAssessmentDao.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<TVendorAssessmentRecord,TVendorAssessment, String> TVendorAssessmentDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type TVendorAssessmentModifier and TypeMethodDescriptionprotected StringTVendorAssessmentDao.getId(TVendorAssessment object) -
Uses of TVendorAssessment in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return TVendorAssessmentModifier and TypeMethodDescriptionTVendorAssessment.setAssessOn(String assessOn) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.ASSESS_ON.TVendorAssessment.setAssessScore(Integer assessScore) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.ASSESS_SCORE.TVendorAssessment.setClassification(String classification) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.CLASSIFICATION.TVendorAssessment.setCommentAssess(String commentAssess) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_ASSESS.TVendorAssessment.setCommentDept(String commentDept) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_DEPT.TVendorAssessment.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_EXTENSION.TVendorAssessment.setCommentLeader(String commentLeader) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.COMMENT_LEADER.Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.DAYS.TVendorAssessment.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.END_AT.Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.KEY.TVendorAssessment.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_VENDOR_ASSESSMENT.START_AT. -
Uses of TVendorAssessment in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type TVendorAssessmentModifierConstructorDescriptionCreate a detached, initialised TVendorAssessmentRecord