com.silverpeas.jobDomainPeas
Class NavigationStock

java.lang.Object
  extended by 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...)


Constructor Summary
NavigationStock(AdminController adc)
           
 
Method Summary
 Group[] getAllGroupPage()
           
 UserDetail[] getAllUserPage()
           
 Group[] getGroupPage()
           
 UserDetail[] getUserPage()
           
 boolean isFirstGroupPage()
           
 boolean isFirstUserPage()
           
 boolean isLastGroupPage()
           
 boolean isLastUserPage()
           
 void nextGroupPage()
           
 void nextUserPage()
           
 void previousGroupPage()
           
 void previousUserPage()
           
protected  void verifIndexes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationStock

public NavigationStock(AdminController adc)
Method Detail

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.