lumis.service.wsrp.consumer.doui
Class ClonePortletPostLoadProcessor
java.lang.Object
lumis.service.wsrp.consumer.doui.ClonePortletPostLoadProcessor
- All Implemented Interfaces:
- IPostLoadProcessor
public class ClonePortletPostLoadProcessor
- extends java.lang.Object
- implements IPostLoadProcessor
IPostLoadProcessor
implementation to post process
cloned portlets
.
- Since:
- 6.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClonePortletPostLoadProcessor
public ClonePortletPostLoadProcessor()
processSource
public void processSource(SessionConfig sessionConfig,
Source source,
org.w3c.dom.Node parametersNode,
ITransaction transaction)
throws PortalException
- Specified by:
processSource
in interface IPostLoadProcessor
- Throws:
PortalException
processRow
protected void processRow(SessionConfig sessionConfig,
ISourceData row,
Source<?> source,
ITransaction transaction)
throws PortalException
- Process a single row.
- Parameters:
sessionConfig
- the session config.row
- the row to be processed.source
- the source.transaction
- the transaction.
- Throws:
PortalException
- Since:
- 6.0.0
getPortletCloneName
protected java.lang.String getPortletCloneName(SessionConfig sessionConfig,
java.lang.String originalName,
Source<?> source,
ITransaction transaction)
throws PortalException
- Returns the portlet clone processed name.
- Parameters:
sessionConfig
- the session config.originalName
- the original name.source
- the source.transaction
- the transaction.
- Returns:
- the processed portlet clone's name.
- Throws:
PortalException
- Since:
- 6.0.0
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.