fferpcore.VirtualDataObjectTargetMappingglobal interface VirtualDataObjectTargetMapping extends SubscriptionMapping A strategy to marshal data from a Record to a TargetObject. This class extends fferpcore.SubscriptionMapping Methods
performImmediateActionsvoid performImmediateActions(fferpcore.VirtualDataObjectMappingRequest request) Applies information from a Record to a TargetObject. This is called before performBulkActions. Input Parameters
prepareSourcevoid prepareSource(fferpcore.VirtualDataObject.PreparableSource preparableSource) Prepare the given PreparableSource to provide the necessary data for the mapping. Input Parameters
performAfterCommitActionsvoid performAfterCommitActions(fferpcore.VirtualDataObjectMappingRequest request) Perform the necessary actions after the work scope has been committed. Input Parameters
|