com.silverpeas.jobDomainPeas
Class GroupNavigationStock
java.lang.Object
com.silverpeas.jobDomainPeas.NavigationStock
com.silverpeas.jobDomainPeas.GroupNavigationStock
public class GroupNavigationStock
- extends NavigationStock
This class manage the informations needed for groups navigation and browse PRE-REQUIRED : the
Group passed in the constructor MUST BE A VALID GROUP (with Id, etc...)
Methods inherited from class com.silverpeas.jobDomainPeas.NavigationStock |
getAllGroupPage, getAllUserPage, getGroupPage, getUserPage, isFirstGroupPage, isFirstUserPage, isLastGroupPage, isLastUserPage, nextGroupPage, nextUserPage, previousGroupPage, previousUserPage, verifIndexes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupNavigationStock
public GroupNavigationStock(String navGroup,
AdminController adc,
List<String> manageableGroupIds)
refresh
public void refresh()
isThisGroup
public boolean isThisGroup(String grId)
getThisGroup
public Group getThisGroup()
isGroupValid
public static boolean isGroupValid(Group gr)
Copyright © 2016 Silverpeas. All Rights Reserved.