| Package | Description |
|---|---|
| cn.vertxup.ui.domain.tables.interfaces | |
| cn.vertxup.ui.domain.tables.pojos | |
| cn.vertxup.ui.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiPage> |
IUiPage.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiPage
|
| Modifier and Type | Method and Description |
|---|---|
default IUiPage |
IUiPage.fromJson(io.vertx.core.json.JsonObject json) |
IUiPage |
IUiPage.setActive(Boolean value)
Setter for
DB_ETERNAL.UI_PAGE.ACTIVE. |
IUiPage |
IUiPage.setApp(String value)
Setter for
DB_ETERNAL.UI_PAGE.APP. |
IUiPage |
IUiPage.setAssist(String value)
Setter for
DB_ETERNAL.UI_PAGE.ASSIST. |
IUiPage |
IUiPage.setContainerConfig(String value)
Setter for
DB_ETERNAL.UI_PAGE.CONTAINER_CONFIG. |
IUiPage |
IUiPage.setContainerName(String value)
Setter for
DB_ETERNAL.UI_PAGE.CONTAINER_NAME. |
IUiPage |
IUiPage.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_PAGE.CREATED_AT. |
IUiPage |
IUiPage.setCreatedBy(String value)
Setter for
DB_ETERNAL.UI_PAGE.CREATED_BY. |
IUiPage |
IUiPage.setGrid(String value)
Setter for
DB_ETERNAL.UI_PAGE.GRID. |
IUiPage |
IUiPage.setKey(String value)
Setter for
DB_ETERNAL.UI_PAGE.KEY. |
IUiPage |
IUiPage.setLanguage(String value)
Setter for
DB_ETERNAL.UI_PAGE.LANGUAGE. |
IUiPage |
IUiPage.setLayoutId(String value)
Setter for
DB_ETERNAL.UI_PAGE.LAYOUT_ID. |
IUiPage |
IUiPage.setMetadata(String value)
Setter for
DB_ETERNAL.UI_PAGE.METADATA. |
IUiPage |
IUiPage.setModule(String value)
Setter for
DB_ETERNAL.UI_PAGE.MODULE. |
IUiPage |
IUiPage.setPage(String value)
Setter for
DB_ETERNAL.UI_PAGE.PAGE. |
IUiPage |
IUiPage.setParamMap(String value)
Setter for
DB_ETERNAL.UI_PAGE.PARAM_MAP. |
IUiPage |
IUiPage.setSecure(Boolean value)
Setter for
DB_ETERNAL.UI_PAGE.SECURE. |
IUiPage |
IUiPage.setSigma(String value)
Setter for
DB_ETERNAL.UI_PAGE.SIGMA. |
IUiPage |
IUiPage.setState(String value)
Setter for
DB_ETERNAL.UI_PAGE.STATE. |
IUiPage |
IUiPage.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_PAGE.UPDATED_AT. |
IUiPage |
IUiPage.setUpdatedBy(String value)
Setter for
DB_ETERNAL.UI_PAGE.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IUiPage.from(IUiPage from)
Load data from another generated Record/POJO implementing the common interface IUiPage
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiPage
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiPage> |
UiPage.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiPage
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiPage.from(IUiPage from)
Load data from another generated Record/POJO implementing the common interface IUiPage
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiPageRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiPage> |
UiPageRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiPage
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiPageRecord.from(IUiPage from)
Load data from another generated Record/POJO implementing the common interface IUiPage
|
Copyright © 2021. All rights reserved.