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 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static String |
DetailsUtil.getCurrentItemId(IServiceInterfaceRequest request)
Deprecated.
Returns the itemId stored by
DetailsUtil.setCurrentItemId(DouiContext) . |
Modifier and Type | Method and Description |
---|---|
IServiceInterfaceRequest |
DouiContext.getRequest() |
Constructor and Description |
---|
DouiContext(IServiceInterfaceRequest request,
IServiceInterfaceResponse response,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
protected DouiContext |
DouiServiceInterface.getContext(IServiceInterfaceRequest request,
IServiceInterfaceResponse response,
ITransaction transaction)
Instantiate DouiContext with the current request and response.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMockServiceInterfaceActionRequest
Interface for a
IServiceInterfaceActionRequest mock object. |
interface |
IMockServiceInterfaceRenderRequest
Interface for a
IServiceInterfaceRenderRequest mock object. |
interface |
IMockServiceInterfaceRequest
Interface for a
IServiceInterfaceRequest mock object. |
Modifier and Type | Class and Description |
---|---|
class |
MockServiceInterfaceActionRequest
Implementation for IMockServiceInterfaceActionRequest interface.
|
class |
MockServiceInterfaceRenderRequest
Implementation for IMockServiceInterfaceRenderRequest interface.
|
Modifier and Type | Method and Description |
---|---|
static PortalRequestContext |
PortalRequestContext.getPortalRequestContext(IServiceInterfaceRequest request)
Returns the Portal Request Context from a given request.
|
Modifier and Type | Method and Description |
---|---|
IBusinessContextSPI |
BusinessContextManager.getBusinessContext(IServiceInterfaceRequest request) |
IBusinessContextSPI |
IBusinessContextManagerSPI.getBusinessContext(IServiceInterfaceRequest request)
Get a businessContext previously built.
|
Constructor and Description |
---|
HyperLinkConfig(IServiceInterfaceRequest request,
IServiceInterfaceResponse response)
Creates a new
HyperLinkConfig , with some properties
initialized based on a service interface's request/response. |
Modifier and Type | Method and Description |
---|---|
static IPortalMode |
PortalModeDiscoveryFilter.getPortalMode(IServiceInterfaceRequest request)
Returns current portal mode.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceContainerActionRequest |
class |
ServiceContainerRenderRequest |
class |
ServiceContainerRequest
A
IServiceInterfaceRequest implementation that is used by the service container. |
Modifier and Type | Method and Description |
---|---|
String |
ServiceContainerUrl.getOpenScript(IServiceInterfaceRequest request,
OpenRuntimeInterfaceBehavior behavior,
String controlContainerFormName,
ITransaction transaction)
Deprecated.
Returns the script for opening this URL based on the provided parameters.
|
String |
ServiceContainerUrl.getOpenScript(IServiceInterfaceRequest request,
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.
|
Constructor and Description |
---|
ServiceContainerRequestVariableResolver(IServiceInterfaceRequest request)
Creates a new variable resolver based on the given request.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IServiceInterfaceActionRequest |
interface |
IServiceInterfaceRenderRequest |
interface |
IServiceInterfaceRequestSPI
Interface that interfaces receive to get request information.
|
Modifier and Type | Method and 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.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.