Class ClusterConfigDataProvider
- java.lang.Object
-
- lumis.doui.source.AbstractObjectDataProvider<TabularSource,IClusterConfig>
-
- lumis.service.portalmanagement.cluster.ClusterConfigDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource>
public class ClusterConfigDataProvider extends AbstractObjectDataProvider<TabularSource,IClusterConfig>
Provides the cluster configuration data.- Since:
- 4.1.0
- Version:
- $Revision: 8618 $ $Date: 2007-12-18 11:34:20 -0200 (Tue, 18 Dec 2007) $
- See Also:
IClusterManager.getClusterConfig(ITransaction)
,IClusterConfig
-
-
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 ClusterConfigDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<IClusterConfig>
loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
Loads the objects.-
Methods inherited from class lumis.doui.source.AbstractObjectDataProvider
getTotalRows, loadData, readProperty
-
-
-
-
Method Detail
-
loadObjects
protected List<IClusterConfig> loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction) throws PortalException
Description copied from class:AbstractObjectDataProvider
Loads the objects. The properties of the objects returned will be used to populate the source's tabular data.- Specified by:
loadObjects
in classAbstractObjectDataProvider<TabularSource,IClusterConfig>
- Parameters:
sessionConfig
- the user session information.source
- the source that will be populated.transaction
- the transaction for persistence access.- Returns:
- a list of objects with the data to populate the source.
- Throws:
PortalException
-
-