Uses of Class
com.avoka.tm.vo.Role
Package
Description
Provides Value Object Query classes.
Provides Service classes.
-
Uses of Role in com.avoka.tm.query
Modifier and TypeMethodDescriptionRoleQuery.firstValue()
Execute the query and return the first role value object for the query.Modifier and TypeMethodDescriptionRoleQuery.listValues()
Execute the role query and return a list of Role value objects. -
Uses of Role in com.avoka.tm.svc
Modifier and TypeMethodDescriptionRoleBuilder.create()
Create a new Role based on the specified parameter and return the new Role value object.RoleBuilder.createOrUpdate()
Create or update the role specified by the given parameters, and return current role value object.RoleBuilder.update()
Update the role specified by the roleName parameter and return the update Role value object.