Class ThemeInheritedPostLoadProcessor
- java.lang.Object
-
- lumis.service.portalmanagement.theme.ThemeInheritedPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class ThemeInheritedPostLoadProcessor extends Object implements IPostLoadProcessor
IPostLoadProcessor
to fill a source column indicating whether the theme is inherited or not.- Since:
- 7.0.0
- Version:
- $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
-
-
Constructor Summary
Constructors Constructor Description ThemeInheritedPostLoadProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-