Class 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 field channelId that references the channel whose prefix is to be removed. The parameter nameFieldId specifies the field that will be processed, removing the channel prefix from it.

    Example usage:

    <postLoadProcessor className="lumis.service.group.PrefixRemovalPostLoadProcessor"> <parameters> <parameter name="nameFieldId">alias</parameter> </parameters> </postLoadProcessor>
    Since:
    5.0.0
    Version:
    $Revision: 10825 $ $Date: 2009-08-04 12:36:40 -0300 (Tue, 04 Aug 2009) $