msi.web.client
Class LPReference

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bymsi.web.client.DataStore
          extended bymsi.web.client.LPReferenceGen
              extended bymsi.web.client.LPReference
All Implemented Interfaces:
java.io.Serializable

public class LPReference
extends msi.web.client.LPReferenceGen

This is the client object class. This class is used for all client updates.

Author:
Joseph Acosta
See Also:
Serialized Form

Field Summary
 
Fields inherited from class msi.web.client.DataStore
DATASTORE_ADD, DATASTORE_ADD_CLONE, DATASTORE_CLONE, DATASTORE_FETCH, DATASTORE_RESET, DATASTORE_SEARCH, DATASTORE_SUBMIT, DATASTORE_UNKNOWN, DATASTORE_UPDATE, ERROR_MESSAGE, INFO_MESSAGE, PROCESSING_COMPLETED
 
Constructor Summary
LPReference()
           
 
Method Summary
 java.lang.String addReference()
           
 java.lang.String editReference(java.lang.String referenceNumber)
           
 java.lang.String getXMLReferenceDoc(java.lang.String appNo)
           
 void init(java.lang.Object request)
          call this first.
 int processReference(boolean onlyDoAdd)
          This create or edits asset records in a given xml document.
 void resetReference()
           
 java.lang.String updateReference()
           
 
Methods inherited from class msi.web.client.LPReferenceGen
getAccountOpenedDate, getAccountStatus, getAccountType, getAverageBalance, getDrfChecksum, getHighestBalance, getInGoodStanding, getInGoodStandingSinceYear, getLoanTermMonths, getLowestBalance, getOutstandingBalance, getProfession, getReferenceAddress1, getReferenceAddress2, getReferenceBankAcctNum, getReferenceCity, getReferenceCode, getReferenceContactName, getReferenceContactTitle, getReferenceName, getReferenceNumber, getReferencePhoneNumber, getReferenceState, getReferenceStatus, getReferenceZipCode, getRegardingClientNumber, getSecured, getYearsDoingBusiness, resetStorage, setAccountOpenedDate, setAccountStatus, setAccountType, setAverageBalance, setDrfChecksum, setHighestBalance, setInGoodStanding, setInGoodStandingSinceYear, setLoanTermMonths, setLowestBalance, setOutstandingBalance, setProfession, setReferenceAddress1, setReferenceAddress2, setReferenceBankAcctNum, setReferenceCity, setReferenceCode, setReferenceContactName, setReferenceContactTitle, setReferenceName, setReferenceNumber, setReferencePhoneNumber, setReferenceState, setReferenceStatus, setReferenceZipCode, setRegardingClientNumber, setSecured, setYearsDoingBusiness, toHashMap, toXMLDocument, toXMLFragment
 
Methods inherited from class msi.web.client.DataStore
addPropertyChangeListener, apiInitXMLParser, buildErrorMessage, buildXmlMsg, deleteFieldValue, dsConnect, dsConnect, dsConnectAsUser, dsConnectUseINI, dsConnectWithINI, dsDisconnect, dsProcessRequest, dsProcessSearchRequest, dsSetDebugMode, getAll, getCompany, getCurrentData, getErrorMessage, getFieldValue, getFormAction, getInfoMessage, getLPCodes, getModulenumber, getMpd_Build_sequence, getOffice, getPortfolio, getRegion, getResultData, getStateCodes, getWarnMessage, getXML_Build_sequence, hashtableToXml, initLabels, processFormActionType, putAll, removePropertyChangeListener, resetDataStore, selfToXML, setCompany, setCurrentData, setDefaultPCRO, setField, setFormAction, setFormActionAdd, setFormActionClone, setFormActionFetch, setFormActionReset, setFormActionSearch, setFormActionUpdate, setLocale, setModulenumber, setOffice, setPortfolio, setRegion
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LPReference

public LPReference()
Method Detail

resetReference

public void resetReference()

init

public void init(java.lang.Object request)
call this first.


addReference

public java.lang.String addReference()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

editReference

public java.lang.String editReference(java.lang.String referenceNumber)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateReference

public java.lang.String updateReference()
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getXMLReferenceDoc

public java.lang.String getXMLReferenceDoc(java.lang.String appNo)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

processReference

public int processReference(boolean onlyDoAdd)
                     throws java.rmi.RemoteException
This create or edits asset records in a given xml document. Call this when you want to update a single application or multiple applications at a time.

Parameters:
onlyDoAdd - - boolean, if set to true then only new records will be added if set to false then updates will also be done
Returns:
int 0, means error, 1 means info, 2 is done, see DataStore documentation.
Throws:
throws - java.rmi.RemoteException on error, which is just a rethrow of the Exception.
java.rmi.RemoteException


© 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.