|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.presentation.PresentationManager
public class PresentationManager
Presentation manager implemetation.
Field Summary |
---|
Fields inherited from interface lumis.portal.presentation.IPresentationManager |
---|
PROPERTY_PRESENTATION_OUTPUT_DATE_TIME, PROPERTY_PRESENTATION_OUTPUT_SERVER_ID |
Constructor Summary | |
---|---|
PresentationManager()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getAdministrationBarChannelIds(SessionConfig sessionConfig,
ITransaction transaction)
Get the Ids of the administration bar of the Channel. |
PageConfig |
getDefaultPage(SessionConfig sessionConfig,
java.lang.String pageId,
java.lang.String channelId,
java.lang.String website,
int mode,
ITransaction daoTransaction)
Get the default Page. |
PageConfig |
getDefaultPage(SessionConfig sessionConfig,
java.lang.String pageId,
java.lang.String channelId,
java.lang.String website,
int mode,
PortalRequestContext requestContext,
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 |
---|
public PresentationManager()
Method Detail |
---|
public PageConfig getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, java.lang.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 that the user is accessing.mode
- the current portal mode.requestContext
- the portal request context map.transaction
- the current transaction.
PortalException
ManagerException
public java.util.List<java.lang.String> getAdministrationBarChannelIds(SessionConfig sessionConfig, ITransaction transaction) throws PortalException
IPresentationManager
getAdministrationBarChannelIds
in interface IPresentationManager
PortalException
public void resetAdministrationBarChannelIds()
IPresentationManager
resetAdministrationBarChannelIds
in interface IPresentationManager
public PageConfig getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, java.lang.String website, int mode, ITransaction daoTransaction) throws ManagerException, PortalException
IPresentationManager
getDefaultPage
in interface IPresentationManager
ManagerException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |