Uses of Interface
lumis.portal.serviceinterface.IServiceInterfaceRequest
-
Packages that use IServiceInterfaceRequest Package Description lumis.content.core Provides the core content management operations.lumis.content.service 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.businesscontext.internal 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.util -
-
Uses of IServiceInterfaceRequest in lumis.content.core
Methods in lumis.content.core with parameters of type IServiceInterfaceRequest Modifier and Type Method Description 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.content.service
Methods in lumis.content.service with parameters of type IServiceInterfaceRequest Modifier and Type Method Description static String
DetailsUtil. getCurrentItemId(IServiceInterfaceRequest request)
Deprecated.Returns the itemId stored byDetailsUtil.setCurrentItemId(DouiContext)
. -
Uses of IServiceInterfaceRequest in lumis.doui
Methods in lumis.doui that return IServiceInterfaceRequest Modifier and Type Method Description IServiceInterfaceRequest
DouiContext. getRequest()
Constructors in lumis.doui with parameters of type IServiceInterfaceRequest Constructor Description DouiContext(IServiceInterfaceRequest request, IServiceInterfaceResponse response, ITransaction transaction)
-
Uses of IServiceInterfaceRequest in lumis.doui.service
Methods in lumis.doui.service with parameters of type IServiceInterfaceRequest Modifier and Type Method Description 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 Modifier and Type Interface Description interface
IMockServiceInterfaceActionRequest
Interface for aIServiceInterfaceActionRequest
mock object.interface
IMockServiceInterfaceRenderRequest
Interface for aIServiceInterfaceRenderRequest
mock object.interface
IMockServiceInterfaceRequest
Interface for aIServiceInterfaceRequest
mock object.Classes in lumis.lptf.portal.serviceinterface that implement IServiceInterfaceRequest Modifier and Type Class Description class
MockServiceInterfaceActionRequest
Implementation for IMockServiceInterfaceActionRequest interface.class
MockServiceInterfaceRenderRequest
Implementation for IMockServiceInterfaceRenderRequest interface. -
Uses of IServiceInterfaceRequest in lumis.portal
Methods in lumis.portal with parameters of type IServiceInterfaceRequest Modifier and Type Method Description static PortalRequestContext
PortalRequestContext. getPortalRequestContext(IServiceInterfaceRequest request)
Returns the Portal Request Context from a given request. -
Uses of IServiceInterfaceRequest in lumis.portal.businesscontext.internal
Methods in lumis.portal.businesscontext.internal with parameters of type IServiceInterfaceRequest Modifier and Type Method Description IBusinessContextSPI
BusinessContextManager. getBusinessContext(IServiceInterfaceRequest request)
IBusinessContextSPI
IBusinessContextManagerSPI. getBusinessContext(IServiceInterfaceRequest request)
Get a businessContext previously built. -
Uses of IServiceInterfaceRequest in lumis.portal.hyperlink
Constructors in lumis.portal.hyperlink with parameters of type IServiceInterfaceRequest Constructor Description HyperLinkConfig(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
Creates a newHyperLinkConfig
, 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 Modifier and Type Method Description static IPortalMode
PortalModeDiscoveryFilter. getPortalMode(IServiceInterfaceRequest request)
Returns current portal mode. -
Uses of IServiceInterfaceRequest in lumis.portal.servicecontainer
Classes in lumis.portal.servicecontainer that implement IServiceInterfaceRequest Modifier and Type Class Description class
ServiceContainerActionRequest
class
ServiceContainerRenderRequest
class
ServiceContainerRequest
AIServiceInterfaceRequest
implementation that is used by the service container.Methods in lumis.portal.servicecontainer with parameters of type IServiceInterfaceRequest Modifier and Type Method Description String
ServiceContainerUrl. getOpenScript(IServiceInterfaceRequest request, String controlContainerFormName, ITransaction transaction)
Deprecated.Returns the script for opening this URL based on the provided parameters.String
ServiceContainerUrl. getOpenScript(IServiceInterfaceRequest request, OpenRuntimeInterfaceBehavior behavior, String controlContainerFormName, ITransaction transaction)
Deprecated.Returns the script for opening this URL based on the provided parameters.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.Constructors in lumis.portal.servicecontainer with parameters of type IServiceInterfaceRequest Constructor Description ServiceContainerRequestVariableResolver(IServiceInterfaceRequest request)
Creates a new variable resolver based on the given request. -
Uses of IServiceInterfaceRequest in lumis.portal.serviceinterface
Subinterfaces of IServiceInterfaceRequest in lumis.portal.serviceinterface Modifier and Type Interface Description interface
IServiceInterfaceActionRequest
interface
IServiceInterfaceRenderRequest
interface
IServiceInterfaceRequestSPI
Interface that interfaces receive to get request information. -
Uses of IServiceInterfaceRequest in lumis.util
Methods in lumis.util with parameters of type IServiceInterfaceRequest Modifier and Type Method Description 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.
-