Package lumis.service.group
Class PrefixRemovalPostLoadProcessor
- java.lang.Object
-
- lumis.service.group.PrefixRemovalPostLoadProcessor
-
- All Implemented Interfaces:
IPostLoadProcessor
public class PrefixRemovalPostLoadProcessor extends Object implements IPostLoadProcessor
Post load processor that removes the prefix from a principal shortId. In the source there must be a fieldchannelId
that references the channel whose prefix is to be removed. The parameternameFieldId
specifies the field that will be processed, removing the channel prefix from it.Example usage:
alias - Since:
- 5.0.0
- Version:
- $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $
-
-
Constructor Summary
Constructors Constructor Description PrefixRemovalPostLoadProcessor()
-
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
-
-