|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
msi.web.client.MsiAppOriginator
public class MsiAppOriginator
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
Constructor Summary | |
---|---|
MsiAppOriginator()
|
Method Summary | |
---|---|
java.lang.String |
batchApplication(java.lang.String applicationNumber,
boolean pendingAssetsOnly,
boolean disburseChecks)
|
void |
characters(char[] ch,
int start,
int length)
|
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)
|
boolean |
deleteAssetsAsUser(java.lang.String username,
java.lang.String pwd,
java.lang.String applicationNumber)
|
void |
endDocument()
|
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName)
|
java.lang.String |
getMessages()
This gets the message that occured during the transaction. |
java.lang.String |
getMessages(java.lang.String xsltFileName)
This returns the messages in a proper XML with each message divided into <RECORD>, <KEY> and <MESSAGE> subelements. |
void |
startDocument()
|
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
|
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
---|
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MsiAppOriginator()
Method Detail |
---|
public void startDocument() throws org.xml.sax.SAXException
startDocument
in interface org.xml.sax.ContentHandler
startDocument
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public void endDocument() throws org.xml.sax.SAXException
endDocument
in interface org.xml.sax.ContentHandler
endDocument
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public void endElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName) throws org.xml.sax.SAXException
endElement
in interface org.xml.sax.ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
public void characters(char[] ch, int start, int length) throws org.xml.sax.SAXException
characters
in interface org.xml.sax.ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
org.xml.sax.SAXException
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 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 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 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 getMessages() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getMessages(java.lang.String xsltFileName) throws java.rmi.RemoteException
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 batchApplication(java.lang.String applicationNumber, boolean pendingAssetsOnly, boolean disburseChecks) throws java.rmi.RemoteException
applicationNumber
- pendingAssetsOnly
- disburseChecks
-
java.lang.Exception
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
© 2009 by McCue Systems Incorporated.
All rights reserved.The information contained in this document is the property of McCue Systems, Inc. Use of the information contained herein is restricted. Conditions of use are subject to change without notice. McCue Systems, 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 McCue Systems, Inc. is prohibited.