Uses of Class
de.terrestris.shoguncore.model.Role
-
Packages that use Role Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.model de.terrestris.shoguncore.rest de.terrestris.shoguncore.service -
-
Uses of Role in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type Role Modifier and Type Class Description classRoleDao<E extends Role> -
Uses of Role in de.terrestris.shoguncore.model
Methods in de.terrestris.shoguncore.model that return types with arguments of type Role Modifier and Type Method Description Set<Role>User. getRoles()Set<Role>UserGroup. getRoles()Method parameters in de.terrestris.shoguncore.model with type arguments of type Role Modifier and Type Method Description voidUser. setRoles(Set<Role> roles)voidUserGroup. setRoles(Set<Role> roles) -
Uses of Role in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type Role Modifier and Type Class Description classRoleRestController<E extends Role,D extends RoleDao<E>,S extends RoleService<E,D>> -
Uses of Role in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type Role Modifier and Type Class Description classRoleService<E extends Role,D extends RoleDao<E>>Service class for theRolemodel.Fields in de.terrestris.shoguncore.service with type parameters of type Role Modifier and Type Field Description protected RoleService<Role,RoleDao<Role>>UserService. roleServiceRole serviceprotected RoleService<Role,RoleDao<Role>>UserService. roleServiceRole serviceMethods in de.terrestris.shoguncore.service that return Role Modifier and Type Method Description RoleUserService. getDefaultUserRole()Methods in de.terrestris.shoguncore.service with parameters of type Role Modifier and Type Method Description voidUserService. setDefaultUserRole(Role defaultUserRole)
-