Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceRequest

Packages that use IServiceInterfaceRequest
lumis.doui   
lumis.doui.service   
lumis.portal.servicecontainer   
lumis.portal.serviceinterface   
lumis.util   
 

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
 

Fields in lumis.doui.service declared as IServiceInterfaceRequest
protected  IServiceInterfaceRequest DouiServiceInterface.request
           
 

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

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.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  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.