Package lumis.service.glossary
Class OrderGlossaryListPostLoadProcessor
- java.lang.Object
-
- lumis.service.glossary.OrderGlossaryListPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class OrderGlossaryListPostLoadProcessor extends Object implements IPostLoadProcessor
The post loader for fix order glossary by term. The character '#' is before from letter. But the character '^' is after. So the post load will put all terms that is not letter in the end.- Since:
- 12.0.0
- Version:
- $Revision: 23035 $ $Date: 2019-08-05 16:55:10 -0300 (Mon, 05 Aug 2019) $
-
-
Constructor Summary
Constructors Constructor Description OrderGlossaryListPostLoadProcessor()
-
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
-
-