Package lumis.service.privacyterm.doui
Class PrivacyTermSourcePostLoadProcessor
- java.lang.Object
-
- lumis.service.privacyterm.doui.PrivacyTermSourcePostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class PrivacyTermSourcePostLoadProcessor extends Object implements IPostLoadProcessor
Post load for the privacy term source, this will populate the entry with the additional data needed for this service properly work.- Since:
- 12.3.0
- Version:
- $Revision: 23745 $ $Date: 2020-04-07 20:09:15 -0300 (Tue, 07 Apr 2020) $
-
-
Constructor Summary
Constructors Constructor Description PrivacyTermSourcePostLoadProcessor()
-
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
-
-