Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceUrl

Packages that use IServiceInterfaceUrl
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.service.forum   
 

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. DouiService delegates this resolution to a DouiHyperLinkResolver.
 

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. If no destination service interface instance was specified in the hyperLinkConfig, then this method calls GenericHyperLinkResolver.resolveDestinationPageId(SessionConfig, HyperLinkConfig, ITransaction) to resolve the destination page.
 

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.createRenderURL()
           
 

Uses of IServiceInterfaceUrl in lumis.portal.serviceinterface
 

Methods in lumis.portal.serviceinterface that return IServiceInterfaceUrl
 IServiceInterfaceUrl IServiceInterfaceResponse.createActionURL()
           
 IServiceInterfaceUrl IServiceInterfaceRenderResponse.createActionURL()
           
 IServiceInterfaceUrl IServiceInterfaceResponse.createRenderURL()
           
 IServiceInterfaceUrl IServiceInterfaceRenderResponse.createRenderURL()
           
 

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)
           
 



Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.