| 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 IUiAjax> |
IUiAjax.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiAjax
|
| Modifier and Type | Method and Description |
|---|---|
default IUiAjax |
IUiAjax.fromJson(io.vertx.core.json.JsonObject json) |
IUiAjax |
IUiAjax.setActive(Boolean value)
Setter for
DB_ETERNAL.UI_AJAX.ACTIVE. |
IUiAjax |
IUiAjax.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_AJAX.CREATED_AT. |
IUiAjax |
IUiAjax.setCreatedBy(String value)
Setter for
DB_ETERNAL.UI_AJAX.CREATED_BY. |
IUiAjax |
IUiAjax.setCriteria(String value)
Setter for
DB_ETERNAL.UI_AJAX.CRITERIA. |
IUiAjax |
IUiAjax.setKey(String value)
Setter for
DB_ETERNAL.UI_AJAX.KEY. |
IUiAjax |
IUiAjax.setLanguage(String value)
Setter for
DB_ETERNAL.UI_AJAX.LANGUAGE. |
IUiAjax |
IUiAjax.setLazy(Boolean value)
Setter for
DB_ETERNAL.UI_AJAX.LAZY. |
IUiAjax |
IUiAjax.setMetadata(String value)
Setter for
DB_ETERNAL.UI_AJAX.METADATA. |
IUiAjax |
IUiAjax.setMethod(String value)
Setter for
DB_ETERNAL.UI_AJAX.METHOD. |
IUiAjax |
IUiAjax.setName(String value)
Setter for
DB_ETERNAL.UI_AJAX.NAME. |
IUiAjax |
IUiAjax.setPager(String value)
Setter for
DB_ETERNAL.UI_AJAX.PAGER. |
IUiAjax |
IUiAjax.setProjection(String value)
Setter for
DB_ETERNAL.UI_AJAX.PROJECTION. |
IUiAjax |
IUiAjax.setQuery(Boolean value)
Setter for
DB_ETERNAL.UI_AJAX.QUERY. |
IUiAjax |
IUiAjax.setRelatedId(String value)
Setter for
DB_ETERNAL.UI_AJAX.RELATED_ID. |
IUiAjax |
IUiAjax.setRelatedType(String value)
Setter for
DB_ETERNAL.UI_AJAX.RELATED_TYPE. |
IUiAjax |
IUiAjax.setSigma(String value)
Setter for
DB_ETERNAL.UI_AJAX.SIGMA. |
IUiAjax |
IUiAjax.setSorter(String value)
Setter for
DB_ETERNAL.UI_AJAX.SORTER. |
IUiAjax |
IUiAjax.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.UI_AJAX.UPDATED_AT. |
IUiAjax |
IUiAjax.setUpdatedBy(String value)
Setter for
DB_ETERNAL.UI_AJAX.UPDATED_BY. |
IUiAjax |
IUiAjax.setUri(String value)
Setter for
DB_ETERNAL.UI_AJAX.URI. |
| Modifier and Type | Method and Description |
|---|---|
void |
IUiAjax.from(IUiAjax from)
Load data from another generated Record/POJO implementing the common interface IUiAjax
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiAjax
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiAjax> |
UiAjax.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiAjax
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiAjax.from(IUiAjax from)
Load data from another generated Record/POJO implementing the common interface IUiAjax
|
| Modifier and Type | Class and Description |
|---|---|
class |
UiAjaxRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends IUiAjax> |
UiAjaxRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface IUiAjax
|
| Modifier and Type | Method and Description |
|---|---|
void |
UiAjaxRecord.from(IUiAjax from)
Load data from another generated Record/POJO implementing the common interface IUiAjax
|
Copyright © 2019. All rights reserved.