public class ClonePortletPostLoadProcessor extends Object implements IPostLoadProcessor
IPostLoadProcessor
implementation to post process
cloned portlets
.Constructor and Description |
---|
ClonePortletPostLoadProcessor() |
Modifier and Type | Method and Description |
---|---|
protected String |
getPortletCloneName(SessionConfig sessionConfig,
String originalName,
Source<?> source,
ITransaction transaction)
Returns the portlet clone processed name.
|
protected void |
processRow(SessionConfig sessionConfig,
ISourceData row,
Source<?> source,
ITransaction transaction)
Process a single row.
|
void |
processSource(SessionConfig sessionConfig,
Source source,
Node parametersNode,
ITransaction transaction) |
public void processSource(SessionConfig sessionConfig, Source source, Node parametersNode, ITransaction transaction) throws PortalException
processSource
in interface IPostLoadProcessor
PortalException
protected void processRow(SessionConfig sessionConfig, ISourceData row, Source<?> source, ITransaction transaction) throws PortalException
sessionConfig
- the session config.row
- the row to be processed.source
- the source.transaction
- the transaction.PortalException
protected String getPortletCloneName(SessionConfig sessionConfig, String originalName, Source<?> source, ITransaction transaction) throws PortalException
sessionConfig
- the session config.originalName
- the original name.source
- the source.transaction
- the transaction.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.