Uses of Interface
com.retek.component.payment.TenderType

Packages that use TenderType
com.retek.component.banner_channel   
com.retek.component.banner_channel.impl   
com.retek.component.banner_channel.test   
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.payment   
com.retek.component.payment.impl   
com.retek.component.payment.test   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.promotion   
com.retek.component.promotion.impl   
com.retek.component.promotion.test   
 

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.banner_channel.impl
 

Methods in com.retek.component.banner_channel.impl that return TenderType
 TenderType TenderTypeOrderSourceImpl.getTenderType()
           
 

Methods in com.retek.component.banner_channel.impl with parameters of type TenderType
 boolean BannerChannelTypeImpl.isTenderTypeValidFor(TenderType tenderType, OrderSource orderSource)
           
 void BannerChannelTypeImpl.validateTenderTypeFor(TenderType tenderType, OrderSource orderSource)
           
 

Uses of TenderType in com.retek.component.banner_channel.test
 

Methods in com.retek.component.banner_channel.test with parameters of type TenderType
static TenderTypeOrderSource BannerChannelObjectMaster.createTenderTypeOrderSource(DistributedContext context, java.lang.String orderSource, TenderType tenderType)
           
 

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.customer.impl
 

Methods in com.retek.component.customer.impl that return TenderType
 TenderType CustomerCreditCardImpl.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.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return TenderType
 TenderType CustomerOrderPaymentImpl.getTenderType()
           
 TenderType CustomerOrderGiftCertificatePaymentImpl.getRedemptionTenderType()
           
 TenderType CustomerOrderGiftCertificatePaymentImpl.getRefundTenderType()
           
 TenderType CustomerOrderRewardCertificatePaymentImpl.getRedemptionTenderType()
           
 TenderType CustomerOrderRewardCertificatePaymentImpl.getPaidInLiabilityTenderType()
           
 TenderType CustomerOrderRewardCertificatePaymentImpl.getRefundTenderType()
           
 TenderType CustomerOrderStoredValueCardPaymentImpl.getRedemptionTenderType()
           
 TenderType CustomerOrderStoredValueCardPaymentImpl.getRefundTenderType()
           
 TenderType CustomerOrderCheckPaymentImpl.getRedemptionTenderType()
           
 TenderType CustomerOrderCheckPaymentImpl.getRefundTenderType()
           
 TenderType CustomerOrderMoneyOrderPaymentImpl.getRedemptionTenderType()
           
 TenderType CustomerOrderMoneyOrderPaymentImpl.getRefundTenderType()
           
 TenderType CustomerOrderCashPaymentImpl.getRedemptionTenderType()
           
 TenderType CustomerOrderCashPaymentImpl.getRefundTenderType()
           
 TenderType ReturnLineImpl.getGiftRefundTenderType()
           
 TenderType CustomerOrderCreditCardPaymentImpl.getRedemptionTenderType()
           
 TenderType CustomerOrderCreditCardPaymentImpl.getRefundTenderType()
           
 TenderType CustomerOrderCreditCardPaymentImpl.getTenderType()
           
 TenderType CustomerOrderMerchandiseCertificatePaymentImpl.getRedemptionTenderType()
           
 TenderType CustomerOrderMerchandiseCertificatePaymentImpl.getRefundTenderType()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type TenderType
 void CustomerOrderPaymentImpl.setTenderType(TenderType tenderType)
           
 void ReturnLineImpl.setGiftRefundTenderType(TenderType refundTenderType)
           
 void CustomerOrderCreditCardPaymentImpl.setTenderType(TenderType tenderType)
           
 

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, RDate expirationDate)
           
CreditCard(TenderType tenderType, java.lang.String creditCardNumber, int expirationMonth, int expirationYear)
           
 

Uses of TenderType in com.retek.component.payment.impl
 

Classes in com.retek.component.payment.impl that implement TenderType
 class TenderTypeCreditCardImpl
           
 class TenderTypeImpl
           
 

Methods in com.retek.component.payment.impl that return TenderType
 TenderType TenderTypeManagerImpl.readTenderType(DistributedReference tenderTypeRef)
           
 TenderType TenderTypeManagerImpl.findTenderType(java.lang.String tenderTypeName)
           
 

Uses of TenderType in com.retek.component.payment.test
 

Methods in com.retek.component.payment.test that return TenderType
static TenderType PaymentObjectMaster.getTenderType(DistributedContext context, java.lang.String tenderTypecode)
           
 

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.pend.impl
 

Methods in com.retek.component.pend.impl that return TenderType
 TenderType PendRuleImpl.getTenderType()
           
 

Methods in com.retek.component.pend.impl with parameters of type TenderType
 void PendRuleImpl.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)
           
 

Uses of TenderType in com.retek.component.promotion.impl
 

Methods in com.retek.component.promotion.impl with parameters of type TenderType
 void PromotionImpl.removeTenderType(TenderType tenderType)
           
 void PromotionImpl.addTenderType(TenderType tenderType)
           
 

Uses of TenderType in com.retek.component.promotion.test
 

Methods in com.retek.component.promotion.test with parameters of type TenderType
static Promotion PromotionObjectMaster.createActivePromotionWithOrderThresholdAndPlanCodeBenefit(DistributedContext context, Quantity thresholdQty, TenderType tenderType, PaymentPlanCode paymentPlanCode)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithItemThresholdAndMerchBenefit(DistributedContext context, TenderType tenderType, Banner banner, ChannelType channelType, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithItemThresholdAndMerchBenefit(DistributedContext context, TenderType[] tenderTypes, Banner banner, ChannelType channelType, Quantity thresholdQty, ThresholdableItem thresholdableItem, Percent percentOff)
           
static Promotion PromotionObjectMaster.createActiveTenderTypePromotionWithOrderThresholdAndGiftCertificateBenefit(DistributedContext context, Money giftCertificateAmount, Money thresholdAmt, TenderType[] tenderTypes, Banner banner, ChannelType channelType)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28