msi.web.client
Class LPAppInsurance

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

public class LPAppInsurance
extends msi.web.client.LPAppInsuranceGen

This is the Demographics / Insurance object class. This class is used updates to the rdm/rdmi tables aka the ddm map.

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
LPAppInsurance()
           
 
Method Summary
 java.lang.String addAppInsurance()
           
 java.lang.String editAppInsurance(java.lang.String appLeaseNumber)
           
 java.lang.String getXMLAppInsuranceDoc(java.lang.String appNo)
           
 int processAppInsurance(boolean onlyDoAdd)
          This create or edits application insurance records in a given xml document.
 java.lang.String updateAppInsurance()
           
 
Methods inherited from class msi.web.client.LPAppInsuranceGen
getAgentAddress1, getAgentAddress2, getAgentCity, getAgentContactName, getAgentContactTitle, getAgentName, getAgentState, getAgentZipCode, getAppLeaseNumber, getChecksum, getCreditApprovalOfficer, getCustomString1, getDocumentApprovalOfficer, getEntityFilingCode, getFinalCreditScore, getFundingApprovalOfficer, getInsuranceAgentPhoneNum, getInsuranceCarrierCode, getInsuranceCarrierName, getInsuranceCoverageType, getInsuranceExpDate, getInsurancePolicyEffDate, getInsuranceStatus, getInsuranceType, getInterestBearingSecDeposit, getLossPayee, getPayeeLossAmount, getPolicyNumber, getPrelimCreditScore, getRecordType, resetStorage, setAgentAddress1, setAgentAddress2, setAgentCity, setAgentContactName, setAgentContactTitle, setAgentName, setAgentState, setAgentZipCode, setAppLeaseNumber, setChecksum, setCreditApprovalOfficer, setCustomString1, setDocumentApprovalOfficer, setEntityFilingCode, setFinalCreditScore, setFundingApprovalOfficer, setInsuranceAgentPhoneNum, setInsuranceCarrierCode, setInsuranceCarrierName, setInsuranceCoverageType, setInsuranceExpDate, setInsurancePolicyEffDate, setInsuranceStatus, setInsuranceType, setInterestBearingSecDeposit, setLossPayee, setPayeeLossAmount, setPolicyNumber, setPrelimCreditScore, setRecordType, 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

LPAppInsurance

public LPAppInsurance()
Method Detail

addAppInsurance

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

updateAppInsurance

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

editAppInsurance

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

getXMLAppInsuranceDoc

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

processAppInsurance

public int processAppInsurance(boolean onlyDoAdd)
                        throws java.rmi.RemoteException
This create or edits application insurance 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.