com.silverpeas.jobDomainPeas
Class NavigationStock
java.lang.Object
com.silverpeas.jobDomainPeas.NavigationStock
- Direct Known Subclasses:
- DomainNavigationStock, GroupNavigationStock
public class NavigationStock
- extends Object
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NavigationStock
public NavigationStock(AdminController adc)
verifIndexes
protected void verifIndexes()
nextUserPage
public void nextUserPage()
previousUserPage
public void previousUserPage()
isFirstUserPage
public boolean isFirstUserPage()
isLastUserPage
public boolean isLastUserPage()
getAllUserPage
public UserDetail[] getAllUserPage()
getUserPage
public UserDetail[] getUserPage()
nextGroupPage
public void nextGroupPage()
previousGroupPage
public void previousGroupPage()
isFirstGroupPage
public boolean isFirstGroupPage()
isLastGroupPage
public boolean isLastGroupPage()
getAllGroupPage
public Group[] getAllGroupPage()
getGroupPage
public Group[] getGroupPage()
Copyright © 2016 Silverpeas. All Rights Reserved.