Uses of Class
cn.vertxup.erp.domain.tables.pojos.TOaAssignment
Packages that use TOaAssignment
Package
Description
-
Uses of TOaAssignment in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TOaAssignmentModifier and TypeMethodDescriptionio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByReason(Collection<String> values) Find records that haveREASON IN (values)asynchronouslyio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByReason(Collection<String> values, int limit) Find records that haveREASON IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByRequestBy(Collection<String> values) Find records that haveREQUEST_BY IN (values)asynchronouslyio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByRequestBy(Collection<String> values, int limit) Find records that haveREQUEST_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByWorkContent(Collection<String> values) Find records that haveWORK_CONTENT IN (values)asynchronouslyio.vertx.core.Future<List<TOaAssignment>>TOaAssignmentDao.findManyByWorkContent(Collection<String> values, int limit) Find records that haveWORK_CONTENT IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<TOaAssignmentRecord,TOaAssignment, String> TOaAssignmentDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type TOaAssignment -
Uses of TOaAssignment in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return TOaAssignmentModifier and TypeMethodDescriptionTOaAssignment.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_OA_ASSIGNMENT.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_OA_ASSIGNMENT.DAYS.TOaAssignment.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_OA_ASSIGNMENT.END_AT.Setter forDB_ETERNAL.T_OA_ASSIGNMENT.KEY.Setter forDB_ETERNAL.T_OA_ASSIGNMENT.REASON.TOaAssignment.setRequestBy(String requestBy) Setter forDB_ETERNAL.T_OA_ASSIGNMENT.REQUEST_BY.TOaAssignment.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_OA_ASSIGNMENT.START_AT.TOaAssignment.setWorkContent(String workContent) Setter forDB_ETERNAL.T_OA_ASSIGNMENT.WORK_CONTENT. -
Uses of TOaAssignment in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type TOaAssignmentModifierConstructorDescriptionTOaAssignmentRecord(TOaAssignment value) Create a detached, initialised TOaAssignmentRecord