|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.acl.domain.Group
public class Group
This entity is a ACL group.
| Constructor Summary | |
|---|---|
Group(GroupDTO group,
AuthorityService authorityService,
GroupService groupService)
Constructor for Group. |
|
| Method Summary | |
|---|---|
List<?> |
getAllGroups()
Return a list of all items manageable by authorities |
List<?> |
getAuthorities()
getAuthorities |
List<?> |
getFreeAuthorities()
getFreeAuthorities |
List<GroupDTO> |
getGroups(Pager pager)
Return a paginated list of anemic group |
GroupView |
getGroupView()
Return a read only Group |
Integer |
getId()
Group unique identifier |
String |
getName()
Return the human readable description of this Group |
boolean |
hasAuthorities()
hasAuthorities |
boolean |
hasUser()
hasUser |
boolean |
remove()
Remove this Group |
void |
save()
Save the internal state of the Group |
void |
setNewAuthorities(List<?> items)
Overwrite the authorities assigned to this Group |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Group(GroupDTO group,
AuthorityService authorityService,
GroupService groupService)
Constructor for Group.
group - a GroupDTO object.authorityService - a AuthorityService object.groupService - a GroupService object.| Method Detail |
|---|
public List<?> getAuthorities()
getAuthorities
List object.public List<?> getAllGroups()
public List<GroupDTO> getGroups(Pager pager)
pager - a Pager object.
List object.public GroupView getGroupView()
public boolean hasAuthorities()
hasAuthorities
public boolean hasUser()
hasUser
public void save()
public void setNewAuthorities(List<?> items)
items - a List object.public boolean remove()
public String getName()
public Integer getId()
public List<?> getFreeAuthorities()
getFreeAuthorities
List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||