Package org.cyclos.impl.users
Interface GroupListViewFactoryAccessor
-
- All Superinterfaces:
BasicGroupListViewFactoryAccessor
- All Known Subinterfaces:
GroupsHandler,GroupsHandlerInternal
- All Known Implementing Classes:
GroupsHandlerImpl
public interface GroupListViewFactoryAccessor extends BasicGroupListViewFactoryAccessor
This class is a mean to get access to the different view factories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupListViewFactoryads()Returns a view factory for theGroupList.ADSgroup list.GroupListViewFactorydirectory()Returns a view factory for theGroupList.DIRECTORYgroup list.GroupListViewFactorymenu()Returns a view factory for theGroupList.MENUgroup list.GroupListViewFactoryusers()Returns a view factory for theGroupList.USERSgroup list.-
Methods inherited from interface org.cyclos.impl.users.BasicGroupListViewFactoryAccessor
accessibles
-
-
-
-
Method Detail
-
ads
GroupListViewFactory ads()
Returns a view factory for theGroupList.ADSgroup list. For this case we always include the registration groups as broker (i.e brokered = true) because in both, the ads search as member or as broker the ads of the brokered members are included in the result.
-
directory
GroupListViewFactory directory()
Returns a view factory for theGroupList.DIRECTORYgroup list.
-
menu
GroupListViewFactory menu()
Returns a view factory for theGroupList.MENUgroup list.
-
users
GroupListViewFactory users()
Returns a view factory for theGroupList.USERSgroup list.
-
-