Class InterfaceInstanceCustomPropertiesDataProvider
- java.lang.Object
-
- lumis.service.doui.customproperties.InterfaceInstanceCustomPropertiesDataProvider
-
- All Implemented Interfaces:
IDataProvider<Source<?>>
public class InterfaceInstanceCustomPropertiesDataProvider extends Object implements IDataProvider<Source<?>>
Data provider for interface instance custom properties- Since:
- 4.0.5
- Version:
- $Revision: 16300 $ $Date: 2014-06-26 17:11:33 -0300 (Thu, 26 Jun 2014) $
-
-
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 InterfaceInstanceCustomPropertiesDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
-
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider<Source<?>>
- Throws:
PortalException
-
-