| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.daos | |
| cn.vertxup.ui.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
UiList |
UiListDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<UiList> |
UiListDao.fetchByActive(Boolean... values)
Fetch records that have
ACTIVE IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByActiveAsync(List<Boolean> values)
Fetch records that have
ACTIVE IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByClassCombiner(String... values)
Fetch records that have
CLASS_COMBINER IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByClassCombinerAsync(List<String> values)
Fetch records that have
CLASS_COMBINER IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByCode(String... values)
Fetch records that have
CODE IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByCodeAsync(List<String> values)
Fetch records that have
CODE IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByCreatedAt(LocalDateTime... values)
Fetch records that have
CREATED_AT IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByCreatedAtAsync(List<LocalDateTime> values)
Fetch records that have
CREATED_AT IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByCreatedBy(String... values)
Fetch records that have
CREATED_BY IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByCreatedByAsync(List<String> values)
Fetch records that have
CREATED_BY IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByDynamicColumn(Boolean... values)
Fetch records that have
DYNAMIC_COLUMN IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByDynamicColumnAsync(List<Boolean> values)
Fetch records that have
DYNAMIC_COLUMN IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByDynamicSwitch(Boolean... values)
Fetch records that have
DYNAMIC_SWITCH IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByDynamicSwitchAsync(List<Boolean> values)
Fetch records that have
DYNAMIC_SWITCH IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByIdentifier(String... values)
Fetch records that have
IDENTIFIER IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByIdentifierAsync(List<String> values)
Fetch records that have
IDENTIFIER IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByLanguage(String... values)
Fetch records that have
LANGUAGE IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByLanguageAsync(List<String> values)
Fetch records that have
LANGUAGE IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByMetadata(String... values)
Fetch records that have
METADATA IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByMetadataAsync(List<String> values)
Fetch records that have
METADATA IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByName(String... values)
Fetch records that have
NAME IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByNameAsync(List<String> values)
Fetch records that have
NAME IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByOptions(String... values)
Fetch records that have
OPTIONS IN (values) |
List<UiList> |
UiListDao.fetchByOptionsAjax(String... values)
Fetch records that have
OPTIONS_AJAX IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByOptionsAjaxAsync(List<String> values)
Fetch records that have
OPTIONS_AJAX IN (values) asynchronously |
CompletableFuture<List<UiList>> |
UiListDao.fetchByOptionsAsync(List<String> values)
Fetch records that have
OPTIONS IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByOptionsSubmit(String... values)
Fetch records that have
OPTIONS_SUBMIT IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByOptionsSubmitAsync(List<String> values)
Fetch records that have
OPTIONS_SUBMIT IN (values) asynchronously |
List<UiList> |
UiListDao.fetchBySigma(String... values)
Fetch records that have
SIGMA IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchBySigmaAsync(List<String> values)
Fetch records that have
SIGMA IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByUpdatedAt(LocalDateTime... values)
Fetch records that have
UPDATED_AT IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByUpdatedAtAsync(List<LocalDateTime> values)
Fetch records that have
UPDATED_AT IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByUpdatedBy(String... values)
Fetch records that have
UPDATED_BY IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByUpdatedByAsync(List<String> values)
Fetch records that have
UPDATED_BY IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByVQuery(String... values)
Fetch records that have
V_QUERY IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByVQueryAsync(List<String> values)
Fetch records that have
V_QUERY IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByVSearch(String... values)
Fetch records that have
V_SEARCH IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByVSearchAsync(List<String> values)
Fetch records that have
V_SEARCH IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByVSegment(String... values)
Fetch records that have
V_SEGMENT IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByVSegmentAsync(List<String> values)
Fetch records that have
V_SEGMENT IN (values) asynchronously |
List<UiList> |
UiListDao.fetchByVTable(String... values)
Fetch records that have
V_TABLE IN (values) |
CompletableFuture<List<UiList>> |
UiListDao.fetchByVTableAsync(List<String> values)
Fetch records that have
V_TABLE IN (values) asynchronously |
CompletableFuture<UiList> |
UiListDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
UiListDao.getId(UiList object) |
| Constructor and Description |
|---|
UiList(UiList value) |
Copyright © 2020. All rights reserved.