Class AbstractServiceInstanceCustomPropertiesDataProvider
- java.lang.Object
-
- lumis.service.doui.customproperties.AbstractServiceInstanceCustomPropertiesDataProvider
-
- All Implemented Interfaces:
IDataProvider<Source<ISourceField>>
- Direct Known Subclasses:
ServiceInstanceCustomPropertiesDataProvider
public abstract class AbstractServiceInstanceCustomPropertiesDataProvider extends Object implements IDataProvider<Source<ISourceField>>
Abstract Data Provider for service instance properties.- Since:
- 8.2.0
- Version:
- $Revision: 18134 $ $Date: 2015-12-15 17:29:32 -0200 (Tue, 15 Dec 2015) $
-
-
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 AbstractServiceInstanceCustomPropertiesDataProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract String
getServiceInstanceId(Source<ISourceField> source)
Get the service instance identifier to get the property from.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
-
getServiceInstanceId
protected abstract String getServiceInstanceId(Source<ISourceField> source) throws PortalException
Get the service instance identifier to get the property from.- Returns:
- the service instance identifier
- Throws:
PortalException
- Since:
- 8.2.0
-
-