| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.daos | |
| cn.vertxup.ui.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
VSearch |
VSearchDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<VSearch> |
VSearchDao.fetchByAdvanced(Boolean... values)
Fetch records that have
ADVANCED IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByAdvancedAsync(List<Boolean> values)
Fetch records that have
ADVANCED IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByAdvancedNotice(String... values)
Fetch records that have
ADVANCED_NOTICE IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByAdvancedNoticeAsync(List<String> values)
Fetch records that have
ADVANCED_NOTICE IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByAdvancedTitle(String... values)
Fetch records that have
ADVANCED_TITLE IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByAdvancedTitleAsync(List<String> values)
Fetch records that have
ADVANCED_TITLE IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByAdvancedWidth(String... values)
Fetch records that have
ADVANCED_WIDTH IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByAdvancedWidthAsync(List<String> values)
Fetch records that have
ADVANCED_WIDTH IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByCond(String... values)
Fetch records that have
COND IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByCondAsync(List<String> values)
Fetch records that have
COND IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByConfirmClear(String... values)
Fetch records that have
CONFIRM_CLEAR IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByConfirmClearAsync(List<String> values)
Fetch records that have
CONFIRM_CLEAR IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByEnabled(Boolean... values)
Fetch records that have
ENABLED IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByEnabledAsync(List<Boolean> values)
Fetch records that have
ENABLED IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByOpAdvanced(String... values)
Fetch records that have
OP_ADVANCED IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByOpAdvancedAsync(List<String> values)
Fetch records that have
OP_ADVANCED IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByOpRedo(String... values)
Fetch records that have
OP_REDO IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByOpRedoAsync(List<String> values)
Fetch records that have
OP_REDO IN (values) asynchronously |
List<VSearch> |
VSearchDao.fetchByPlaceholder(String... values)
Fetch records that have
PLACEHOLDER IN (values) |
CompletableFuture<List<VSearch>> |
VSearchDao.fetchByPlaceholderAsync(List<String> values)
Fetch records that have
PLACEHOLDER IN (values) asynchronously |
CompletableFuture<VSearch> |
VSearchDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
VSearchDao.getId(VSearch object) |
| Modifier and Type | Method and Description |
|---|---|
VSearch |
VSearch.setAdvanced(Boolean advanced) |
VSearch |
VSearch.setAdvancedNotice(String advancedNotice) |
VSearch |
VSearch.setAdvancedTitle(String advancedTitle) |
VSearch |
VSearch.setAdvancedWidth(String advancedWidth) |
VSearch |
VSearch.setCond(String cond) |
VSearch |
VSearch.setConfirmClear(String confirmClear) |
VSearch |
VSearch.setEnabled(Boolean enabled) |
VSearch |
VSearch.setKey(String key) |
VSearch |
VSearch.setOpAdvanced(String opAdvanced) |
VSearch |
VSearch.setOpRedo(String opRedo) |
VSearch |
VSearch.setPlaceholder(String placeholder) |
| Constructor and Description |
|---|
VSearch(VSearch value) |
Copyright © 2020. All rights reserved.