| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.daos | |
| cn.vertxup.ui.domain.tables.pojos |
| Modifier and Type | Method and Description |
|---|---|
VFragment |
VFragmentDao.fetchOneByKey(String value)
Fetch a unique record that has
KEY = value |
| Modifier and Type | Method and Description |
|---|---|
List<VFragment> |
VFragmentDao.fetchByButtonConnect(String... values)
Fetch records that have
BUTTON_CONNECT IN (values) |
CompletableFuture<List<VFragment>> |
VFragmentDao.fetchByButtonConnectAsync(List<String> values)
Fetch records that have
BUTTON_CONNECT IN (values) asynchronously |
List<VFragment> |
VFragmentDao.fetchByButtonGroup(String... values)
Fetch records that have
BUTTON_GROUP IN (values) |
CompletableFuture<List<VFragment>> |
VFragmentDao.fetchByButtonGroupAsync(List<String> values)
Fetch records that have
BUTTON_GROUP IN (values) asynchronously |
List<VFragment> |
VFragmentDao.fetchByConfig(String... values)
Fetch records that have
CONFIG IN (values) |
CompletableFuture<List<VFragment>> |
VFragmentDao.fetchByConfigAsync(List<String> values)
Fetch records that have
CONFIG IN (values) asynchronously |
List<VFragment> |
VFragmentDao.fetchByContainer(String... values)
Fetch records that have
CONTAINER IN (values) |
CompletableFuture<List<VFragment>> |
VFragmentDao.fetchByContainerAsync(List<String> values)
Fetch records that have
CONTAINER IN (values) asynchronously |
List<VFragment> |
VFragmentDao.fetchByGrid(Integer... values)
Fetch records that have
GRID IN (values) |
CompletableFuture<List<VFragment>> |
VFragmentDao.fetchByGridAsync(List<Integer> values)
Fetch records that have
GRID IN (values) asynchronously |
List<VFragment> |
VFragmentDao.fetchByKey(String... values)
Fetch records that have
KEY IN (values) |
CompletableFuture<List<VFragment>> |
VFragmentDao.fetchByKeyAsync(List<String> values)
Fetch records that have
KEY IN (values) asynchronously |
List<VFragment> |
VFragmentDao.fetchByModal(String... values)
Fetch records that have
MODAL IN (values) |
CompletableFuture<List<VFragment>> |
VFragmentDao.fetchByModalAsync(List<String> values)
Fetch records that have
MODAL IN (values) asynchronously |
List<VFragment> |
VFragmentDao.fetchByNotice(String... values)
Fetch records that have
NOTICE IN (values) |
CompletableFuture<List<VFragment>> |
VFragmentDao.fetchByNoticeAsync(List<String> values)
Fetch records that have
NOTICE IN (values) asynchronously |
CompletableFuture<VFragment> |
VFragmentDao.fetchOneByKeyAsync(String value)
Fetch a unique record that has
KEY = value asynchronously |
| Modifier and Type | Method and Description |
|---|---|
protected String |
VFragmentDao.getId(VFragment object) |
| Modifier and Type | Method and Description |
|---|---|
VFragment |
VFragment.setButtonConnect(String buttonConnect) |
VFragment |
VFragment.setButtonGroup(String buttonGroup) |
VFragment |
VFragment.setConfig(String config) |
VFragment |
VFragment.setContainer(String container) |
VFragment |
VFragment.setGrid(Integer grid) |
VFragment |
VFragment.setKey(String key) |
VFragment |
VFragment.setModal(String modal) |
VFragment |
VFragment.setNotice(String notice) |
| Constructor and Description |
|---|
VFragment(VFragment value) |
Copyright © 2020. All rights reserved.