Package lumis.service.wsrp.consumer.doui
Class ClonedPortletUsePostLoadProcessor
- java.lang.Object
-
- lumis.service.wsrp.consumer.doui.ClonedPortletUsePostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ClonedPortletUsePostLoadProcessor extends Object implements IPostLoadProcessor
IPostLoadProcessor
implementation to translate service interface instance identification to a human readable form (with service interface instance's display name and page path).- Since:
- 6.0.0
- Version:
- $Revision: 17606 $ $Date: 2015-07-24 10:56:40 -0300 (Fri, 24 Jul 2015) $
-
-
Constructor Summary
Constructors Constructor Description ClonedPortletUsePostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getFormat(Node parametersNode)
Returns the format to be parsed.protected void
processRow(ISourceData row, String format, Source<?> source, SessionConfig sessionConfig, ITransaction transaction)
Process a single row.void
processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction)
-
-
-
Method Detail
-
processSource
public void processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction) throws PortalException
- Specified by:
processSource
in interfaceIPostLoadProcessor
- Throws:
PortalException
-
getFormat
protected String getFormat(Node parametersNode) throws PortalException
Returns the format to be parsed.- Parameters:
parametersNode
- the parameters node.- Returns:
- the format to be used.
- Throws:
PortalException
- Since:
- 6.0.0
-
processRow
protected void processRow(ISourceData row, String format, Source<?> source, SessionConfig sessionConfig, ITransaction transaction) throws PortalException
Process a single row.- Parameters:
row
- the row to be processed.format
- the format to be used.source
- the source.sessionConfig
- the session config.transaction
- the transaction.- Throws:
PortalException
- Since:
- 6.0.0
-
-