Uses of Class
com.retek.component.customerorder.CustomerOrderStoredValueCardType

Packages that use CustomerOrderStoredValueCardType
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote   
com.retek.component.customerorder.test   
 

Uses of CustomerOrderStoredValueCardType in com.retek.component.customerorder
 

Fields in com.retek.component.customerorder declared as CustomerOrderStoredValueCardType
static CustomerOrderStoredValueCardType CustomerOrderStoredValueCardType.GIFT_CARD
           
static CustomerOrderStoredValueCardType CustomerOrderStoredValueCardType.MERCHANDISE_CARD
           
 

Methods in com.retek.component.customerorder that return CustomerOrderStoredValueCardType
static CustomerOrderStoredValueCardType CustomerOrderStoredValueCardType.fromCode(java.lang.String code)
           
 CustomerOrderStoredValueCardType CustomerOrderStoredValueCardPayment.getType()
           
 

Methods in com.retek.component.customerorder with parameters of type CustomerOrderStoredValueCardType
 void CustomerOrderStoredValueCardPayment.setType(CustomerOrderStoredValueCardType type)
           
 CustomerOrderStoredValueCardPayment CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstance(CustomerOrderStoredValueCardType type)
           
 CustomerOrderStoredValueCardPayment CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstanceForConsolidation(CustomerOrderStoredValueCardType type)
           
 CustomerOrderStoredValueCardPayment CustomerOrderManager.buildCustomerOrderStoredValueCardPaymentInstanceForSplit(CustomerOrderStoredValueCardType type)
           
 

Uses of CustomerOrderStoredValueCardType in com.retek.component.customerorder.impl
 

Methods in com.retek.component.customerorder.impl that return CustomerOrderStoredValueCardType
 CustomerOrderStoredValueCardType CustomerOrderStoredValueCardPaymentImpl.getType()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderStoredValueCardType
 void CustomerOrderStoredValueCardPaymentImpl.setType(CustomerOrderStoredValueCardType type)
           
 CustomerOrderStoredValueCardPayment CustomerOrderManagerImpl.buildCustomerOrderStoredValueCardPaymentInstance(CustomerOrderStoredValueCardType type)
           
 CustomerOrderStoredValueCardPayment CustomerOrderManagerImpl.buildCustomerOrderStoredValueCardPaymentInstanceForConsolidation(CustomerOrderStoredValueCardType type)
           
 CustomerOrderStoredValueCardPayment CustomerOrderManagerImpl.buildCustomerOrderStoredValueCardPaymentInstanceForSplit(CustomerOrderStoredValueCardType type)
           
 

Constructors in com.retek.component.customerorder.impl with parameters of type CustomerOrderStoredValueCardType
CustomerOrderStoredValueCardPaymentImpl(DistributedContext context, DistributedReference ref, CustomerOrderStoredValueCardType type)
           
 

Uses of CustomerOrderStoredValueCardType in com.retek.component.customerorder.impl.remote
 

Fields in com.retek.component.customerorder.impl.remote declared as CustomerOrderStoredValueCardType
 CustomerOrderStoredValueCardType CustomerOrderStoredValueCardPaymentDto.type
           
 

Uses of CustomerOrderStoredValueCardType in com.retek.component.customerorder.test
 

Methods in com.retek.component.customerorder.test with parameters of type CustomerOrderStoredValueCardType
static CustomerOrderStoredValueCardPayment CustomerOrderObjectMaster.buildAndAuthorizeSVCPayment(java.lang.String controlNumber, java.lang.String pinNumber, Money cardValue, Money paymentAmount, DistributedContext context, CustomerOrderStoredValueCardType type)
           
 



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