Uses of Class
cn.vertxup.ui.domain.tables.pojos.UiList
Packages that use UiList
Package
Description
-
Uses of UiList in cn.vertxup.ui.domain.tables.daos
Methods in cn.vertxup.ui.domain.tables.daos that return types with arguments of type UiListModifier and TypeMethodDescriptionUiListDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyUiListDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitUiListDao.findManyByClassCombiner(Collection<String> values) Find records that haveCLASS_COMBINER IN (values)asynchronouslyUiListDao.findManyByClassCombiner(Collection<String> values, int limit) Find records that haveCLASS_COMBINER IN (values)asynchronously limited by the given limitUiListDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyUiListDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitUiListDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyUiListDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitUiListDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyUiListDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitUiListDao.findManyByDynamicColumn(Collection<Boolean> values) Find records that haveDYNAMIC_COLUMN IN (values)asynchronouslyUiListDao.findManyByDynamicColumn(Collection<Boolean> values, int limit) Find records that haveDYNAMIC_COLUMN IN (values)asynchronously limited by the given limitUiListDao.findManyByDynamicSwitch(Collection<Boolean> values) Find records that haveDYNAMIC_SWITCH IN (values)asynchronouslyUiListDao.findManyByDynamicSwitch(Collection<Boolean> values, int limit) Find records that haveDYNAMIC_SWITCH IN (values)asynchronously limited by the given limitUiListDao.findManyByIdentifier(Collection<String> values) Find records that haveIDENTIFIER IN (values)asynchronouslyUiListDao.findManyByIdentifier(Collection<String> values, int limit) Find records that haveIDENTIFIER IN (values)asynchronously limited by the given limitUiListDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyUiListDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitUiListDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyUiListDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitUiListDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyUiListDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitUiListDao.findManyByOptions(Collection<String> values) Find records that haveOPTIONS IN (values)asynchronouslyUiListDao.findManyByOptions(Collection<String> values, int limit) Find records that haveOPTIONS IN (values)asynchronously limited by the given limitUiListDao.findManyByOptionsAjax(Collection<String> values) Find records that haveOPTIONS_AJAX IN (values)asynchronouslyUiListDao.findManyByOptionsAjax(Collection<String> values, int limit) Find records that haveOPTIONS_AJAX IN (values)asynchronously limited by the given limitUiListDao.findManyByOptionsSubmit(Collection<String> values) Find records that haveOPTIONS_SUBMIT IN (values)asynchronouslyUiListDao.findManyByOptionsSubmit(Collection<String> values, int limit) Find records that haveOPTIONS_SUBMIT IN (values)asynchronously limited by the given limitUiListDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyUiListDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitUiListDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyUiListDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitUiListDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyUiListDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitUiListDao.findManyByVQuery(Collection<String> values) Find records that haveV_QUERY IN (values)asynchronouslyUiListDao.findManyByVQuery(Collection<String> values, int limit) Find records that haveV_QUERY IN (values)asynchronously limited by the given limitUiListDao.findManyByVSearch(Collection<String> values) Find records that haveV_SEARCH IN (values)asynchronouslyUiListDao.findManyByVSearch(Collection<String> values, int limit) Find records that haveV_SEARCH IN (values)asynchronously limited by the given limitUiListDao.findManyByVSegment(Collection<String> values) Find records that haveV_SEGMENT IN (values)asynchronouslyUiListDao.findManyByVSegment(Collection<String> values, int limit) Find records that haveV_SEGMENT IN (values)asynchronously limited by the given limitUiListDao.findManyByVTable(Collection<String> values) Find records that haveV_TABLE IN (values)asynchronouslyUiListDao.findManyByVTable(Collection<String> values, int limit) Find records that haveV_TABLE IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<UiListRecord,UiList, String> UiListDao.queryExecutor()Methods in cn.vertxup.ui.domain.tables.daos with parameters of type UiList -
Uses of UiList in cn.vertxup.ui.domain.tables.pojos
Methods in cn.vertxup.ui.domain.tables.pojos that return UiListModifier and TypeMethodDescriptionSetter forDB_ETERNAL.UI_LIST.ACTIVE.UiList.setClassCombiner(String classCombiner) Setter forDB_ETERNAL.UI_LIST.CLASS_COMBINER.Setter forDB_ETERNAL.UI_LIST.CODE.UiList.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.UI_LIST.CREATED_AT.UiList.setCreatedBy(String createdBy) Setter forDB_ETERNAL.UI_LIST.CREATED_BY.UiList.setDynamicColumn(Boolean dynamicColumn) Setter forDB_ETERNAL.UI_LIST.DYNAMIC_COLUMN.UiList.setDynamicSwitch(Boolean dynamicSwitch) Setter forDB_ETERNAL.UI_LIST.DYNAMIC_SWITCH.UiList.setIdentifier(String identifier) Setter forDB_ETERNAL.UI_LIST.IDENTIFIER.Setter forDB_ETERNAL.UI_LIST.KEY.UiList.setLanguage(String language) Setter forDB_ETERNAL.UI_LIST.LANGUAGE.UiList.setMetadata(String metadata) Setter forDB_ETERNAL.UI_LIST.METADATA.Setter forDB_ETERNAL.UI_LIST.NAME.UiList.setOptions(String options) Setter forDB_ETERNAL.UI_LIST.OPTIONS.UiList.setOptionsAjax(String optionsAjax) Setter forDB_ETERNAL.UI_LIST.OPTIONS_AJAX.UiList.setOptionsSubmit(String optionsSubmit) Setter forDB_ETERNAL.UI_LIST.OPTIONS_SUBMIT.Setter forDB_ETERNAL.UI_LIST.SIGMA.UiList.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.UI_LIST.UPDATED_AT.UiList.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.UI_LIST.UPDATED_BY.Setter forDB_ETERNAL.UI_LIST.V_QUERY.UiList.setVSearch(String vSearch) Setter forDB_ETERNAL.UI_LIST.V_SEARCH.UiList.setVSegment(String vSegment) Setter forDB_ETERNAL.UI_LIST.V_SEGMENT.Setter forDB_ETERNAL.UI_LIST.V_TABLE. -
Uses of UiList in cn.vertxup.ui.domain.tables.records
Constructors in cn.vertxup.ui.domain.tables.records with parameters of type UiListModifierConstructorDescriptionUiListRecord(UiList value) Create a detached, initialised UiListRecord