|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageLinkConfig | |
---|---|
lumis.portal.page.link |
Uses of PageLinkConfig in lumis.portal.page.link |
---|
Methods in lumis.portal.page.link that return PageLinkConfig | |
---|---|
PageLinkConfig |
PageLinkManager.get(SessionConfig sessionConfig,
String pageLinkId,
ITransaction transaction)
|
PageLinkConfig |
IPageLinkManager.get(SessionConfig sessionConfig,
String pageLinkId,
ITransaction transaction)
Get the page link configuraton. |
PageLinkConfig |
PageLinkDaoJdbc.get(String pageLinkId,
ITransaction transaction)
|
PageLinkConfig |
IPageLinkDao.get(String pageLinkId,
ITransaction transaction)
Get the page link. |
PageLinkConfig |
PageLinkManager.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
String website,
ITransaction transaction)
Deprecated. |
PageLinkConfig |
IPageLinkManager.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
String website,
ITransaction transaction)
Deprecated. Since 6.2.0 this method was specialized and replaced by IPageLinkManager.getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, ITransaction) and
IPageLinkManager.getDefaultHomePage(SessionConfig, IWebsiteBaseURL, ITransaction) . |
PageLinkConfig |
PageLinkManager.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
String website,
PortalRequestContext requestContext,
ITransaction transaction)
Deprecated. |
PageLinkConfig |
IPageLinkManagerSPI.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
String website,
PortalRequestContext requestContext,
ITransaction transaction)
Deprecated. Since 6.2.0 this method was specialized and replaced by IPageLinkManagerSPI.getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, PortalRequestContext, ITransaction) and
IPageLinkManagerSPI.getDefaultHomePage(SessionConfig, IWebsiteBaseURL, PortalRequestContext, ITransaction) . |
PageLinkConfig |
PageLinkDaoJdbc.getByTypeWebsiteAndChannelId(int type,
String websiteId,
String channelId,
ITransaction transaction)
|
PageLinkConfig |
IPageLinkDao.getByTypeWebsiteAndChannelId(int type,
String websiteId,
String channelId,
ITransaction transaction)
Get the page link given type, website and channelId. |
PageLinkConfig |
PageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
String website,
String requestedChannelId,
ITransaction transaction)
Deprecated. |
PageLinkConfig |
IPageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
String website,
String channelId,
ITransaction transaction)
Deprecated. Since 6.2.0 this method was specialized and replaced by IPageLinkManager.getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, ITransaction) and
IPageLinkManager.getDefaultHomePage(SessionConfig, IWebsiteBaseURL, ITransaction) . |
PageLinkConfig |
PageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
String website,
String requestedChannelId,
PortalRequestContext requestContext,
ITransaction transaction)
Deprecated. |
PageLinkConfig |
IPageLinkManagerSPI.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
String website,
String channelId,
PortalRequestContext requestContext,
ITransaction transaction)
Deprecated. Since 6.2.0 this method was specialized and replaced by IPageLinkManagerSPI.getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, PortalRequestContext, ITransaction)
and
IPageLinkManagerSPI.getDefaultHomePage(SessionConfig, IWebsiteBaseURL, PortalRequestContext, ITransaction)
. |
PageLinkConfig |
PageLinkManager.getDefaultHomePage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
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 |
PageLinkManager.getDefaultHomePage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
PortalRequestContext requestContext,
ITransaction transaction)
|
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.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
String channelId,
ITransaction transaction)
|
PageLinkConfig |
IPageLinkManager.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
String channelId,
ITransaction transaction)
Returns the most appropriate login page, based on the given website base URL and destination channel identifier. |
PageLinkConfig |
PageLinkManager.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
String channelId,
PortalRequestContext requestContext,
ITransaction transaction)
|
PageLinkConfig |
IPageLinkManagerSPI.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
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. |
Methods in lumis.portal.page.link that return types with arguments of type PageLinkConfig | |
---|---|
List<PageLinkConfig> |
PageLinkDaoJdbc.getByTypeAndWebsite(int type,
String websiteId,
ITransaction transaction)
|
List<PageLinkConfig> |
IPageLinkDao.getByTypeAndWebsite(int type,
String website,
ITransaction transaction)
Returns a list of page links given a type and website. |
List<PageLinkConfig> |
PageLinkManager.getByTypeAndWebsiteIdentifier(SessionConfig sessionConfig,
int type,
String websiteId,
ITransaction transaction)
Returns the list of page links with the given type
and website identifier. |
Methods in lumis.portal.page.link with parameters of type PageLinkConfig | |
---|---|
void |
PageLinkDaoJdbc.add(PageLinkConfig pageLinkConfig,
ITransaction transaction)
|
void |
IPageLinkDao.add(PageLinkConfig pageLinkConfig,
ITransaction transaction)
Add the page link. |
String |
PageLinkManager.add(SessionConfig sessionConfig,
PageLinkConfig pageLinkConfig,
ITransaction transaction)
|
String |
IPageLinkManager.add(SessionConfig sessionConfig,
PageLinkConfig pageLinkConfig,
ITransaction transaction)
Add a page link. |
void |
PageLinkDaoJdbc.update(PageLinkConfig pageLinkConfig,
ITransaction transaction)
|
void |
IPageLinkDao.update(PageLinkConfig pageLinkConfig,
ITransaction transaction)
Update the page link. |
void |
PageLinkManager.update(SessionConfig sessionConfig,
PageLinkConfig pageLinkConfig,
ITransaction transaction)
|
void |
IPageLinkManager.update(SessionConfig sessionConfig,
PageLinkConfig pageLinkConfig,
ITransaction transaction)
Update the page link. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |