Method extractExtendedCodes allows a user to extract LeasePak extended codes information. The method extracts records of various units in LeasePak that are interrelated with each other in a parent-child relationship. These entities or unit includes PCRO, state or city or county, and manufacturer or model. The method calls LeasePak database to extract different extended codes of LeasePak including PCRO, state, city, county, manufacturer, and model. The method takes input XML file, validates the elements of the input XML, processes it, and generates extracted records XML as a method output. The method uses LeasePak database tables to process and validate input xml parameters depending on the input parameters.
public java.lang.String extractExtendedCodes(java.lang.String input)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
input - - A complete xml document to extract extended code.