Foundations Apex API Developer Reference

fferpcore.NamedTransformMapping

global with sharing class NamedTransformMapping implements TransformMapping

A transparent mapping that wraps an alternate fferpcore.TransformMapping instance in order to display a custom mapping name on the FDN Mappings component.

This class implements the following interfaces:

Methods

NamedTransformMapping

global NamedTransformMapping(String name, fferpcore.TransformMapping mapping)

Create a NamedTransformMapping.

Input Parameters

Name Type Description
name String The custom name for the mapping.
mapping fferpcore.TransformMapping An alternate mapping instance that provides the mapping behaviour.

getName

global String getName()

Return Value

The custom name for the mapping.

getMapping

global fferpcore.TransformMapping getMapping()

Return Value

The alternate mapping instance that provides the mapping behaviour.

© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.