Uses of Class
cn.vertxup.erp.domain.tables.pojos.TOaVacation
Packages that use TOaVacation
Package
Description
-
Uses of TOaVacation in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type TOaVacationModifier and TypeMethodDescriptionio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByClassification(Collection<String> values) Find records that haveCLASSIFICATION IN (values)asynchronouslyio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByClassification(Collection<String> values, int limit) Find records that haveCLASSIFICATION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByCommentExtension(Collection<String> values) Find records that haveCOMMENT_EXTENSION IN (values)asynchronouslyio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByCommentExtension(Collection<String> values, int limit) Find records that haveCOMMENT_EXTENSION IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByDays(Collection<Integer> values) Find records that haveDAYS IN (values)asynchronouslyio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByDays(Collection<Integer> values, int limit) Find records that haveDAYS IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByEndAt(Collection<LocalDateTime> values) Find records that haveEND_AT IN (values)asynchronouslyio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByEndAt(Collection<LocalDateTime> values, int limit) Find records that haveEND_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByReason(Collection<String> values) Find records that haveREASON IN (values)asynchronouslyio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByReason(Collection<String> values, int limit) Find records that haveREASON IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByRequestBy(Collection<String> values) Find records that haveREQUEST_BY IN (values)asynchronouslyio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByRequestBy(Collection<String> values, int limit) Find records that haveREQUEST_BY IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByStartAt(Collection<LocalDateTime> values) Find records that haveSTART_AT IN (values)asynchronouslyio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByStartAt(Collection<LocalDateTime> values, int limit) Find records that haveSTART_AT IN (values)asynchronously limited by the given limitio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.findManyByWorkContent(Collection<String> values) Find records that haveWORK_CONTENT IN (values)asynchronouslyio.vertx.core.Future<List<TOaVacation>>TOaVacationDao.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<TOaVacationRecord,TOaVacation, String> TOaVacationDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type TOaVacation -
Uses of TOaVacation in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return TOaVacationModifier and TypeMethodDescriptionTOaVacation.setClassification(String classification) Setter forDB_ETERNAL.T_OA_VACATION.CLASSIFICATION.TOaVacation.setCommentExtension(String commentExtension) Setter forDB_ETERNAL.T_OA_VACATION.COMMENT_EXTENSION.Setter forDB_ETERNAL.T_OA_VACATION.DAYS.TOaVacation.setEndAt(LocalDateTime endAt) Setter forDB_ETERNAL.T_OA_VACATION.END_AT.Setter forDB_ETERNAL.T_OA_VACATION.KEY.Setter forDB_ETERNAL.T_OA_VACATION.REASON.TOaVacation.setRequestBy(String requestBy) Setter forDB_ETERNAL.T_OA_VACATION.REQUEST_BY.TOaVacation.setStartAt(LocalDateTime startAt) Setter forDB_ETERNAL.T_OA_VACATION.START_AT.TOaVacation.setWorkContent(String workContent) Setter forDB_ETERNAL.T_OA_VACATION.WORK_CONTENT. -
Uses of TOaVacation in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type TOaVacationModifierConstructorDescriptionTOaVacationRecord(TOaVacation value) Create a detached, initialised TOaVacationRecord