com.retek.component.customer
Interface CustomerCreditApplication
- All Superinterfaces:
- BusinessObject, SecondClassObject
- All Known Subinterfaces:
- CustomerPLCCCreditApplication
- All Known Implementing Classes:
- CustomerCreditApplicationImpl, CustomerPLCCCreditApplicationImpl
- public interface CustomerCreditApplication
- extends SecondClassObject
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
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 © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28