Method retrieveSchedule
retrieves automatic payment interval schedule record for an application or a lease. If the application or a lease number is invalid, the method returns an error message. If provided lease number does not have a pap setup and no record exist for lease than the method will fetch the automatic payment interval schedule record from application.
public String retrieveSchedule(String appLseNumber)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
appLseNumber - - Application or a lease number to fetch payment interval schedule record.