protected PageLinkConfig |
PageLinkConfig.clone() |
|
PageLinkConfig |
IPageLinkDao.get(java.lang.String pageLinkId,
ITransaction transaction) |
Get the page link.
|
PageLinkConfig |
IPageLinkManager.get(SessionConfig sessionConfig,
java.lang.String pageLinkId,
ITransaction transaction) |
Get the page link configuraton.
|
PageLinkConfig |
PageLinkDaoJdbc.get(java.lang.String pageLinkId,
ITransaction transaction) |
|
PageLinkConfig |
PageLinkManager.get(SessionConfig sessionConfig,
java.lang.String pageLinkId,
ITransaction transaction) |
|
PageLinkConfig |
IPageLinkManager.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
java.lang.String website,
ITransaction transaction) |
Deprecated.
|
PageLinkConfig |
IPageLinkManagerSPI.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
java.lang.String website,
PortalRequestContext requestContext,
ITransaction transaction) |
Deprecated.
|
PageLinkConfig |
PageLinkManager.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
java.lang.String website,
PortalRequestContext requestContext,
ITransaction transaction) |
Deprecated.
|
PageLinkConfig |
PageLinkManager.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
java.lang.String website,
ITransaction transaction) |
Deprecated.
|
PageLinkConfig |
IPageLinkDao.getByTypeWebsiteAndChannelId(int type,
java.lang.String websiteId,
java.lang.String channelId,
ITransaction transaction) |
Get the page link given type, website and channelId.
|
PageLinkConfig |
IPageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
java.lang.String website,
java.lang.String channelId,
ITransaction transaction) |
Deprecated.
|
PageLinkConfig |
IPageLinkManagerSPI.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
java.lang.String website,
java.lang.String channelId,
PortalRequestContext requestContext,
ITransaction transaction) |
Deprecated.
|
PageLinkConfig |
PageLinkDaoJdbc.getByTypeWebsiteAndChannelId(int type,
java.lang.String websiteId,
java.lang.String channelId,
ITransaction transaction) |
|
PageLinkConfig |
PageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
java.lang.String website,
java.lang.String requestedChannelId,
PortalRequestContext requestContext,
ITransaction transaction) |
Deprecated.
|
PageLinkConfig |
PageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
java.lang.String website,
java.lang.String requestedChannelId,
ITransaction transaction) |
Deprecated.
|
PageLinkConfig |
IPageLinkManagerSPI.getDefaultErrorPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
PortalRequestContext requestContext,
ITransaction transaction) |
Returns the most appropriate error page, based on the given website base URL.
|
PageLinkConfig |
PageLinkManager.getDefaultErrorPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
PortalRequestContext requestContext,
ITransaction transaction) |
|
PageLinkConfig |
IPageLinkManager.getDefaultHomePage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
ITransaction transaction) |
Returns the most appropriate home page, based on the given website base URL.
|
PageLinkConfig |
IPageLinkManagerSPI.getDefaultHomePage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
PortalRequestContext requestContext,
ITransaction transaction) |
Returns the most appropriate home page is identified based on the website,
priority and Context Rules.
|
PageLinkConfig |
PageLinkManager.getDefaultHomePage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
PortalRequestContext requestContext,
ITransaction transaction) |
|
PageLinkConfig |
PageLinkManager.getDefaultHomePage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
ITransaction transaction) |
|
PageLinkConfig |
IPageLinkManager.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
java.lang.String channelId,
ITransaction transaction) |
Returns the most appropriate login page, based on the given website base URL
and destination channel identifier.
|
PageLinkConfig |
IPageLinkManagerSPI.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
java.lang.String channelId,
PortalRequestContext requestContext,
ITransaction transaction) |
Returns the most appropriate login page is identified based on the website,
priority, Context Rules and destination channel identifier.
|
PageLinkConfig |
PageLinkManager.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
java.lang.String channelId,
PortalRequestContext requestContext,
ITransaction transaction) |
|
PageLinkConfig |
PageLinkManager.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
java.lang.String channelId,
ITransaction transaction) |
|