Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XActivity
Packages that use XActivity
Package
Description
-
Uses of XActivity in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XActivityModifier and TypeMethodDescriptionXActivityDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXActivityDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXActivityDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXActivityDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXActivityDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXActivityDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXActivityDao.findManyByDescription(Collection<String> values) Find records that haveDESCRIPTION IN (values)asynchronouslyXActivityDao.findManyByDescription(Collection<String> values, int limit) Find records that haveDESCRIPTION IN (values)asynchronously limited by the given limitXActivityDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXActivityDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXActivityDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXActivityDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXActivityDao.findManyByModelCategory(Collection<String> values) Find records that haveMODEL_CATEGORY IN (values)asynchronouslyXActivityDao.findManyByModelCategory(Collection<String> values, int limit) Find records that haveMODEL_CATEGORY IN (values)asynchronously limited by the given limitXActivityDao.findManyByModelId(Collection<String> values) Find records that haveMODEL_ID IN (values)asynchronouslyXActivityDao.findManyByModelId(Collection<String> values, int limit) Find records that haveMODEL_ID IN (values)asynchronously limited by the given limitXActivityDao.findManyByModelKey(Collection<String> values) Find records that haveMODEL_KEY IN (values)asynchronouslyXActivityDao.findManyByModelKey(Collection<String> values, int limit) Find records that haveMODEL_KEY IN (values)asynchronously limited by the given limitXActivityDao.findManyByRecordNew(Collection<String> values) Find records that haveRECORD_NEW IN (values)asynchronouslyXActivityDao.findManyByRecordNew(Collection<String> values, int limit) Find records that haveRECORD_NEW IN (values)asynchronously limited by the given limitXActivityDao.findManyByRecordOld(Collection<String> values) Find records that haveRECORD_OLD IN (values)asynchronouslyXActivityDao.findManyByRecordOld(Collection<String> values, int limit) Find records that haveRECORD_OLD IN (values)asynchronously limited by the given limitXActivityDao.findManyBySerial(Collection<String> values) Find records that haveSERIAL IN (values)asynchronouslyXActivityDao.findManyBySerial(Collection<String> values, int limit) Find records that haveSERIAL IN (values)asynchronously limited by the given limitXActivityDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXActivityDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXActivityDao.findManyByTaskName(Collection<String> values) Find records that haveTASK_NAME IN (values)asynchronouslyXActivityDao.findManyByTaskName(Collection<String> values, int limit) Find records that haveTASK_NAME IN (values)asynchronously limited by the given limitXActivityDao.findManyByTaskSerial(Collection<String> values) Find records that haveTASK_SERIAL IN (values)asynchronouslyXActivityDao.findManyByTaskSerial(Collection<String> values, int limit) Find records that haveTASK_SERIAL IN (values)asynchronously limited by the given limitXActivityDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyXActivityDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitXActivityDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXActivityDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXActivityDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXActivityDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<XActivityRecord,XActivity, String> XActivityDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XActivity -
Uses of XActivity in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XActivityModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_ACTIVITY.ACTIVE.XActivity.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_ACTIVITY.CREATED_AT.XActivity.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_ACTIVITY.CREATED_BY.XActivity.setDescription(String description) Setter forDB_ETERNAL.X_ACTIVITY.DESCRIPTION.Setter forDB_ETERNAL.X_ACTIVITY.KEY.XActivity.setLanguage(String language) Setter forDB_ETERNAL.X_ACTIVITY.LANGUAGE.XActivity.setMetadata(String metadata) Setter forDB_ETERNAL.X_ACTIVITY.METADATA.XActivity.setModelCategory(String modelCategory) Setter forDB_ETERNAL.X_ACTIVITY.MODEL_CATEGORY.XActivity.setModelId(String modelId) Setter forDB_ETERNAL.X_ACTIVITY.MODEL_ID.XActivity.setModelKey(String modelKey) Setter forDB_ETERNAL.X_ACTIVITY.MODEL_KEY.XActivity.setRecordNew(String recordNew) Setter forDB_ETERNAL.X_ACTIVITY.RECORD_NEW.XActivity.setRecordOld(String recordOld) Setter forDB_ETERNAL.X_ACTIVITY.RECORD_OLD.Setter forDB_ETERNAL.X_ACTIVITY.SERIAL.Setter forDB_ETERNAL.X_ACTIVITY.SIGMA.XActivity.setTaskName(String taskName) Setter forDB_ETERNAL.X_ACTIVITY.TASK_NAME.XActivity.setTaskSerial(String taskSerial) Setter forDB_ETERNAL.X_ACTIVITY.TASK_SERIAL.Setter forDB_ETERNAL.X_ACTIVITY.TYPE.XActivity.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_ACTIVITY.UPDATED_AT.XActivity.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_ACTIVITY.UPDATED_BY. -
Uses of XActivity in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XActivityModifierConstructorDescriptionXActivityRecord(XActivity value) Create a detached, initialised XActivityRecord -
Uses of XActivity in io.vertx.tp.ambient.refine
Methods in io.vertx.tp.ambient.refine with parameters of type XActivityModifier and TypeMethodDescriptionstatic List<XActivityChange>At.diffChange(List<XActivityChange> changes, XActivity activity) -
Uses of XActivity in io.vertx.tp.ambient.uca.darkly
Methods in io.vertx.tp.ambient.uca.darkly that return types with arguments of type XActivityModifier and TypeMethodDescriptionprotected io.vertx.core.Future<XActivity>AbstractTube.newActivity(io.vertx.core.json.JsonObject data, XActivityRule rule) -
Uses of XActivity in io.vertx.tp.ambient.uca.differ
Methods in io.vertx.tp.ambient.uca.differ with parameters of type XActivityModifier and TypeMethodDescriptionprotected io.vertx.core.Future<io.vertx.core.json.JsonObject>AbstractSchism.createActivity(XActivity activity, List<XActivityChange> changes) Method parameters in io.vertx.tp.ambient.uca.differ with type arguments of type XActivityModifier and TypeMethodDescriptionio.vertx.core.Future<io.vertx.core.json.JsonObject>AbstractSchism.diffAsync(io.vertx.core.json.JsonObject recordO, io.vertx.core.json.JsonObject recordN, Supplier<io.vertx.core.Future<XActivity>> activityFn) io.vertx.core.Future<io.vertx.core.json.JsonObject>Schism.diffAsync(io.vertx.core.json.JsonObject recordO, io.vertx.core.json.JsonObject recordN, Supplier<io.vertx.core.Future<XActivity>> activityFn)