Uses of Class
cn.vertxup.ui.domain.tables.pojos.UiPage
Packages that use UiPage
Package
Description
-
Uses of UiPage in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiPageModifier and TypeMethodDescriptionUiPageDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyUiPageDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitUiPageDao.findManyByApp(Collection<String> values) Find records that haveAPP IN (values)asynchronouslyUiPageDao.findManyByApp(Collection<String> values, int limit) Find records that haveAPP IN (values)asynchronously limited by the given limitUiPageDao.findManyByAssist(Collection<String> values) Find records that haveASSIST IN (values)asynchronouslyUiPageDao.findManyByAssist(Collection<String> values, int limit) Find records that haveASSIST IN (values)asynchronously limited by the given limitUiPageDao.findManyByContainerConfig(Collection<String> values) Find records that haveCONTAINER_CONFIG IN (values)asynchronouslyUiPageDao.findManyByContainerConfig(Collection<String> values, int limit) Find records that haveCONTAINER_CONFIG IN (values)asynchronously limited by the given limitUiPageDao.findManyByContainerName(Collection<String> values) Find records that haveCONTAINER_NAME IN (values)asynchronouslyUiPageDao.findManyByContainerName(Collection<String> values, int limit) Find records that haveCONTAINER_NAME IN (values)asynchronously limited by the given limitUiPageDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyUiPageDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitUiPageDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyUiPageDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitUiPageDao.findManyByGrid(Collection<String> values) Find records that haveGRID IN (values)asynchronouslyUiPageDao.findManyByGrid(Collection<String> values, int limit) Find records that haveGRID IN (values)asynchronously limited by the given limitUiPageDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyUiPageDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitUiPageDao.findManyByLayoutId(Collection<String> values) Find records that haveLAYOUT_ID IN (values)asynchronouslyUiPageDao.findManyByLayoutId(Collection<String> values, int limit) Find records that haveLAYOUT_ID IN (values)asynchronously limited by the given limitUiPageDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyUiPageDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitUiPageDao.findManyByModule(Collection<String> values) Find records that haveMODULE IN (values)asynchronouslyUiPageDao.findManyByModule(Collection<String> values, int limit) Find records that haveMODULE IN (values)asynchronously limited by the given limitUiPageDao.findManyByPage(Collection<String> values) Find records that havePAGE IN (values)asynchronouslyUiPageDao.findManyByPage(Collection<String> values, int limit) Find records that havePAGE IN (values)asynchronously limited by the given limitUiPageDao.findManyByParamMap(Collection<String> values) Find records that havePARAM_MAP IN (values)asynchronouslyUiPageDao.findManyByParamMap(Collection<String> values, int limit) Find records that havePARAM_MAP IN (values)asynchronously limited by the given limitUiPageDao.findManyBySecure(Collection<Boolean> values) Find records that haveSECURE IN (values)asynchronouslyUiPageDao.findManyBySecure(Collection<Boolean> values, int limit) Find records that haveSECURE IN (values)asynchronously limited by the given limitUiPageDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyUiPageDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitUiPageDao.findManyByState(Collection<String> values) Find records that haveSTATE IN (values)asynchronouslyUiPageDao.findManyByState(Collection<String> values, int limit) Find records that haveSTATE IN (values)asynchronously limited by the given limitUiPageDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyUiPageDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitUiPageDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyUiPageDao.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<UiPageRecord,UiPage, String> UiPageDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type UiPage -
Uses of UiPage in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return UiPageModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_PAGE.ACTIVE.Setter forDB_ETERNAL.UI_PAGE.APP.Setter forDB_ETERNAL.UI_PAGE.ASSIST.UiPage.setContainerConfig(String containerConfig) Setter forDB_ETERNAL.UI_PAGE.CONTAINER_CONFIG.UiPage.setContainerName(String containerName) Setter forDB_ETERNAL.UI_PAGE.CONTAINER_NAME.UiPage.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_PAGE.CREATED_AT.UiPage.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_PAGE.CREATED_BY.Setter forDB_ETERNAL.UI_PAGE.GRID.Setter forDB_ETERNAL.UI_PAGE.KEY.UiPage.setLanguage(String language) Setter forDB_ETERNAL.UI_PAGE.LANGUAGE.UiPage.setLayoutId(String layoutId) Setter forDB_ETERNAL.UI_PAGE.LAYOUT_ID.UiPage.setMetadata(String metadata) Setter forDB_ETERNAL.UI_PAGE.METADATA.Setter forDB_ETERNAL.UI_PAGE.MODULE.Setter forDB_ETERNAL.UI_PAGE.PAGE.UiPage.setParamMap(String paramMap) Setter forDB_ETERNAL.UI_PAGE.PARAM_MAP.Setter forDB_ETERNAL.UI_PAGE.SECURE.Setter forDB_ETERNAL.UI_PAGE.SIGMA.Setter forDB_ETERNAL.UI_PAGE.STATE.UiPage.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_PAGE.UPDATED_AT.UiPage.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_PAGE.UPDATED_BY. -
Uses of UiPage in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type UiPageModifierConstructorDescriptionUiPageRecord(UiPage value) Create a detached, initialised UiPageRecord