Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceResponse

Packages that use IServiceInterfaceResponse
lumis.doui   
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.hyperlink Provides resolution from internal portal structure hyperlinks to the actual page URLs. 
lumis.portal.servicecontainer   
lumis.portal.serviceinterface   
lumis.util   
 

Uses of IServiceInterfaceResponse in lumis.doui
 

Methods in lumis.doui that return IServiceInterfaceResponse
 IServiceInterfaceResponse DouiContext.getResponse()
           
 

Constructors in lumis.doui with parameters of type IServiceInterfaceResponse
DouiContext(IServiceInterfaceRequest request, IServiceInterfaceResponse response, ITransaction transaction)
           
 

Uses of IServiceInterfaceResponse in lumis.doui.service
 

Methods in lumis.doui.service with parameters of type IServiceInterfaceResponse
protected  DouiContext DouiServiceInterface.getContext(IServiceInterfaceRequest request, IServiceInterfaceResponse response, ITransaction transaction)
          Instantiate DouiContext with the current request and response.
 

Uses of IServiceInterfaceResponse in lumis.lptf.portal.serviceinterface
 

Subinterfaces of IServiceInterfaceResponse in lumis.lptf.portal.serviceinterface
 interface IMockServiceInterfaceActionResponse
          Interface for a IServiceInterfaceActionResponse mock object.
 interface IMockServiceInterfaceRenderResponse
          Interface for a IServiceInterfaceRenderResponse mock object.
 interface IMockServiceInterfaceResponse
          Interface for a IServiceInterfaceResponse mock object.
 

Classes in lumis.lptf.portal.serviceinterface that implement IServiceInterfaceResponse
 class MockServiceInterfaceRenderResponse
          Implementation for IMockServiceInterfaceRenderResponse interface.
 

Uses of IServiceInterfaceResponse in lumis.portal.hyperlink
 

Constructors in lumis.portal.hyperlink with parameters of type IServiceInterfaceResponse
HyperLinkConfig(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
          Creates a new HyperLinkConfig, with some properties initialized based on a service interface's request/response.
 

Uses of IServiceInterfaceResponse in lumis.portal.servicecontainer
 

Classes in lumis.portal.servicecontainer that implement IServiceInterfaceResponse
 class ServiceContainerActionResponse
           
 class ServiceContainerRenderResponse
           
 class ServiceContainerResponse
           
 

Uses of IServiceInterfaceResponse in lumis.portal.serviceinterface
 

Subinterfaces of IServiceInterfaceResponse in lumis.portal.serviceinterface
 interface IServiceInterfaceActionResponse
           
 interface IServiceInterfaceRenderResponse
          Service interface response for a render action.
 

Uses of IServiceInterfaceResponse in lumis.util
 

Methods in lumis.util with parameters of type IServiceInterfaceResponse
static void CookieUtil.addLumisUserCookies(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
          Adds lumis user information cookies.
static void CookieUtil.deleteCookie(IServiceInterfaceRequest request, IServiceInterfaceResponse response, String name)
          Deletes the cookie if it exists in the request.
static void CookieUtil.deleteLumisStandardCookies(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
          Delete lumis standard cookies.
static void CookieUtil.deleteLumisUserCookies(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
          Delete lumis user information cookies.
static void CookieUtil.setCookie(IServiceInterfaceRequest request, IServiceInterfaceResponse response, String name, String value)
          Sets a cookie value.
 



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