The method retrieve extracts an existing guarantor record for a particular guarantor number. The method takes guarantor number as an input to request retrieve a guarantor record information. On validating a guarantor number the method returns respective guarantor information in XML format. This method works same as U0217 Guarantor interactive works today to retrieve an existing guarantor record.
public String retrieve (String guarantorNumber)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
guarantorNumber - - Guarantor number to retrieve a guarantor record.