Class GroupListViewFactoryImpl

  • All Implemented Interfaces:
    GroupListViewFactory
    Direct Known Subclasses:
    VisibleGroupListViewFactoryImpl

    public class GroupListViewFactoryImpl
    extends Object
    implements GroupListViewFactory
    Container for a GroupList offering different views for the list.
    All views are cached, i.e only the first time a view is requested it's calculated, for subsequent requests the same view is returned. The following is the list with the available views:
    • admins()
    • basic()
    • basicUsers()
    • groups()
    • groupSets()
    • users()
    See Also:
    GroupListView