Understanding Sun Master Index Processing

lookupPotentialDuplicates

Description

This method returns an array of potential duplicate result records based on the criteria contained in the potential duplicate search object.

Syntax


PotentialDuplicateResult[] lookupPotentialDuplicates(PotentialDuplicateSearchObjectBean pdsoBean)

Parameters

Name 

Type 

Description 

pdsoBean 

PotentialDuplicateSearchObjectBean 

An object containing the criteria for a potential duplicate search. 

Returns

An array of PotentialDuplicateResult objects representing the matches to a potential duplicate search.

Throws