Package lumis.service.wsrp.consumer.doui
Class PropertiesDataProvider
- java.lang.Object
-
- lumis.service.wsrp.consumer.doui.MapDataProvider
-
- lumis.service.wsrp.consumer.doui.PropertiesDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class PropertiesDataProvider extends MapDataProvider
Data provider for cloned portlets properties.- Since:
- 6.0.0
- Version:
- $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
-
-
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 PropertiesDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<?,?>
obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Provides the Map data for each specific implementation-
Methods inherited from class lumis.service.wsrp.consumer.doui.MapDataProvider
buildTabularData, loadData
-
-
-
-
Method Detail
-
obtainMapData
protected Map<?,?> obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction) throws PortalException
Description copied from class:MapDataProvider
Provides the Map data for each specific implementation- Specified by:
obtainMapData
in classMapDataProvider
- Parameters:
sessionConfig
- an instance of SessionConfigsource
- an instance of TabularSourcetransaction
- the current transaction- Returns:
- an instance of Map with the data to be filled in TabularData
- Throws:
PortalException
- whenever an error occur
-
-