fferpcore.DataTargetRoot2global interface DataTargetRoot2 extends DataTargetRoot fferpcore.DataTargetRoot2 supports the following additional features:
This class extends fferpcore.DataTargetRoot Methods
queryByKeySetWithExternalCorrelationTargetObjectMap queryByKeySetWithExternalCorrelation(Map<Object, Object> correlationKeysBySearchValue) Load records for the given search keys. The resulting fferpcore.TargetObjectMap returns records keyed on the external correlation ID. Only found records are returned. Input Parameters
Return ValueA TargetObjectMap that uses external correlation. queryByKeySetWithExternalCorrelationsTargetObjectMap queryByKeySetWithExternalCorrelations(Map<List<Object> , List<Object>> correlationKeysBySearchValues) Load records for the given search keys. The resulting fferpcore.TargetObjectMap returns records keyed on the external correlation ID. Only found records are returned. Input Parameters
Return ValueA TargetObjectMap that uses external correlation. |