Package sonia.scm.group
Class GroupManagerDecorator
- All Implemented Interfaces:
Closeable
,AutoCloseable
,GroupManager
,HandlerBase<Group>
,Initable
,LastModifiedAware
,Manager<Group>
,Searchable<Group>
Decorator for
GroupManager
.- Since:
- 1.23
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns aSet
of all group names.Returns the decoratedGroupManager
.getGroupsForMember
(String member) Returns aCollection
of all groups assigned to the given member.search
(SearchRequest searchRequest) Methods inherited from class sonia.scm.ManagerDecorator
close, create, delete, get, getAll, getAll, getAll, getAll, getLastModified, init, modify, refresh
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface sonia.scm.HandlerBase
create, delete, modify
Methods inherited from interface sonia.scm.LastModifiedAware
getLastModified
-
Constructor Details
-
GroupManagerDecorator
-
-
Method Details
-
search
- Specified by:
search
in interfaceSearchable<Group>
-
getDecorated
Returns the decoratedGroupManager
.- Since:
- 1.34
-
getGroupsForMember
Description copied from interface:GroupManager
Returns aCollection
of all groups assigned to the given member.- Specified by:
getGroupsForMember
in interfaceGroupManager
-
getAllNames
Description copied from interface:GroupManager
Returns aSet
of all group names.- Specified by:
getAllNames
in interfaceGroupManager
-