The method getLeasesForLessee extracts leases assigned same lessee. The method takes a lessee number as an input and XML record for that lessee. Only one lessee assigned leases can be extracted at a time only. The method processing first checks, that a lessee number is a valid lessee number and exists in LP database or not. For the valid lessee number or existing lessee number the method will process & generate the resulting data record in XML form. It also checks that the input parameters that is blank or contains any input parameter (a lessee number) to process and generate output XML.
public java.lang.String getLeasesForLessee(java.lang.String lesseeNumber)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
lesseeNumber - - A valid lessee number to extract leases tied to that lessee.