Class PortalInformationDataProvider
- java.lang.Object
-
- lumis.service.portalmanagement.systeminfo.MapDataProvider
-
- lumis.service.portalmanagement.systeminfo.PortalInformationDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class PortalInformationDataProvider extends MapDataProvider
Obtain portal information- Since:
- 5.6.0
- Version:
- $Revision: 11804 $ $Date: 2010-07-29 10:06:21 -0300 (Thu, 29 Jul 2010) $
-
-
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 PortalInformationDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<String,String>
obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Provides the Map data for each specific implementation-
Methods inherited from class lumis.service.portalmanagement.systeminfo.MapDataProvider
buildTabularData, loadData
-
-
-
-
Method Detail
-
obtainMapData
protected Map<String,String> 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
-
-