Uses of Class
cn.vertxup.ui.domain.tables.pojos.UiControl
Packages that use UiControl
Package
Description
-
Uses of UiControl in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiControlModifier and TypeMethodDescriptionUiControlDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyUiControlDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitUiControlDao.findManyByAssist(Collection<String> values) Find records that haveASSIST IN (values)asynchronouslyUiControlDao.findManyByAssist(Collection<String> values, int limit) Find records that haveASSIST IN (values)asynchronously limited by the given limitUiControlDao.findManyByComponentConfig(Collection<String> values) Find records that haveCOMPONENT_CONFIG IN (values)asynchronouslyUiControlDao.findManyByComponentConfig(Collection<String> values, int limit) Find records that haveCOMPONENT_CONFIG IN (values)asynchronously limited by the given limitUiControlDao.findManyByComponentData(Collection<String> values) Find records that haveCOMPONENT_DATA IN (values)asynchronouslyUiControlDao.findManyByComponentData(Collection<String> values, int limit) Find records that haveCOMPONENT_DATA IN (values)asynchronously limited by the given limitUiControlDao.findManyByComponentName(Collection<String> values) Find records that haveCOMPONENT_NAME IN (values)asynchronouslyUiControlDao.findManyByComponentName(Collection<String> values, int limit) Find records that haveCOMPONENT_NAME IN (values)asynchronously limited by the given limitUiControlDao.findManyByContainerConfig(Collection<String> values) Find records that haveCONTAINER_CONFIG IN (values)asynchronouslyUiControlDao.findManyByContainerConfig(Collection<String> values, int limit) Find records that haveCONTAINER_CONFIG IN (values)asynchronously limited by the given limitUiControlDao.findManyByContainerName(Collection<String> values) Find records that haveCONTAINER_NAME IN (values)asynchronouslyUiControlDao.findManyByContainerName(Collection<String> values, int limit) Find records that haveCONTAINER_NAME IN (values)asynchronously limited by the given limitUiControlDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyUiControlDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitUiControlDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyUiControlDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitUiControlDao.findManyByGrid(Collection<String> values) Find records that haveGRID IN (values)asynchronouslyUiControlDao.findManyByGrid(Collection<String> values, int limit) Find records that haveGRID IN (values)asynchronously limited by the given limitUiControlDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyUiControlDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitUiControlDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyUiControlDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitUiControlDao.findManyByPageId(Collection<String> values) Find records that havePAGE_ID IN (values)asynchronouslyUiControlDao.findManyByPageId(Collection<String> values, int limit) Find records that havePAGE_ID IN (values)asynchronously limited by the given limitUiControlDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyUiControlDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitUiControlDao.findManyBySign(Collection<String> values) Find records that haveSIGN IN (values)asynchronouslyUiControlDao.findManyBySign(Collection<String> values, int limit) Find records that haveSIGN IN (values)asynchronously limited by the given limitUiControlDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyUiControlDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitUiControlDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyUiControlDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitUiControlDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyUiControlDao.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<UiControlRecord,UiControl, String> UiControlDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type UiControl -
Uses of UiControl in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return UiControlModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_CONTROL.ACTIVE.Setter forDB_ETERNAL.UI_CONTROL.ASSIST.UiControl.setComponentConfig(String componentConfig) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_CONFIG.UiControl.setComponentData(String componentData) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_DATA.UiControl.setComponentName(String componentName) Setter forDB_ETERNAL.UI_CONTROL.COMPONENT_NAME.UiControl.setContainerConfig(String containerConfig) Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_CONFIG.UiControl.setContainerName(String containerName) Setter forDB_ETERNAL.UI_CONTROL.CONTAINER_NAME.UiControl.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_CONTROL.CREATED_AT.UiControl.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_CONTROL.CREATED_BY.Setter forDB_ETERNAL.UI_CONTROL.GRID.Setter forDB_ETERNAL.UI_CONTROL.KEY.UiControl.setLanguage(String language) Setter forDB_ETERNAL.UI_CONTROL.LANGUAGE.UiControl.setMetadata(String metadata) Setter forDB_ETERNAL.UI_CONTROL.METADATA.Setter forDB_ETERNAL.UI_CONTROL.PAGE_ID.Setter forDB_ETERNAL.UI_CONTROL.SIGMA.Setter forDB_ETERNAL.UI_CONTROL.SIGN.Setter forDB_ETERNAL.UI_CONTROL.TYPE.UiControl.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_CONTROL.UPDATED_AT.UiControl.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_CONTROL.UPDATED_BY. -
Uses of UiControl in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type UiControlModifierConstructorDescriptionUiControlRecord(UiControl value) Create a detached, initialised UiControlRecord