Class 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) $
    • Constructor Detail

      • PropertiesDataProvider

        public PropertiesDataProvider()
    • 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 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