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