Class InstancesByServiceDataProvider
- java.lang.Object
-
- lumis.service.pagepersonalization.doui.dataprovider.InstancesByServiceDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<ITabularSourceField>>
public class InstancesByServiceDataProvider extends Object implements IDataProvider<TabularSource<ITabularSourceField>>
IDataProvider
that reads all instances of a specific service. The field of this source are:
-
serviceInstanceId
: id of the instance. -
serviceId
: id of the service. -
serviceInstanceName
: name of the instance.
- Since:
- 6.0.0
- Version:
- $Revision: 24183 $ $Date: 2020-10-15 15:37:59 -0300 (Thu, 15 Oct 2020) $
-
-
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 InstancesByServiceDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider<TabularSource<ITabularSourceField>>
- Throws:
PortalException
-
-