|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="4.0") public interface IPresentationManager
Field Summary | |
---|---|
static String |
PROPERTY_PRESENTATION_OUTPUT_DATE_TIME
PropertyBag name that indicates whether the generated HTML will
contain the generation date and time. |
static String |
PROPERTY_PRESENTATION_OUTPUT_SERVER_ID
PropertyBag name that indicates whether the generated HTML will
contain the generator server id. |
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,
IWebsiteBaseURL websiteBaseURL,
int mode,
ITransaction daoTransaction)
Get the default Page. |
PageConfig |
getDefaultPage(SessionConfig sessionConfig,
String pageId,
String channelId,
String website,
int mode,
ITransaction daoTransaction)
Deprecated. Since 6.2.0 replaced by getDefaultPage(SessionConfig, String, String, IWebsiteBaseURL, int, ITransaction) . |
void |
resetAdministrationBarChannelIds()
Reset the administration bar of the Channel. |
Field Detail |
---|
static final String PROPERTY_PRESENTATION_OUTPUT_SERVER_ID
PropertyBag
name that indicates whether the generated HTML will
contain the generator server id.
PortalContext.getServerId()
,
Constant Field Valuesstatic final String PROPERTY_PRESENTATION_OUTPUT_DATE_TIME
PropertyBag
name that indicates whether the generated HTML will
contain the generation date and time.
Method Detail |
---|
@Deprecated PageConfig getDefaultPage(SessionConfig sessionConfig, String pageId, String channelId, String website, int mode, ITransaction daoTransaction) throws ManagerException, PortalException
getDefaultPage(SessionConfig, String, String, IWebsiteBaseURL, int, ITransaction)
.
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 processing
ManagerException
PageConfig getDefaultPage(SessionConfig sessionConfig, String pageId, String channelId, IWebsiteBaseURL websiteBaseURL, int mode, ITransaction daoTransaction) throws PortalException
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.List<String> getAdministrationBarChannelIds(SessionConfig sessionConfig, ITransaction transaction) throws PortalException
sessionConfig
- transaction
-
PortalException
void resetAdministrationBarChannelIds() throws PortalException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |