The method getAssetSummary extracts F5 Lease Summary → asset information for provided lease number. The method takes a lease number as an input and runs the stored-procedure to generate the XML record for a particular lease number. Only one lease record can be extracted at a time. This method checks that the lease number is a valid lease number and exists in LP database or not. For the valid lease number or existing lease number the method will process & generate the resulting XML data by running the cp_asset_sum-stored procedure. It also keeps on checking the input parameters that is blank or contains a valid input parameter (a lease number) to process and generate XML output. The response can be different if the stored procedure, cp_asset_sum, is modified by the client to adjust the F5 Lease Summary → asset summary results. For more details, see F5 Lease Summary.
public java.lang.String getAssetSummary(java.lang.String leaseNumber)
Throws:
java.rmi.RemoteException
Where:
leaseNumber - - A valid lease number.