|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoleService
A RoleService provides business functionality regarding the handling with
Role
s.
Role
Method Summary | |
---|---|
List<Role> |
findAll()
Return a list of all existing Role s. |
void |
remove(List<Role> roles)
Remove a list of Role s. |
Role |
save(Role role)
Save an already existed Role and return the saved instance. |
Method Detail |
---|
List<Role> findAll()
Role
s.
Role
s or an empty list when no Role
s
existRole save(Role role)
Role
and return the saved instance.
role
- The Role
to be saved
Role
void remove(List<Role> roles)
Role
s.
roles
- The list of Role
s to remove.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |