Uses of Interface
cn.vertxup.rbac.domain.tables.interfaces.ISResource
-
Packages that use ISResource Package Description cn.vertxup.rbac.domain.tables.interfaces cn.vertxup.rbac.domain.tables.pojos cn.vertxup.rbac.domain.tables.records -
-
Uses of ISResource in cn.vertxup.rbac.domain.tables.interfaces
Methods in cn.vertxup.rbac.domain.tables.interfaces with type parameters of type ISResource Modifier and Type Method Description <E extends ISResource>
EISResource. into(E into)Copy data into another generated Record/POJO implementing the common interface ISResourceMethods in cn.vertxup.rbac.domain.tables.interfaces that return ISResource Modifier and Type Method Description default ISResourceISResource. fromJson(io.vertx.core.json.JsonObject json)ISResourceISResource. setActive(Boolean value)Setter forDB_ETERNAL.S_RESOURCE.ACTIVE.ISResourceISResource. setCategory(String value)Setter forDB_ETERNAL.S_RESOURCE.CATEGORY.ISResourceISResource. setCode(String value)Setter forDB_ETERNAL.S_RESOURCE.CODE.ISResourceISResource. setComment(String value)Setter forDB_ETERNAL.S_RESOURCE.COMMENT.ISResourceISResource. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_RESOURCE.CREATED_AT.ISResourceISResource. setCreatedBy(String value)Setter forDB_ETERNAL.S_RESOURCE.CREATED_BY.ISResourceISResource. setIdentifier(String value)Setter forDB_ETERNAL.S_RESOURCE.IDENTIFIER.ISResourceISResource. setKey(String value)Setter forDB_ETERNAL.S_RESOURCE.KEY.ISResourceISResource. setLanguage(String value)Setter forDB_ETERNAL.S_RESOURCE.LANGUAGE.ISResourceISResource. setLevel(Integer value)Setter forDB_ETERNAL.S_RESOURCE.LEVEL.ISResourceISResource. setMetadata(String value)Setter forDB_ETERNAL.S_RESOURCE.METADATA.ISResourceISResource. setModeGroup(String value)Setter forDB_ETERNAL.S_RESOURCE.MODE_GROUP.ISResourceISResource. setModeRole(String value)Setter forDB_ETERNAL.S_RESOURCE.MODE_ROLE.ISResourceISResource. setModeTree(String value)Setter forDB_ETERNAL.S_RESOURCE.MODE_TREE.ISResourceISResource. setName(String value)Setter forDB_ETERNAL.S_RESOURCE.NAME.ISResourceISResource. setSeekComponent(String value)Setter forDB_ETERNAL.S_RESOURCE.SEEK_COMPONENT.ISResourceISResource. setSeekConfig(String value)Setter forDB_ETERNAL.S_RESOURCE.SEEK_CONFIG.ISResourceISResource. setSeekSyntax(String value)Setter forDB_ETERNAL.S_RESOURCE.SEEK_SYNTAX.ISResourceISResource. setSigma(String value)Setter forDB_ETERNAL.S_RESOURCE.SIGMA.ISResourceISResource. setType(String value)Setter forDB_ETERNAL.S_RESOURCE.TYPE.ISResourceISResource. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.S_RESOURCE.UPDATED_AT.ISResourceISResource. setUpdatedBy(String value)Setter forDB_ETERNAL.S_RESOURCE.UPDATED_BY.ISResourceISResource. setVirtual(Boolean value)Setter forDB_ETERNAL.S_RESOURCE.VIRTUAL.Methods in cn.vertxup.rbac.domain.tables.interfaces with parameters of type ISResource Modifier and Type Method Description voidISResource. from(ISResource from)Load data from another generated Record/POJO implementing the common interface ISResource -
Uses of ISResource in cn.vertxup.rbac.domain.tables.pojos
Classes in cn.vertxup.rbac.domain.tables.pojos that implement ISResource Modifier and Type Class Description classSResourceThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.pojos with type parameters of type ISResource Modifier and Type Method Description <E extends ISResource>
ESResource. into(E into)Methods in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISResource Modifier and Type Method Description voidSResource. from(ISResource from)Constructors in cn.vertxup.rbac.domain.tables.pojos with parameters of type ISResource Constructor Description SResource(ISResource value) -
Uses of ISResource in cn.vertxup.rbac.domain.tables.records
Classes in cn.vertxup.rbac.domain.tables.records that implement ISResource Modifier and Type Class Description classSResourceRecordThis class is generated by jOOQ.Methods in cn.vertxup.rbac.domain.tables.records with type parameters of type ISResource Modifier and Type Method Description <E extends ISResource>
ESResourceRecord. into(E into)Methods in cn.vertxup.rbac.domain.tables.records with parameters of type ISResource Modifier and Type Method Description voidSResourceRecord. from(ISResource from)
-