fferpcore.LinkingMessageToObjectMarshallerglobal interface LinkingMessageToObjectMarshaller Methods
getAdditionalSelectionsSet<String> getAdditionalSelections() This method returns the set of additional field selections needed by the applyMessages code. This method must be implemented by a class which implements fferpcore.LinkingMessageToObjectMarshaller Return ValueReturns a set of strings objects. Sample Code
applyMessagesvoid applyMessages(List<fferpcore.ApplyMessagesToObjectRequest> requests) Attempt to apply the given messages to each object. The objects may be new or existing depending on correlation Id. Only respond to the messages if there is an error. Call preventSave() to prevent a save attempt. The system will respond Sample Code
|