com.silverpeas.jobDomainPeas
Class DomainNavigationStock

java.lang.Object
  extended by com.silverpeas.jobDomainPeas.NavigationStock
      extended by com.silverpeas.jobDomainPeas.DomainNavigationStock

public class DomainNavigationStock
extends NavigationStock

This class manage the informations needed for domains navigation and browse PRE-REQUIRED : the Domain passed in the constructor MUST BE A VALID DOMAIN (with Id, etc...)


Constructor Summary
DomainNavigationStock(String navDomain, AdminController adc, List<String> manageableGroupIds)
           
 
Method Summary
 Domain getThisDomain()
           
static boolean isDomainValid(Domain dom)
           
 boolean isThisDomain(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

DomainNavigationStock

public DomainNavigationStock(String navDomain,
                             AdminController adc,
                             List<String> manageableGroupIds)
Method Detail

refresh

public void refresh()

isThisDomain

public boolean isThisDomain(String grId)

getThisDomain

public Domain getThisDomain()

isDomainValid

public static boolean isDomainValid(Domain dom)


Copyright © 2016 Silverpeas. All Rights Reserved.