| 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 IUiEvent> |
IUiEvent.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiEvent
|
| Modifier and Type | Method and Description |
|---|---|
default IUiEvent |
IUiEvent.fromJson(io.vertx.core.json.JsonObject json) |
IUiEvent |
IUiEvent.setActionId(String value)
Setter for
DB_ETERNAL.UI_EVENT.ACTION_ID. |
IUiEvent |
IUiEvent.setActive(Boolean value)
Setter for
DB_ETERNAL.UI_EVENT.ACTIVE. |
IUiEvent |
IUiEvent.setAjax(String value)
Setter for
DB_ETERNAL.UI_EVENT.AJAX. |
IUiEvent |
IUiEvent.setConnector(String value)
Setter for
DB_ETERNAL.UI_EVENT.CONNECTOR. |
IUiEvent |
IUiEvent.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_EVENT.CREATED_AT. |
IUiEvent |
IUiEvent.setCreatedBy(String value)
Setter for
DB_ETERNAL.UI_EVENT.CREATED_BY. |
IUiEvent |
IUiEvent.setDataArguments(String value)
Setter for
DB_ETERNAL.UI_EVENT.DATA_ARGUMENTS. |
IUiEvent |
IUiEvent.setDataMagic(String value)
Setter for
DB_ETERNAL.UI_EVENT.DATA_MAGIC. |
IUiEvent |
IUiEvent.setFile(String value)
Setter for
DB_ETERNAL.UI_EVENT.FILE. |
IUiEvent |
IUiEvent.setKey(String value)
Setter for
DB_ETERNAL.UI_EVENT.KEY. |
IUiEvent |
IUiEvent.setLanguage(String value)
Setter for
DB_ETERNAL.UI_EVENT.LANGUAGE. |
IUiEvent |
IUiEvent.setMetadata(String value)
Setter for
DB_ETERNAL.UI_EVENT.METADATA. |
IUiEvent |
IUiEvent.setModal(String value)
Setter for
DB_ETERNAL.UI_EVENT.MODAL. |
IUiEvent |
IUiEvent.setMode(String value)
Setter for
DB_ETERNAL.UI_EVENT.MODE. |
IUiEvent |
IUiEvent.setQuery(String value)
Setter for
DB_ETERNAL.UI_EVENT.QUERY. |
IUiEvent |
IUiEvent.setRelatedId(String value)
Setter for
DB_ETERNAL.UI_EVENT.RELATED_ID. |
IUiEvent |
IUiEvent.setRelatedType(String value)
Setter for
DB_ETERNAL.UI_EVENT.RELATED_TYPE. |
IUiEvent |
IUiEvent.setRules(String value)
Setter for
DB_ETERNAL.UI_EVENT.RULES. |
IUiEvent |
IUiEvent.setSigma(String value)
Setter for
DB_ETERNAL.UI_EVENT.SIGMA. |
IUiEvent |
IUiEvent.setTarget(String value)
Setter for
DB_ETERNAL.UI_EVENT.TARGET. |
IUiEvent |
IUiEvent.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_EVENT.UPDATED_AT. |
IUiEvent |
IUiEvent.setUpdatedBy(String value)
Setter for
DB_ETERNAL.UI_EVENT.UPDATED_BY. |
| Modifier and Type | Method and Description |
|---|---|
void |
IUiEvent.from(IUiEvent from)
Load data from another generated Record/POJO implementing the common interface IUiEvent
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiEvent
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiEvent> |
UiEvent.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiEvent
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiEvent.from(IUiEvent from)
Load data from another generated Record/POJO implementing the common interface IUiEvent
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiEventRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiEvent> |
UiEventRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiEvent
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiEventRecord.from(IUiEvent from)
Load data from another generated Record/POJO implementing the common interface IUiEvent
|
Copyright © 2019. All rights reserved.