lumis.portal.presentation
Interface IPresentationManager

Package class diagram package IPresentationManager
All Known Implementing Classes:
PresentationManager

@StableMinor(version="4.1",
             sinceVersion="4.0")
public interface IPresentationManager

Since:
4.0.0

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 daoTransaction)
          Get the default Page.
 void resetAdministrationBarChannelIds()
          Reset the administration bar of the Channel.
 

Method Detail

getDefaultPage

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

Parameters:
sessionConfig -
pageId -
channelId -
website -
mode -
daoTransaction -
Returns:
a PageConfig.
Throws:
ManagerException
PortalException

getAdministrationBarChannelIds

List<String> getAdministrationBarChannelIds(SessionConfig sessionConfig,
                                            ITransaction transaction)
                                            throws PortalException
Get the Ids of the administration bar of the Channel.

Parameters:
sessionConfig -
transaction -
Returns:
an arrays of Strings.
Throws:
PortalException

resetAdministrationBarChannelIds

void resetAdministrationBarChannelIds()
                                      throws PortalException
Reset the administration bar of the Channel.

Throws:
PortalException


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