Class BusinessContextForCacheDataProvider
- java.lang.Object
-
- lumis.service.portalmanagement.serviceinterfaceinstance.BusinessContextForCacheDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class BusinessContextForCacheDataProvider extends Object implements IDataProvider<TabularSource<?>>
Retries the BusinessContext entries defined in the current channel.- contextKey
- Represents the properties that are present in the current active BusinessContext.
- contextDisplayName
- The display name for the property in contextKey.
- Since:
- 7.0.0
- Version:
- $Revision: 20297 $ $Date: 2017-06-23 17:02:29 -0300 (Fri, 23 Jun 2017) $
-
-
Field Summary
-
Fields inherited from interface lumis.doui.source.IDataProvider
INTERFACE_INSTANCE_PROPERTY_FIELDS, INTERFACE_INSTANCE_PROPERTY_FILTERS, INTERFACE_INSTANCE_PROPERTY_MAX_ROWS, INTERFACE_INSTANCE_PROPERTY_ORDER_BY, MAX_NUM_ORDER_BY_FIELDS
-
-
Constructor Summary
Constructors Constructor Description BusinessContextForCacheDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider<TabularSource<?>>
- Throws:
PortalException
-
-