|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Role | |
---|---|
org.openwms.core.domain.system.usermanagement | Contains domain classes regarding the user and role management. |
org.openwms.core.service | Interface definitions of the CORE Module service layer. |
org.openwms.core.service.spring | This package contains service implementations of the CORE project, implemented with the Spring framework. |
Uses of Role in org.openwms.core.domain.system.usermanagement |
---|
Methods in org.openwms.core.domain.system.usermanagement that return Role | |
---|---|
Role |
Role.Builder.build()
Finally build and return the Role instance. |
Methods in org.openwms.core.domain.system.usermanagement that return types with arguments of type Role | |
---|---|
List<Role> |
User.getRoles()
Returns a list of granted Role s. |
Methods in org.openwms.core.domain.system.usermanagement with parameters of type Role | |
---|---|
boolean |
User.addRole(Role role)
Add a new Role to the list of Role s. |
Method parameters in org.openwms.core.domain.system.usermanagement with type arguments of type Role | |
---|---|
void |
User.setRoles(List<Role> roles)
Set the Role s of this User . |
Uses of Role in org.openwms.core.service |
---|
Methods in org.openwms.core.service that return Role | |
---|---|
Role |
RoleService.save(Role role)
Save an already existed Role and return the saved instance. |
Methods in org.openwms.core.service that return types with arguments of type Role | |
---|---|
List<Role> |
RoleService.findAll()
Return a list of all existing Role s. |
Methods in org.openwms.core.service with parameters of type Role | |
---|---|
Role |
RoleService.save(Role role)
Save an already existed Role and return the saved instance. |
Method parameters in org.openwms.core.service with type arguments of type Role | |
---|---|
void |
RoleService.remove(List<Role> roles)
Remove a list of Role s. |
Uses of Role in org.openwms.core.service.spring |
---|
Methods in org.openwms.core.service.spring that return Role | |
---|---|
Role |
RoleServiceImpl.save(Role role)
Save an already existed Role and return the saved instance. |
Methods in org.openwms.core.service.spring that return types with arguments of type Role | |
---|---|
List<Role> |
RoleServiceImpl.findAll()
Return a list of all existing Role s. |
Methods in org.openwms.core.service.spring with parameters of type Role | |
---|---|
Role |
RoleServiceImpl.save(Role role)
Save an already existed Role and return the saved instance. |
Method parameters in org.openwms.core.service.spring with type arguments of type Role | |
---|---|
void |
RoleServiceImpl.remove(List<Role> roles)
Remove a list of Role s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |