com.retek.component.customer
Interface CustomerCreditApplication

All Superinterfaces:
BusinessObject, SecondClassObject
All Known Subinterfaces:
CustomerPLCCCreditApplication

public interface CustomerCreditApplication
extends SecondClassObject


Field Summary
static java.lang.String CUSTOMER
           
static java.lang.String TENDER_TYPE
           
 
Method Summary
 CustomerCreditApplicationStatus apply(Banner banner, boolean quickCredit)
           
 java.lang.String getBillToAddressLine1()
           
 java.lang.String getBillToAddressLine2()
           
 java.lang.String getBillToAddressLine3()
           
 java.lang.String getBillToCity()
           
 java.lang.String getBillToPostalCodeFive()
           
 java.lang.String getBillToPostalCodePlusFour()
           
 java.lang.String getBillToState()
           
 Customer getCustomer()
           
 java.lang.String getDayTelephoneNumber()
           
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.lang.String getMiddleInitial()
           
 Money getOrderTotal()
           
 java.lang.String getSuffixCode()
           
 TenderTypeCreditCard getTenderType()
           
 void setTenderType(TenderTypeCreditCard tenderType)
           
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Field Detail

CUSTOMER

public static final java.lang.String CUSTOMER
See Also:
Constant Field Values

TENDER_TYPE

public static final java.lang.String TENDER_TYPE
See Also:
Constant Field Values
Method Detail

getCustomer

public Customer getCustomer()
                     throws SystemException
Throws:
SystemException

getFirstName

public java.lang.String getFirstName()
                              throws SystemException
Throws:
SystemException

getLastName

public java.lang.String getLastName()
                             throws SystemException
Throws:
SystemException

getMiddleInitial

public java.lang.String getMiddleInitial()
                                  throws SystemException
Throws:
SystemException

getSuffixCode

public java.lang.String getSuffixCode()
                               throws SystemException
Throws:
SystemException

getBillToAddressLine1

public java.lang.String getBillToAddressLine1()
                                       throws SystemException
Throws:
SystemException

getBillToAddressLine2

public java.lang.String getBillToAddressLine2()
                                       throws SystemException
Throws:
SystemException

getBillToAddressLine3

public java.lang.String getBillToAddressLine3()
                                       throws SystemException
Throws:
SystemException

getBillToCity

public java.lang.String getBillToCity()
                               throws SystemException
Throws:
SystemException

getBillToState

public java.lang.String getBillToState()
                                throws SystemException
Throws:
SystemException

getBillToPostalCodeFive

public java.lang.String getBillToPostalCodeFive()
                                         throws SystemException
Throws:
SystemException

getBillToPostalCodePlusFour

public java.lang.String getBillToPostalCodePlusFour()
                                             throws SystemException
Throws:
SystemException

getDayTelephoneNumber

public java.lang.String getDayTelephoneNumber()
                                       throws SystemException
Throws:
SystemException

getOrderTotal

public Money getOrderTotal()
                    throws SystemException
Throws:
SystemException

getTenderType

public TenderTypeCreditCard getTenderType()
                                   throws SystemException
Throws:
SystemException

setTenderType

public void setTenderType(TenderTypeCreditCard tenderType)
                   throws SystemException
Throws:
SystemException

apply

public CustomerCreditApplicationStatus apply(Banner banner,
                                             boolean quickCredit)
                                      throws SystemException,
                                             BusinessException
Throws:
SystemException
BusinessException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25