|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageLinkManagerSPI
This interface is a extension of IPageLinkManager
for internal
uses.
Methods inherited from interface lumis.portal.page.link.IPageLinkManager |
---|
add, delete, get, getByPageId, getByTypeAndWebsite, getByTypeWebsiteAndChannelId, getDefaultHomePage, getDefaultLoginPage, update |
Method Detail |
---|
@Deprecated PageLinkConfig getByTypeAndWebsite(SessionConfig sessionConfig, int type, String website, PortalRequestContext requestContext, ITransaction transaction) throws PortalException
getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, PortalRequestContext, ITransaction)
and
getDefaultHomePage(SessionConfig, IWebsiteBaseURL, PortalRequestContext, ITransaction)
.
IPageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, ITransaction)
method with null as the destination channelId.
sessionConfig
- the session identifier of the current user.type
- the page link type.website
- the website that the user is accessing.requestContext
- the list of all request context.transaction
- the current transaction.
PageLinkConfig
PortalException
- if any other error occurs during the process.@Deprecated PageLinkConfig getByTypeWebsiteAndChannelId(SessionConfig sessionConfig, int type, String website, String channelId, PortalRequestContext requestContext, ITransaction transaction) throws PortalException
getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, PortalRequestContext, ITransaction)
and
getDefaultHomePage(SessionConfig, IWebsiteBaseURL, PortalRequestContext, ITransaction)
.
sessionConfig
- the session identifier of the current user.type
- the page link type.website
- the website that the user is accessing.channelId
- The destination channel identifier.requestContext
- the list of all request context.transaction
- the current transaction.
PortalException
- if any other error occurs during the process.PageLinkConfig getDefaultLoginPage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, String channelId, PortalRequestContext requestContext, ITransaction transaction) throws PortalException
In order to choose the page link the following criteria are used:
channelId
argument.
If no matching page link is found, return null
.
sessionConfig
- the session identifier of the current user.websiteBaseURL
- the IWebsiteBaseURL
that the user is accessing.channelId
- The destination channel identifier.requestContext
- the list of all request context.transaction
- the current transaction.
PortalException
- if any other error occurs during the process.PageLinkConfig getDefaultHomePage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, PortalRequestContext requestContext, ITransaction transaction) throws PortalException
In order to choose the page link the following criteria are used:
If no matching page link is found, return null
.
sessionConfig
- the session identifier of the current user.websiteBaseURL
- the IWebsiteBaseURL
that the user is accessing.requestContext
- the list of all request context.transaction
- the current transaction.
PortalException
- if any other error occurs during the process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |