|
||||||||||
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.
Method Summary | |
---|---|
PageLinkConfig |
getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
java.lang.String website,
PortalRequestContext requestContext,
ITransaction transaction)
This method calls the IPageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, ITransaction)
method with null as the destination channelId. |
PageLinkConfig |
getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
java.lang.String website,
java.lang.String channelId,
PortalRequestContext requestContext,
ITransaction transaction)
The most appropriate page link is identified based on the type, website, destination channelId and context. |
Methods inherited from interface lumis.portal.page.link.IPageLinkManager |
---|
add, delete, get, getByPageId, getByTypeAndWebsite, getByTypeWebsiteAndChannelId, update |
Method Detail |
---|
PageLinkConfig getByTypeAndWebsite(SessionConfig sessionConfig, int type, java.lang.String website, PortalRequestContext requestContext, ITransaction transaction) throws PortalException
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
PageLinkConfig getByTypeWebsiteAndChannelId(SessionConfig sessionConfig, int type, java.lang.String website, java.lang.String channelId, PortalRequestContext requestContext, ITransaction transaction) throws PortalException
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |