lumis.portal.presentation
Interface 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
Method Summary |
PageConfig |
getDefaultPage(SessionConfig sessionConfig,
String pageId,
String channelId,
IWebsiteBaseURL websiteBaseURL,
int mode,
PortalRequestContext requestContext,
ITransaction daoTransaction)
Get the default Page. |
PageConfig |
getDefaultPage(SessionConfig sessionConfig,
String pageId,
String channelId,
String website,
int mode,
PortalRequestContext requestContext,
ITransaction daoTransaction)
Deprecated. Since 6.2.0 replaced by
getDefaultPage(SessionConfig, String, String, IWebsiteBaseURL, int, PortalRequestContext, ITransaction) . |
getDefaultPage
@Deprecated
PageConfig getDefaultPage(SessionConfig sessionConfig,
String pageId,
String channelId,
String website,
int mode,
PortalRequestContext requestContext,
ITransaction daoTransaction)
throws PortalException
- Deprecated. Since 6.2.0 replaced by
getDefaultPage(SessionConfig, String, String, IWebsiteBaseURL, int, PortalRequestContext, ITransaction)
.
- 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 base URL 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
getDefaultPage
PageConfig getDefaultPage(SessionConfig sessionConfig,
String pageId,
String channelId,
IWebsiteBaseURL websiteBaseURL,
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.websiteBaseURL
- the IWebsiteBaseURL
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.2.0
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.