lumis.service.portalmanagement.systeminfo
Class PortalInformationDataProvider

Package class diagram package PortalInformationDataProvider
java.lang.Object
  extended by lumis.service.portalmanagement.systeminfo.MapDataProvider
      extended by lumis.service.portalmanagement.systeminfo.PortalInformationDataProvider
All Implemented Interfaces:
IDataProvider<TabularSource<?>>

public class PortalInformationDataProvider
extends MapDataProvider

Obtain portal information

Since:
5.6.0

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
PortalInformationDataProvider()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalInformationDataProvider

public PortalInformationDataProvider()
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 class MapDataProvider
Parameters:
sessionConfig - an instance of SessionConfig
source - an instance of TabularSource
transaction - the current transaction
Returns:
an instance of Map with the data to be filled in TabularData
Throws:
PortalException - whenever an error occur


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.