lumis.portal.presentation
Class PresentationManager

Package class diagram package PresentationManager
java.lang.Object
  extended by lumis.portal.presentation.PresentationManager
All Implemented Interfaces:
IPresentationManager

public class PresentationManager
extends Object
implements IPresentationManager

Presentation manager implemetation.

Since:
4.0.0

Constructor Summary
PresentationManager()
           
 
Method Summary
 List<String> getAdministrationBarChannelIds(SessionConfig sessionConfig, ITransaction transaction)
          Get the Ids of the administration bar of the Channel.
 PageConfig getDefaultPage(SessionConfig sessionConfig, String pageId, String channelId, String website, int mode, ITransaction transaction)
          Get the default Page.
 void resetAdministrationBarChannelIds()
          Reset the administration bar of the Channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationManager

public PresentationManager()
Method Detail

getDefaultPage

public PageConfig getDefaultPage(SessionConfig sessionConfig,
                                 String pageId,
                                 String channelId,
                                 String website,
                                 int mode,
                                 ITransaction transaction)
                          throws ManagerException,
                                 PortalException
Description copied from interface: IPresentationManager
Get the default Page.

Specified by:
getDefaultPage in interface IPresentationManager
Returns:
a PageConfig.
Throws:
ManagerException
PortalException

getAdministrationBarChannelIds

public List<String> getAdministrationBarChannelIds(SessionConfig sessionConfig,
                                                   ITransaction transaction)
                                            throws PortalException
Description copied from interface: IPresentationManager
Get the Ids of the administration bar of the Channel.

Specified by:
getAdministrationBarChannelIds in interface IPresentationManager
Returns:
Returns the administrationBarChannelConfigs.
Throws:
PortalException

resetAdministrationBarChannelIds

public void resetAdministrationBarChannelIds()
Description copied from interface: IPresentationManager
Reset the administration bar of the Channel.

Specified by:
resetAdministrationBarChannelIds in interface IPresentationManager


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.