Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceUrl

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.lptf.portal.serviceinterface This package contains the mocks and the test base class useful to perform tests on service interfaces. 
lumis.portal.file   
lumis.portal.file.transformation Provides the file transformations. 
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.lptf.portal.serviceinterface
 

Methods in lumis.lptf.portal.serviceinterface that return IServiceInterfaceUrl
 IServiceInterfaceUrl MockServiceInterfaceRenderResponse.createActionURL()
           
 IServiceInterfaceUrl MockServiceInterfaceRenderResponse.createPortalURL()
           
 IServiceInterfaceUrl MockServiceInterfaceRenderResponse.createRenderURL()
           
 

Uses of IServiceInterfaceUrl in lumis.portal.file
 

Methods in lumis.portal.file that return IServiceInterfaceUrl
static IServiceInterfaceUrl FileDownloadControllerHtml.getFileDownloadUrl(String fileId, String transformationName, boolean inline)
          Returns the URL for downloading the file with the given id.
 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.file.transformation
 

Methods in lumis.portal.file.transformation that return IServiceInterfaceUrl
 IServiceInterfaceUrl IFileTransformationManagerSPI.getFileHref(SessionConfig sessionConfig, TransformedFileConfig transformedFileConfig, ITransaction transaction)
          Returns the href for linking to the given transformed file in a portal's page.
 IServiceInterfaceUrl FileTransformationManager.getFileHref(SessionConfig sessionConfig, TransformedFileConfig transformedFileConfig, 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.keepPagePreviousState(IServiceInterfaceUrl url, HyperLinkConfig hyperLinkConfig)
          Configures the URL object to keep the current page previous parameters.
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)
           
 



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.