Package | Description |
---|---|
lumis.portal.page.link |
Modifier and Type | Method and Description |
---|---|
protected PageLinkConfig |
PageLinkConfig.clone() |
PageLinkConfig |
IPageLinkManager.get(SessionConfig sessionConfig,
String pageLinkId,
ITransaction transaction)
Get the page link configuraton.
|
PageLinkConfig |
PageLinkManager.get(SessionConfig sessionConfig,
String pageLinkId,
ITransaction transaction) |
PageLinkConfig |
IPageLinkDao.get(String pageLinkId,
ITransaction transaction)
Get the page link.
|
PageLinkConfig |
PageLinkDaoJdbc.get(String pageLinkId,
ITransaction transaction) |
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,
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 |
PageLinkManager.getByTypeAndWebsite(SessionConfig sessionConfig,
int type,
String website,
PortalRequestContext requestContext,
ITransaction transaction)
Deprecated.
|
PageLinkConfig |
IPageLinkDao.getByTypeWebsiteAndChannelId(int type,
String websiteId,
String channelId,
ITransaction transaction)
Get the page link given type, website and channelId.
|
PageLinkConfig |
PageLinkDaoJdbc.getByTypeWebsiteAndChannelId(int type,
String websiteId,
String channelId,
ITransaction transaction) |
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,
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.getByTypeWebsiteAndChannelId(SessionConfig sessionConfig,
int type,
String website,
String requestedChannelId,
PortalRequestContext requestContext,
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 |
PageLinkManager.getDefaultHomePage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
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.getDefaultHomePage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
PortalRequestContext requestContext,
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,
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.
|
PageLinkConfig |
PageLinkManager.getDefaultLoginPage(SessionConfig sessionConfig,
IWebsiteBaseURL websiteBaseURL,
String channelId,
PortalRequestContext requestContext,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
List<PageLinkConfig> |
IPageLinkDao.getByTypeAndWebsite(int type,
String website,
ITransaction transaction)
Returns a list of page links given a type and website.
|
List<PageLinkConfig> |
PageLinkDaoJdbc.getByTypeAndWebsite(int type,
String websiteId,
ITransaction transaction) |
List<PageLinkConfig> |
IPageLinkManagerSPI.getByTypeAndWebsiteIdentifier(SessionConfig sessionConfig,
int type,
String websiteId,
ITransaction transaction)
Returns the list of
page links with the given type
and website identifier. |
List<PageLinkConfig> |
PageLinkManager.getByTypeAndWebsiteIdentifier(SessionConfig sessionConfig,
int type,
String websiteId,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
IPageLinkDao.add(PageLinkConfig pageLinkConfig,
ITransaction transaction)
Add the page link.
|
void |
PageLinkDaoJdbc.add(PageLinkConfig pageLinkConfig,
ITransaction transaction) |
String |
IPageLinkManager.add(SessionConfig sessionConfig,
PageLinkConfig pageLinkConfig,
ITransaction transaction)
Add a page link.
|
String |
PageLinkManager.add(SessionConfig sessionConfig,
PageLinkConfig pageLinkConfig,
ITransaction transaction) |
void |
IPageLinkDao.update(PageLinkConfig pageLinkConfig,
ITransaction transaction)
Update the page link.
|
void |
PageLinkDaoJdbc.update(PageLinkConfig pageLinkConfig,
ITransaction transaction) |
void |
IPageLinkManager.update(SessionConfig sessionConfig,
PageLinkConfig pageLinkConfig,
ITransaction transaction)
Update the page link.
|
void |
PageLinkManager.update(SessionConfig sessionConfig,
PageLinkConfig pageLinkConfig,
ITransaction transaction) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.