Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceRequest

Packages that use IServiceInterfaceRequest
lumis.content.core Provides the core content management operations. 
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   
lumis.portal.hyperlink Provides resolution from internal portal structure hyperlinks to the actual page URLs. 
lumis.portal.presentation   
lumis.portal.servicecontainer   
lumis.portal.serviceinterface   
lumis.service.pagepersonalization   
lumis.util   
 

Uses of IServiceInterfaceRequest in lumis.content.core
 

Methods in lumis.content.core with parameters of type IServiceInterfaceRequest
static String ContentUtil.getOldItemIdParameter(IServiceInterfaceRequest request)
          Gets the itemId parameter for a request, trying to be most backward compatible with the 4.1 implementation logic.
 

Uses of IServiceInterfaceRequest in lumis.doui
 

Methods in lumis.doui that return IServiceInterfaceRequest
 IServiceInterfaceRequest DouiContext.getRequest()
           
 

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

Uses of IServiceInterfaceRequest in lumis.doui.service
 

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

Uses of IServiceInterfaceRequest in lumis.lptf.portal.serviceinterface
 

Subinterfaces of IServiceInterfaceRequest in lumis.lptf.portal.serviceinterface
 interface IMockServiceInterfaceActionRequest
          Interface for a IServiceInterfaceActionRequest mock object.
 interface IMockServiceInterfaceRenderRequest
          Interface for a IServiceInterfaceRenderRequest mock object.
 interface IMockServiceInterfaceRequest
          Interface for a IServiceInterfaceRequest mock object.
 

Classes in lumis.lptf.portal.serviceinterface that implement IServiceInterfaceRequest
 class MockServiceInterfaceRenderRequest
          Implementation for IMockServiceInterfaceRenderRequest interface.
 

Uses of IServiceInterfaceRequest in lumis.portal
 

Methods in lumis.portal with parameters of type IServiceInterfaceRequest
static PortalRequestContext PortalRequestContext.getPortalRequestContext(IServiceInterfaceRequest request)
          Returns the Portal Request Context from a given request.
 

Uses of IServiceInterfaceRequest in lumis.portal.hyperlink
 

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

Uses of IServiceInterfaceRequest in lumis.portal.presentation
 

Methods in lumis.portal.presentation with parameters of type IServiceInterfaceRequest
static IPortalMode PortalModeDiscoveryFilter.getPortalMode(IServiceInterfaceRequest request)
          Returns previously calculated portal mode.
 

Uses of IServiceInterfaceRequest in lumis.portal.servicecontainer
 

Classes in lumis.portal.servicecontainer that implement IServiceInterfaceRequest
 class ServiceContainerActionRequest
           
 class ServiceContainerRenderRequest
           
 class ServiceContainerRequest
          A IServiceInterfaceRequest implementation that is used by the service container.
 

Methods in lumis.portal.servicecontainer with parameters of type IServiceInterfaceRequest
 void ServiceContainerUrl.setDestinationIds(IServiceInterfaceRequest request)
          Deprecated. Sets the destination page, channel, runtime service interface and runtime service instance Ids.
 void ServiceContainerUrl.setPreviousParametersStorageId(IServiceInterfaceRequest request)
          Deprecated. Sets the previous parameters storage id with the value taken from the given request.
 

Uses of IServiceInterfaceRequest in lumis.portal.serviceinterface
 

Subinterfaces of IServiceInterfaceRequest in lumis.portal.serviceinterface
 interface IServiceInterfaceActionRequest
           
 interface IServiceInterfaceRenderRequest
           
 

Uses of IServiceInterfaceRequest in lumis.service.pagepersonalization
 

Methods in lumis.service.pagepersonalization with parameters of type IServiceInterfaceRequest
static String[] PagePersonalizationUtil.getDefaultWidgets(SessionConfig sessionConfig, String serviceInterfaceInstanceId, IServiceInterfaceRequest request, ITransaction transaction)
           
static boolean PagePersonalizationUtil.inEditMode(IServiceInterfaceRequest request)
           
 

Uses of IServiceInterfaceRequest in lumis.util
 

Methods in lumis.util with parameters of type IServiceInterfaceRequest
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 String CookieUtil.getCookie(IServiceInterfaceRequest request, String name)
          Given a cookie name, the cookie value if exists in the request object is returned.
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.