Package lumis.service.content.wizard
Class SourceResumeDataProvider
- java.lang.Object
-
- lumis.service.content.wizard.SourceResumeDataProvider
-
- All Implemented Interfaces:
IDataProvider<TabularSource<?>>
public class SourceResumeDataProvider extends Object implements IDataProvider<TabularSource<?>>
Returns information of first source of service came from serviceId request parameter.- Since:
- 12.0.0
- Version:
- $Revision: 23035 $ $Date: 2019-08-05 16:55:10 -0300 (Mon, 05 Aug 2019) $
-
-
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 SourceResumeDataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FieldResume>
getFields(Node sourceDefinitionNode, ServiceConfig serviceConfig)
Returns all fields from source node XML.void
loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
-
-
Method Detail
-
loadData
public void loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction) throws PortalException
- Specified by:
loadData
in interfaceIDataProvider<TabularSource<?>>
- Throws:
PortalException
-
getFields
public List<FieldResume> getFields(Node sourceDefinitionNode, ServiceConfig serviceConfig) throws PortalException
Returns all fields from source node XML.- Parameters:
sourceDefinitionNode
- the source node XML.serviceConfig
- the serviceConfig.- Returns:
- the list of fields.
- Throws:
PortalException
- Since:
- 12.0.0
-
-