|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the super xml object that takes an xml document as input and
then creates and application record. The xml document can contain
the following IN ORDER:
1) One Customer record
2) Multiple (Co)Lessee records
3) Multiple Guarantor records
4) One Vendor record
5) One Broker record
6) One Application record
7) One Asset Delete record
8) Multiple Asset records
9) One Insurance record
10) Multiple UDF records
11) One Notebook record
Method Summary | |
java.lang.String |
createAppAsUserRetMsg(java.lang.String username,
java.lang.String pwd,
java.lang.String xmlDocument,
boolean addOnly)
Call this when you want to add or update using a specific user name. |
boolean |
createApplication(java.lang.String xmlDocument,
boolean addOnly)
Call this when you want to update or add using the API username and password. |
boolean |
createApplicationAsUser(java.lang.String username,
java.lang.String pwd,
java.lang.String xmlDocument,
boolean addOnly)
Call this when you want to add or update using a specific user name. |
java.lang.String |
createAppRetMsg(java.lang.String xmlDocument,
boolean addOnly)
Call this when you want to update or add using the API username and password. |
boolean |
deleteAssets(java.lang.String applicationNumber)
deprecated in v53a, use the createApp* functions and AFTER the APPLICATION_RECORD but before the ASSET_RECORD ( or by itself ) you can send: <ASSET_DELETE> <appNumber>application number</appNumber> </ASSET_DELETE> where application number is the number of the application you want to delete |
boolean |
deleteAssetsAsUser(java.lang.String username,
java.lang.String pwd,
java.lang.String applicationNumber)
deprecated in v53a, use the createApp* functions and AFTER the APPLICATION_RECORD but before the ASSET_RECORD ( or by itself ) you can send: <ASSET_DELETE> <appNumber>application number</appNumber> </ASSET_DELETE> where application number is the number of the application you want to delete |
java.lang.String |
getMessages()
This gets the message that occured during the transaction. |
Method Detail |
public java.lang.String createAppAsUserRetMsg(java.lang.String username, java.lang.String pwd, java.lang.String xmlDocument, boolean addOnly) throws java.rmi.RemoteException
username
- - usernamepwd
- - leasepak pretty passwordxmlDocument
- - super massive xml documentaddOnly
- - weather or not you only want to add this document or also allow updates
java.rmi.RemoteException
public java.lang.String createAppRetMsg(java.lang.String xmlDocument, boolean addOnly) throws java.rmi.RemoteException
xmlDocument
- - super massive xml documentaddOnly
- - weather or not you only want to add this document or also allow updates
java.rmi.RemoteException
public boolean createApplicationAsUser(java.lang.String username, java.lang.String pwd, java.lang.String xmlDocument, boolean addOnly) throws java.rmi.RemoteException
username
- - usernamepwd
- - leasepak pretty passwordxmlDocument
- - super massive xml documentaddOnly
- - weather or not you only want to add this document or also allow updates
java.rmi.RemoteException
public boolean createApplication(java.lang.String xmlDocument, boolean addOnly) throws java.rmi.RemoteException
xmlDocument
- - super massive xml documentaddOnly
- - weather or not you only want to add this document or also allow updates
java.rmi.RemoteException
public boolean deleteAssets(java.lang.String applicationNumber) throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean deleteAssetsAsUser(java.lang.String username, java.lang.String pwd, java.lang.String applicationNumber) throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getMessages() throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
© 2008 by NetSol Technologies, Inc.
All rights reserved.The information contained in this document is the property of NetSol Technologies, Inc. Use of the information contained herein is restricted. Conditions of use are subject to change without notice. NetSol Technologies, Inc. assumes no liability for any inaccuracy that may appear in this document; the contents of this document do not constitute a promise or warranty. The software described in this document is furnished under license and may be used or copied only in accordance with the terms of said license. Unauthorized use, alteration, or reproduction of this document without the written consent of NetSol Technologies, Inc. is prohibited.