com.silverpeas.jobDomainPeas
Class GroupNavigationStock

java.lang.Object
  extended by com.silverpeas.jobDomainPeas.NavigationStock
      extended by 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...)


Constructor Summary
GroupNavigationStock(String navGroup, AdminController adc, List<String> manageableGroupIds)
           
 
Method Summary
 Group getThisGroup()
           
static boolean isGroupValid(Group gr)
           
 boolean isThisGroup(String grId)
           
 void refresh()
           
 
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
 

Constructor Detail

GroupNavigationStock

public GroupNavigationStock(String navGroup,
                            AdminController adc,
                            List<String> manageableGroupIds)
Method Detail

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.