lumis.portal.presentation
Interface IPresentationManagerSPI

Package class diagram package IPresentationManagerSPI
All Superinterfaces:
IPresentationManager
All Known Implementing Classes:
PresentationManager

public interface IPresentationManagerSPI
extends IPresentationManager

This interface is a extension of IPresentationManager for internal uses.

Since:
6.0.0

Field Summary
 
Fields inherited from interface lumis.portal.presentation.IPresentationManager
PROPERTY_PRESENTATION_OUTPUT_DATE_TIME, PROPERTY_PRESENTATION_OUTPUT_SERVER_ID
 
Method Summary
 PageConfig getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, java.lang.String website, int mode, PortalRequestContext requestContext, ITransaction daoTransaction)
          Get the default Page.
 
Methods inherited from interface lumis.portal.presentation.IPresentationManager
getAdministrationBarChannelIds, getDefaultPage, resetAdministrationBarChannelIds
 

Method Detail

getDefaultPage

PageConfig getDefaultPage(SessionConfig sessionConfig,
                          java.lang.String pageId,
                          java.lang.String channelId,
                          java.lang.String website,
                          int mode,
                          PortalRequestContext requestContext,
                          ITransaction daoTransaction)
                          throws PortalException
Get the default Page.

Parameters:
sessionConfig - the session identifier of the current user.
pageId - The destination page identifier.
channelId - The destination channel identifier.
website - the website that the user is accessing.
mode - the current portal mode.
requestContext - the portal request context map.
daoTransaction - the current transaction.
Returns:
a PageConfig.
Throws:
PortalException
Since:
6.0.0


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