|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IServiceInterfaceUrl | |
---|---|
lumis.content.service | |
lumis.doui.control.itempicker | |
lumis.doui.control.principalpicker | |
lumis.doui.hyperlink | |
lumis.doui.processaction | |
lumis.doui.service | |
lumis.portal.file | |
lumis.portal.hyperlink | Provides resolution from internal portal structure hyperlinks to the actual page URLs. |
lumis.portal.servicecontainer | |
lumis.portal.serviceinterface | |
lumis.portal.url | Manages the resolution of page URLs. |
lumis.service.forum |
Uses of IServiceInterfaceUrl in lumis.content.service |
---|
Methods in lumis.content.service that return IServiceInterfaceUrl | |
---|---|
protected IServiceInterfaceUrl |
ContentHyperLinkResolver.createUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
String pageId,
ITransaction transaction)
|
IServiceInterfaceUrl |
ContentService.resolveHyperLink(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
|
Uses of IServiceInterfaceUrl in lumis.doui.control.itempicker |
---|
Methods in lumis.doui.control.itempicker that return IServiceInterfaceUrl | |
---|---|
protected IServiceInterfaceUrl |
MultiItemPickerControl.getPopupUrl()
|
protected IServiceInterfaceUrl |
ItemPickerControl.getPopupUrl()
|
Uses of IServiceInterfaceUrl in lumis.doui.control.principalpicker |
---|
Methods in lumis.doui.control.principalpicker that return IServiceInterfaceUrl | |
---|---|
protected IServiceInterfaceUrl |
ServiceInstancePrincipalPickerControl.getPopupUrl()
|
protected IServiceInterfaceUrl |
PrincipalPickerControl.getPopupUrl()
|
Uses of IServiceInterfaceUrl in lumis.doui.hyperlink |
---|
Methods in lumis.doui.hyperlink that return IServiceInterfaceUrl | |
---|---|
IServiceInterfaceUrl |
PreparedUrl.getUrl()
|
Constructors in lumis.doui.hyperlink with parameters of type IServiceInterfaceUrl | |
---|---|
PreparedUrl(IServiceInterfaceUrl url,
Collection<String> parameters)
|
Uses of IServiceInterfaceUrl in lumis.doui.processaction |
---|
Methods in lumis.doui.processaction that return IServiceInterfaceUrl | |
---|---|
protected IServiceInterfaceUrl |
ProcessActionHandler.getServiceInterfaceHyperLink(String destInterfaceId)
|
protected IServiceInterfaceUrl |
ProcessActionHandler.getUrl(Node actionResponseNode,
String destInterfaceId)
|
Uses of IServiceInterfaceUrl in lumis.doui.service |
---|
Methods in lumis.doui.service that return IServiceInterfaceUrl | |
---|---|
IServiceInterfaceUrl |
DouiService.resolveHyperLink(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Resolves an hyperlink to the corresponding URL. |
Methods in lumis.doui.service with parameters of type IServiceInterfaceUrl | |
---|---|
protected void |
DouiHyperLinkResolver.setUrlParameters(SessionConfig sessionConfig,
IServiceInterfaceUrl url,
Map<String,String[]> parameters,
ITransaction transaction)
|
Uses of IServiceInterfaceUrl in lumis.portal.file |
---|
Methods in lumis.portal.file that return IServiceInterfaceUrl | |
---|---|
IServiceInterfaceUrl |
IFileManager.getFileHref(SessionConfig sessionConfig,
String fileId,
ITransaction transaction)
Returns the href that is used to access the specified file. |
IServiceInterfaceUrl |
FileManager.getFileHref(SessionConfig sessionConfig,
String fileId,
ITransaction transaction)
|
Uses of IServiceInterfaceUrl in lumis.portal.hyperlink |
---|
Methods in lumis.portal.hyperlink that return IServiceInterfaceUrl | |
---|---|
protected IServiceInterfaceUrl |
GenericHyperLinkResolver.createUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
String pageId,
ITransaction transaction)
Creates an URL for the given hyperlink. |
IServiceInterfaceUrl |
IHyperLinkManager.getUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Returns the URL corresponding to the information contained in the given HyperlinkConfig . |
IServiceInterfaceUrl |
HyperLinkManager.getUrl(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
|
IServiceInterfaceUrl |
IHyperLinkResolver.resolveHyperLink(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Resolves an hyperlink to the corresponding URL. |
IServiceInterfaceUrl |
GenericHyperLinkResolver.resolveHyperLink(SessionConfig sessionConfig,
HyperLinkConfig hyperLinkConfig,
ITransaction transaction)
Resolves an hyperlink to the corresponding URL. |
Methods in lumis.portal.hyperlink with parameters of type IServiceInterfaceUrl | |
---|---|
protected void |
GenericHyperLinkResolver.setUrlParameters(SessionConfig sessionConfig,
IServiceInterfaceUrl url,
Map<String,String[]> parameters,
ITransaction transaction)
Replaces the parameters in the url with the parameters in the given map. |
Uses of IServiceInterfaceUrl in lumis.portal.servicecontainer |
---|
Classes in lumis.portal.servicecontainer that implement IServiceInterfaceUrl | |
---|---|
class |
ServiceContainerUrl
Deprecated. This class will be removed in a future release. Use IServiceInterfaceUrl
instead. |
Methods in lumis.portal.servicecontainer that return IServiceInterfaceUrl | |
---|---|
IServiceInterfaceUrl |
ServiceContainerResponse.createActionURL()
|
IServiceInterfaceUrl |
ServiceContainerResponse.createPortalURL()
|
IServiceInterfaceUrl |
ServiceContainerResponse.createRenderURL()
|
protected IServiceInterfaceUrl |
ServiceContainerResponse.createServiceInterfaceURL(int urlType)
|
Uses of IServiceInterfaceUrl in lumis.portal.serviceinterface |
---|
Methods in lumis.portal.serviceinterface that return IServiceInterfaceUrl | |
---|---|
IServiceInterfaceUrl |
IServiceInterfaceRenderResponse.createActionURL()
|
IServiceInterfaceUrl |
IServiceInterfaceRenderResponse.createRenderURL()
|
Uses of IServiceInterfaceUrl in lumis.portal.url |
---|
Methods in lumis.portal.url that return IServiceInterfaceUrl | |
---|---|
IServiceInterfaceUrl |
IURLFactory.createActionURL()
Creates an action URL. |
IServiceInterfaceUrl |
IURLFactory.createPortalURL()
Creates a URL for accessing a portal page. |
IServiceInterfaceUrl |
IURLFactory.createRenderURL()
Creates a render URL. |
Uses of IServiceInterfaceUrl in lumis.service.forum |
---|
Methods in lumis.service.forum with parameters of type IServiceInterfaceUrl | |
---|---|
protected String |
ForumMessageListPostLoadProcessor.getEditButtonScript(String pkFieldName,
ISourceData row,
IServiceInterfaceUrl baseUrl)
|
protected String |
ForumMessageListPostLoadProcessor.getQuoteButtonScript(String pkFieldName,
ISourceData row,
IServiceInterfaceUrl baseUrl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |