Foundations Apex API Developer Reference

fferpcore.LinkingMessageToTargetObjectMarshaller

global interface LinkingMessageToTargetObjectMarshaller

Logic to apply message data to target objects.

Methods

prepare

void prepare(fferpcore.DataTarget dataTarget)

Prepare the given fferpcore.DataTarget for the marshaller. For example, ensuring data is available by invoking requireField.

Input Parameters

Name Type Description
dataTarget fferpcore.DataTarget The DataTarget to prepare.

applyMessages

void applyMessages(List<fferpcore.ApplyMessagesToTargetObjectRequest> requests)

Process the given requests by applying the messages to the target objects.

Input Parameters

Name Type Description
requests List<fferpcore.ApplyMessagesToTargetObjectRequest> The requests to process.
© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.