| Package | Description |
|---|---|
| cn.vertxup.rbac.domain.tables.interfaces | |
| cn.vertxup.rbac.domain.tables.pojos | |
| cn.vertxup.rbac.domain.tables.records |
| Modifier and Type | Method and Description |
|---|---|
<E extends ISAction> |
ISAction.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISAction
|
| Modifier and Type | Method and Description |
|---|---|
default ISAction |
ISAction.fromJson(io.vertx.core.json.JsonObject json) |
ISAction |
ISAction.setActive(Boolean value)
Setter for
DB_ETERNAL.S_ACTION.ACTIVE. |
ISAction |
ISAction.setCode(String value)
Setter for
DB_ETERNAL.S_ACTION.CODE. |
ISAction |
ISAction.setComment(String value)
Setter for
DB_ETERNAL.S_ACTION.COMMENT. |
ISAction |
ISAction.setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_ACTION.CREATED_AT. |
ISAction |
ISAction.setCreatedBy(String value)
Setter for
DB_ETERNAL.S_ACTION.CREATED_BY. |
ISAction |
ISAction.setKey(String value)
Setter for
DB_ETERNAL.S_ACTION.KEY. |
ISAction |
ISAction.setLanguage(String value)
Setter for
DB_ETERNAL.S_ACTION.LANGUAGE. |
ISAction |
ISAction.setLevel(Integer value)
Setter for
DB_ETERNAL.S_ACTION.LEVEL. |
ISAction |
ISAction.setMetadata(String value)
Setter for
DB_ETERNAL.S_ACTION.METADATA. |
ISAction |
ISAction.setMethod(String value)
Setter for
DB_ETERNAL.S_ACTION.METHOD. |
ISAction |
ISAction.setName(String value)
Setter for
DB_ETERNAL.S_ACTION.NAME. |
ISAction |
ISAction.setPermissionId(String value)
Setter for
DB_ETERNAL.S_ACTION.PERMISSION_ID. |
ISAction |
ISAction.setRenewalCredit(String value)
Setter for
DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. |
ISAction |
ISAction.setResourceId(String value)
Setter for
DB_ETERNAL.S_ACTION.RESOURCE_ID. |
ISAction |
ISAction.setSigma(String value)
Setter for
DB_ETERNAL.S_ACTION.SIGMA. |
ISAction |
ISAction.setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_ACTION.UPDATED_AT. |
ISAction |
ISAction.setUpdatedBy(String value)
Setter for
DB_ETERNAL.S_ACTION.UPDATED_BY. |
ISAction |
ISAction.setUri(String value)
Setter for
DB_ETERNAL.S_ACTION.URI. |
| Modifier and Type | Method and Description |
|---|---|
void |
ISAction.from(ISAction from)
Load data from another generated Record/POJO implementing the common interface ISAction
|
| Modifier and Type | Class and Description |
|---|---|
class |
SAction
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ISAction> |
SAction.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISAction
|
| Modifier and Type | Method and Description |
|---|---|
void |
SAction.from(ISAction from)
Load data from another generated Record/POJO implementing the common interface ISAction
|
| Modifier and Type | Class and Description |
|---|---|
class |
SActionRecord
This class is generated by jOOQ.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends ISAction> |
SActionRecord.into(E into)
Copy data into another generated Record/POJO implementing the common interface ISAction
|
| Modifier and Type | Method and Description |
|---|---|
void |
SActionRecord.from(ISAction from)
Load data from another generated Record/POJO implementing the common interface ISAction
|
Copyright © 2019. All rights reserved.