public class PresentationManager extends Object implements IPresentationManagerSPI
PROPERTY_PRESENTATION_OUTPUT_DATE_TIME, PROPERTY_PRESENTATION_OUTPUT_SERVER_ID
Constructor and Description |
---|
PresentationManager() |
Modifier and Type | Method and Description |
---|---|
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,
IWebsiteBaseURL websiteBaseURL,
int mode,
ITransaction daoTransaction)
Get the default Page.
|
PageConfig |
getDefaultPage(SessionConfig sessionConfig,
String pageId,
String channelId,
IWebsiteBaseURL websiteBaseURL,
IPortalMode mode,
PortalRequestContext requestContext,
ITransaction transaction)
Get the default Page.
|
PageConfig |
getDefaultPage(SessionConfig sessionConfig,
String pageId,
String channelId,
String website,
int mode,
ITransaction daoTransaction)
Deprecated.
|
PageConfig |
getDefaultPage(SessionConfig sessionConfig,
String pageId,
String channelId,
String website,
int mode,
PortalRequestContext requestContext,
ITransaction transaction)
Deprecated.
|
void |
resetAdministrationBarChannelIds()
Reset the administration bar of the Channel.
|
@Deprecated public PageConfig getDefaultPage(SessionConfig sessionConfig, String pageId, String channelId, String website, int mode, PortalRequestContext requestContext, ITransaction transaction) throws ManagerException, PortalException
IPresentationManagerSPI
getDefaultPage
in interface IPresentationManagerSPI
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.transaction
- the current transaction.PortalException
ManagerException
public PageConfig getDefaultPage(SessionConfig sessionConfig, String pageId, String channelId, IWebsiteBaseURL websiteBaseURL, IPortalMode mode, PortalRequestContext requestContext, ITransaction transaction) throws ManagerException, PortalException
IPresentationManagerSPI
getDefaultPage
in interface IPresentationManagerSPI
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.transaction
- the current transaction.PortalException
ManagerException
public List<String> getAdministrationBarChannelIds(SessionConfig sessionConfig, ITransaction transaction) throws PortalException
IPresentationManager
getAdministrationBarChannelIds
in interface IPresentationManager
PortalException
public void resetAdministrationBarChannelIds()
IPresentationManager
resetAdministrationBarChannelIds
in interface IPresentationManager
@Deprecated public PageConfig getDefaultPage(SessionConfig sessionConfig, String pageId, String channelId, String website, int mode, ITransaction daoTransaction) throws ManagerException, PortalException
IPresentationManager
getDefaultPage
in interface IPresentationManager
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.daoTransaction
- the current transaction.PortalException
- if any error occurs during the processingManagerException
public PageConfig getDefaultPage(SessionConfig sessionConfig, String pageId, String channelId, IWebsiteBaseURL websiteBaseURL, int mode, ITransaction daoTransaction) throws ManagerException, PortalException
IPresentationManager
getDefaultPage
in interface IPresentationManager
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.daoTransaction
- the current transaction.PortalException
- if any error occurs during the processing.ManagerException
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.