msi.web.client
Interface LPClientInterface

All Superinterfaces:
msi.web.client.LPClientGenIface, java.rmi.Remote
All Known Implementing Classes:
LPClient

public interface LPClientInterface
extends msi.web.client.LPClientGenIface


Method Summary
 java.lang.String addBroker()
           
 java.lang.String addCoLessee()
           
 java.lang.String addCustomer()
           
 java.lang.String addGuarantor()
           
 java.lang.String addLessee()
          these automatically process the request when called.
 java.lang.String addUDC()
           
 java.lang.String addVendor()
           
 java.lang.String editBroker(java.lang.String clientNumber)
           
 java.lang.String editCoLessee(java.lang.String clientNumber)
           
 java.lang.String editCustomer(java.lang.String clientNumber)
           
 java.lang.String editGuarantor(java.lang.String clientNumber)
           
 java.lang.String editLessee(java.lang.String clientNumber)
           
 java.lang.String editUDC(java.lang.String clientNumber, java.lang.String clientRelation)
           
 java.lang.String editVendor(java.lang.String clientNumber)
           
 java.lang.String getXMLBrokerDoc(java.lang.String clientNo)
           
 java.lang.String getXMLCustomerDoc(java.lang.String clientNo)
           
 java.lang.String getXMLGuarantorDoc(java.lang.String clientNo)
           
 java.lang.String getXMLLesseeDoc(java.lang.String clientNo)
           
 java.lang.String getXMLUDCDoc(java.lang.String clientNo, java.lang.String clientRelation)
           
 java.lang.String getXMLVendorDoc(java.lang.String clientNo)
           
 int processBroker(boolean onlyDoAdd)
           
 int processCustomer(boolean onlyDoAdd)
           
 int processGuarantor(boolean onlyDoAdd)
           
 int processLessee(boolean onlyDoAdd)
           
 int processUDC(boolean onlyDoAdd)
           
 int processVendor(boolean onlyDoAdd)
           
 void setDefaultPCRO(java.lang.String port, java.lang.String comp, java.lang.String region, java.lang.String office)
           
 java.lang.String updateBroker()
           
 java.lang.String updateCoLessee()
           
 java.lang.String updateCustomer()
           
 java.lang.String updateGuarantor()
           
 java.lang.String updateLessee()
           
 java.lang.String updateUDC()
           
 java.lang.String updateVendor()
           
 
Methods inherited from interface msi.web.client.LPClientGenIface
apiInitXMLParser, dsConnect, dsDisconnect, dsSetDebugMode, getActivityStatus, getAdditionalIncomeSource, getAddress1, getAddress2, getAge, getBillingAddress1, getBillingAddress2, getBillingCity, getBillingName, getBillingState, getBillingZipCode, getBirthDate, getBusEstablishedDate, getBusIncorpState, getBusinessDescription, getBusinessType, getBusPhone, getBusPhoneType, getCity, getClientNumber, getClientRelation, getClientRelChecksum, getCollectionStatus, getCollectionTeam, getCompany, getContactName, getContactName1, getContactName2, getContactTitle, getContactTitle1, getContactTitle2, getContractState, getCurrentOwnerDate, getCustomerNumber, getDatePrenotificationSentOn, getDbaName, getDcxChecksum, getDcxDBANameCheckSum, getEmailAddress, getErrorMessage, getFinStatementDate, getGuarantorTitle, getHomePhone, getHomePhoneType, getIncorporatedDate, getInfoMessage, getLastPhoneUsed, getLetterVersionCode, getMaritalStatus, getName, getNoDependents, getOffice, getOtherAddress1, getOtherAddress2, getOtherBusPhone, getOtherCity, getOtherHomePhone, getOtherID, getOtherName, getOtherNote1, getOtherNote2, getOtherState, getOtherZipCode, getPapAccount, getPapAcctType, getPapAchType, getPapInstID, getParentCustomer, getPhoneNumber, getPortfolio, getPrenoteSent, getPrenotificationSentYN, getRateplanGroup, getRecourseType, getRegion, getRemittanceAddress, getRemittanceAddress2, getRemittanceCity, getRemittanceName, getRemittanceState, getRemittanceZipCode, getResidenceType, getSalutation, getShortname, getSicCode, getSignerName, getSignerTitle, getSsnBusinessID, getState, getTaxExemptNumber, getTypeBusPhone, getTypeHomePhone, getUseTaxExemptCode, getVendorParticipationCode, getVendorType, getZipCode, resetDataStore, setActivityStatus, setAdditionalIncomeSource, setAddress1, setAddress2, setAge, setBillingAddress1, setBillingAddress2, setBillingCity, setBillingName, setBillingState, setBillingZipCode, setBirthDate, setBusEstablishedDate, setBusIncorpState, setBusinessDescription, setBusinessType, setBusPhone, setBusPhoneType, setCity, setClientNumber, setClientRelation, setClientRelChecksum, setCollectionStatus, setCollectionTeam, setCompany, setContactName, setContactName1, setContactName2, setContactTitle, setContactTitle1, setContactTitle2, setContractState, setCurrentOwnerDate, setCustomerNumber, setDatePrenotificationSentOn, setDbaName, setDcxChecksum, setDcxDBANameCheckSum, setEmailAddress, setFinStatementDate, setGuarantorTitle, setHomePhone, setHomePhoneType, setIncorporatedDate, setLastPhoneUsed, setLetterVersionCode, setMaritalStatus, setName, setNoDependents, setOffice, setOtherAddress1, setOtherAddress2, setOtherBusPhone, setOtherCity, setOtherHomePhone, setOtherID, setOtherName, setOtherNote1, setOtherNote2, setOtherState, setOtherZipCode, setPapAccount, setPapAcctType, setPapAchType, setPapInstID, setParentCustomer, setPhoneNumber, setPortfolio, setPrenoteSent, setPrenotificationSentYN, setRateplanGroup, setRecourseType, setRegion, setRemittanceAddress, setRemittanceAddress2, setRemittanceCity, setRemittanceName, setRemittanceState, setRemittanceZipCode, setResidenceType, setSalutation, setShortname, setSicCode, setSignerName, setSignerTitle, setSsnBusinessID, setState, setTaxExemptNumber, setTypeBusPhone, setTypeHomePhone, setUseTaxExemptCode, setVendorParticipationCode, setVendorType, setZipCode
 

Method Detail

processCustomer

public int processCustomer(boolean onlyDoAdd)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

processLessee

public int processLessee(boolean onlyDoAdd)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

processGuarantor

public int processGuarantor(boolean onlyDoAdd)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

processVendor

public int processVendor(boolean onlyDoAdd)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

processBroker

public int processBroker(boolean onlyDoAdd)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

processUDC

public int processUDC(boolean onlyDoAdd)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getXMLVendorDoc

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

getXMLBrokerDoc

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

getXMLGuarantorDoc

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

getXMLLesseeDoc

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

getXMLCustomerDoc

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

getXMLUDCDoc

public java.lang.String getXMLUDCDoc(java.lang.String clientNo,
                                     java.lang.String clientRelation)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addLessee

public java.lang.String addLessee()
                           throws java.rmi.RemoteException
these automatically process the request when called. all necessady data should be fill up before calling these these should be called when you actually want the data processed

Throws:
java.rmi.RemoteException

editLessee

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

updateLessee

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

addCustomer

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

editCustomer

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

updateCustomer

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

addCoLessee

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

editCoLessee

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

updateCoLessee

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

addGuarantor

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

editGuarantor

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

updateGuarantor

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

addBroker

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

editBroker

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

updateBroker

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

addVendor

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

editVendor

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

updateVendor

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

addUDC

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

editUDC

public java.lang.String editUDC(java.lang.String clientNumber,
                                java.lang.String clientRelation)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

updateUDC

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

setDefaultPCRO

public void setDefaultPCRO(java.lang.String port,
                           java.lang.String comp,
                           java.lang.String region,
                           java.lang.String office)
                    throws java.rmi.RemoteException
Throws:
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.