|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TenderType in com.retek.component.banner_channel |
---|
Methods in com.retek.component.banner_channel that return TenderType | |
TenderType |
TenderTypeOrderSource.getTenderType()
|
Methods in com.retek.component.banner_channel with parameters of type TenderType | |
boolean |
BannerChannelType.isTenderTypeValidFor(TenderType tenderType,
OrderSource orderSource)
|
void |
BannerChannelType.validateTenderTypeFor(TenderType tenderType,
OrderSource orderSource)
|
Uses of TenderType in com.retek.component.customer |
---|
Methods in com.retek.component.customer that return TenderType | |
TenderType |
CustomerCreditCard.getTenderType()
|
Uses of TenderType in com.retek.component.customerorder |
---|
Methods in com.retek.component.customerorder that return TenderType | |
TenderType |
MailOrderBatchPaymentSummary.getTenderType(DistributedContext context)
|
TenderType |
CustomerOrderPayment.getTenderType()
|
TenderType |
CustomerOrderPayment.getRedemptionTenderType()
Return the tender type for the payment which is for use for a redemption tender record for use in a SALE transaction. |
TenderType |
CustomerOrderPayment.getRefundTenderType()
Return the tender type for the payment which is for use for a refund tender record for use in a RETURN OR PAIDOU transaction. |
TenderType |
ReturnLine.getGiftRefundTenderType()
Return the refund tender type for the gift return line, returns null a gift refund recipient is not applicable for the return. |
Methods in com.retek.component.customerorder with parameters of type TenderType | |
void |
CustomerOrderCreditCardPayment.setTenderType(TenderType tenderType)
|
void |
ReturnLine.setGiftRefundTenderType(TenderType refundTenderType)
Set the refund tender type return line refund (applicable if the return is for a gift return). |
Uses of TenderType in com.retek.component.payment |
---|
Subinterfaces of TenderType in com.retek.component.payment | |
interface |
TenderTypeCreditCard
TenderTypeCreditCard extends from TenderType and has additional methods required for Credit Card validation. |
Methods in com.retek.component.payment that return TenderType | |
TenderType |
TenderTypeManager.findTenderType(java.lang.String tenderTypeName)
Finds a specific TenderType by name. |
TenderType |
TenderTypeManager.readTenderType(DistributedReference tenderTypeRef)
Resolves a reference to a TenderType and returns the associated object. |
TenderType |
CreditCard.getTenderType()
|
Methods in com.retek.component.payment with parameters of type TenderType | |
void |
CreditCard.setTenderType(TenderType tenderType)
|
Constructors in com.retek.component.payment with parameters of type TenderType | |
CreditCard(TenderType tenderType,
java.lang.String creditCardNumber,
CreditCardExpirationDate expirationDate)
|
|
CreditCard(TenderType tenderType,
java.lang.String creditCardNumber,
int expirationMonth,
int expirationYear)
|
Uses of TenderType in com.retek.component.pend |
---|
Methods in com.retek.component.pend that return TenderType | |
TenderType |
PendRule.getTenderType()
|
Methods in com.retek.component.pend with parameters of type TenderType | |
void |
PendRule.setTenderType(TenderType tenderType)
|
Uses of TenderType in com.retek.component.promotion |
---|
Methods in com.retek.component.promotion with parameters of type TenderType | |
void |
Promotion.addTenderType(TenderType tenderType)
|
void |
Promotion.removeTenderType(TenderType tenderType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |