Uses of Class
com.avoka.tm.vo.Role
Packages that use Role
Package
Description
Provides Value Object Query classes.
Provides Service classes.
-
Uses of Role in com.avoka.tm.query
Methods in com.avoka.tm.query that return RoleModifier and TypeMethodDescriptionRoleQuery.firstValue()
Execute the query and return the first role value object for the query.Methods in com.avoka.tm.query that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleQuery.listValues()
Execute the role query and return a list of Role value objects. -
Uses of Role in com.avoka.tm.svc
Methods in com.avoka.tm.svc that return RoleModifier 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.