org.exoplatform.platform.common.service
Class MenuConfiguratorService

java.lang.Object
  extended by org.exoplatform.platform.common.service.MenuConfiguratorService
All Implemented Interfaces:
org.picocontainer.Startable

public class MenuConfiguratorService
extends Object
implements org.picocontainer.Startable


Constructor Summary
MenuConfiguratorService(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.container.configuration.ConfigurationManager configurationManager)
           
 
Method Summary
 org.exoplatform.portal.mop.user.UserNodeFilterConfig getMyGroupsFilterConfig()
           
 List<org.exoplatform.portal.mop.user.UserNode> getSetupMenuItems(org.exoplatform.portal.mop.user.UserPortal userPortal)
           
 List<org.exoplatform.portal.config.model.PageNode> getSetupMenuOriginalPageNodes()
           
 List<String> getSetupMenuPageReferences()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuConfiguratorService

public MenuConfiguratorService(org.exoplatform.container.xml.InitParams initParams,
                               org.exoplatform.container.configuration.ConfigurationManager configurationManager)
Method Detail

getSetupMenuOriginalPageNodes

public List<org.exoplatform.portal.config.model.PageNode> getSetupMenuOriginalPageNodes()

getSetupMenuPageReferences

public List<String> getSetupMenuPageReferences()

getSetupMenuItems

public List<org.exoplatform.portal.mop.user.UserNode> getSetupMenuItems(org.exoplatform.portal.mop.user.UserPortal userPortal)
                                                                 throws Exception
Throws:
Exception

getMyGroupsFilterConfig

public org.exoplatform.portal.mop.user.UserNodeFilterConfig getMyGroupsFilterConfig()

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.