ERP Apex API Developer Reference

fferpcore.CustomizableWithMappings

global interface CustomizableWithMappings

An object that can have multiple fferpcore.SubscriptionMapping added to it.

Methods

addMappings

AddMappingsResult addMappings(List<fferpcore.SubscriptionMapping> mappings)

Add the given mappings to the object.

Input Parameters

Name Type Description
mappings List<fferpcore.SubscriptionMapping> The list of SubscriptionMapping to add.

Return Value

A result object that states whether the addition was successful, and any associoated errors.

getMappings

List<SubscriptionMapping> getMappings()

Return Value

The multiple SubscriptionMapping that the object contains. This list should not be mutated by the caller.

© Copyright 2009–2018 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.