Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.ISAction
-
Packages that use ISAction Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of ISAction in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type ISAction Modifier and Type Method Description <E extends ISAction>
EISAction. into(E into)Copy data into another generated Record/POJO implementing the common interface ISActionMethods in cn.vertxup.rbac.domain.tables.interfaces that return ISAction Modifier and Type Method Description default ISActionISAction. fromJson(io.vertx.core.json.JsonObject json)ISActionISAction. setActive(Boolean value)Setter forDB_ETERNAL.S_ACTION.ACTIVE.ISActionISAction. setCode(String value)Setter forDB_ETERNAL.S_ACTION.CODE.ISActionISAction. setComment(String value)Setter forDB_ETERNAL.S_ACTION.COMMENT.ISActionISAction. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_ACTION.CREATED_AT.ISActionISAction. setCreatedBy(String value)Setter forDB_ETERNAL.S_ACTION.CREATED_BY.ISActionISAction. setKey(String value)Setter forDB_ETERNAL.S_ACTION.KEY.ISActionISAction. setLanguage(String value)Setter forDB_ETERNAL.S_ACTION.LANGUAGE.ISActionISAction. setLevel(Integer value)Setter forDB_ETERNAL.S_ACTION.LEVEL.ISActionISAction. setMetadata(String value)Setter forDB_ETERNAL.S_ACTION.METADATA.ISActionISAction. setMethod(String value)Setter forDB_ETERNAL.S_ACTION.METHOD.ISActionISAction. setName(String value)Setter forDB_ETERNAL.S_ACTION.NAME.ISActionISAction. setPermissionId(String value)Setter forDB_ETERNAL.S_ACTION.PERMISSION_ID.ISActionISAction. setRenewalCredit(String value)Setter forDB_ETERNAL.S_ACTION.RENEWAL_CREDIT.ISActionISAction. setResourceId(String value)Setter forDB_ETERNAL.S_ACTION.RESOURCE_ID.ISActionISAction. setSigma(String value)Setter forDB_ETERNAL.S_ACTION.SIGMA.ISActionISAction. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_ACTION.UPDATED_AT.ISActionISAction. setUpdatedBy(String value)Setter forDB_ETERNAL.S_ACTION.UPDATED_BY.ISActionISAction. setUri(String value)Setter forDB_ETERNAL.S_ACTION.URI.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type ISAction Modifier and Type Method Description voidISAction. from(ISAction from)Load data from another generated Record/POJO implementing the common interface ISAction -
Uses of ISAction in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement ISAction Modifier and Type Class Description classSActionThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type ISAction Modifier and Type Method Description <E extends ISAction>
ESAction. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISAction Modifier and Type Method Description voidSAction. from(ISAction from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISAction Constructor Description SAction(ISAction value) -
Uses of ISAction in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement ISAction Modifier and Type Class Description classSActionRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type ISAction Modifier and Type Method Description <E extends ISAction>
ESActionRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type ISAction Modifier and Type Method Description voidSActionRecord. from(ISAction from)
-