Foundations Object Model

VirtualDataObjectTargetMapping

global interface VirtualDataObjectTargetMapping extends SubscriptionMapping

A strategy to marshal data from a Record to a TargetObject.

This class extends SubscriptionMapping

Methods

performImmediateActions

void performImmediateActions(VirtualDataObjectMappingRequest request)

Applies information from a Record to a TargetObject. This is called before performBulkActions.

Input Parameters

Name Type Description
request VirtualDataObjectMappingRequest The request to be applied by this mapping.

prepareSource

void prepareSource(VirtualDataObject.PreparableSource preparableSource)

Prepare the given PreparableSource to provide the necessary data for the mapping.

Input Parameters

Name Type Description
preparableSource VirtualDataObject.PreparableSource The source to prepare.

performAfterCommitActions

void performAfterCommitActions(VirtualDataObjectMappingRequest request)

Perform the necessary actions after the work scope has been committed.

Input Parameters

Name Type Description
request VirtualDataObjectMappingRequest The request containing the source Record and target.
© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.