fferpcore.LinkingMessageToTargetObjectMarshallerglobal interface LinkingMessageToTargetObjectMarshaller Logic to apply message data to target objects. Methods
preparevoid prepare(fferpcore.DataTarget dataTarget) Prepare the given fferpcore.DataTarget for the marshaller. For example, ensuring data is available by invoking requireField. Input Parameters
applyMessagesvoid applyMessages(List<fferpcore.ApplyMessagesToTargetObjectRequest> requests) Process the given requests by applying the messages to the target objects. Input Parameters
|