retrieveExtension method allows a user to retrieve a particular lease extension record. The only required parameter to retrieve a lease extension record is a lease number. If lease extension record exist for a specified lease number than the method will return an XML document with its parameters from the largest extension found in the given lease number. If lease extension record does not exist than the method will default the existing lease record. The existing defaulted lease record acquisition cost can be used to add the addExtension record residual amount. This residual amount cannot be greater than the defaulted acquisition cost.
public java.lang.String retrieveExtension(java.lang.String leaseNumber)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
leaseNumber - - Lease number to extract or retrieve a lease extension record.