Class EditServiceInstanceServiceInstanceCustomPropertiesDataProvider
- java.lang.Object
-
- lumis.service.portalmanagement.serviceinstance.EditServiceInstanceServiceInstanceCustomPropertiesDataProvider
-
- All Implemented Interfaces:
IDataProvider<Source<ISourceField>>
public class EditServiceInstanceServiceInstanceCustomPropertiesDataProvider extends Object implements IDataProvider<Source<ISourceField>>
Data provider for retrieving the Custom properties of a Service Instance in the EditServiceInstance service.- Since:
- 7.0.0
- Version:
- $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
-
-
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 EditServiceInstanceServiceInstanceCustomPropertiesDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction)
-
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider<Source<ISourceField>>
- Throws:
PortalException
-
-