Package org.silverpeas.web.jobdomain
Class GroupNavigationStock
- java.lang.Object
-
- org.silverpeas.web.jobdomain.NavigationStock
-
- org.silverpeas.web.jobdomain.GroupNavigationStock
-
public class GroupNavigationStock extends NavigationStock
This class manage the information needed for groups navigation and browse PRE-REQUIRED : the Group passed in the constructor MUST BE AGroupState.VALID
GROUP (with Id, etc...)- Author:
- t.leroi
-
-
Field Summary
-
Fields inherited from class org.silverpeas.web.jobdomain.NavigationStock
adminController, subGroups, subUsers, userStateFilter
-
-
Constructor Summary
Constructors Constructor Description GroupNavigationStock(String navGroup, AdminController adc, List<String> manageableGroupIds)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Group
getThisGroup()
static boolean
isGroupValid(Group gr)
boolean
isThisGroup(String grId)
void
refresh()
-
Methods inherited from class org.silverpeas.web.jobdomain.NavigationStock
filterGroupsToGroupManager, filterOnUserState, getGroupPage, getUserPage, isUserStateFiltered, unsetFilterOnUserState
-
-
-
-
Constructor Detail
-
GroupNavigationStock
public GroupNavigationStock(String navGroup, AdminController adc, List<String> manageableGroupIds)
-
-