Uses of Interface
com.retek.component.customer.CustomerSuffix

Packages that use CustomerSuffix
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customerorder.impl   
com.retek.component.internet.impl   
 

Uses of CustomerSuffix in com.retek.component.customer
 

Methods in com.retek.component.customer that return CustomerSuffix
 CustomerSuffix CustomerManager.readSuffix(DistributedReference ref)
           
 CustomerSuffix CustomerManager.findSuffix(java.lang.String suffixCode)
           
 CustomerSuffix CustomerAddress.getSuffix()
           
 CustomerSuffix Customer.getSuffix()
           
 

Methods in com.retek.component.customer with parameters of type CustomerSuffix
 void CustomerAddress.setSuffix(CustomerSuffix suffix)
           
 void Customer.setSuffix(CustomerSuffix suffix)
           
 

Uses of CustomerSuffix in com.retek.component.customer.impl
 

Classes in com.retek.component.customer.impl that implement CustomerSuffix
 class CustomerSuffixImpl
           
 

Methods in com.retek.component.customer.impl that return CustomerSuffix
 CustomerSuffix CustomerAddressImpl.getSuffix()
           
 CustomerSuffix CustomerImpl.getSuffix()
           
 CustomerSuffix CustomerManagerImpl.readSuffix(DistributedReference ref)
           
 CustomerSuffix CustomerManagerImpl.findSuffix(java.lang.String suffixCode)
           
 

Methods in com.retek.component.customer.impl with parameters of type CustomerSuffix
 void CustomerAddressImpl.setSuffix(CustomerSuffix suffix)
           
 void CustomerImpl.setSuffix(CustomerSuffix newSuffix)
           
 

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

Methods in com.retek.component.customerorder.impl that return CustomerSuffix
 CustomerSuffix CustomerOrderAddressImpl.getSuffix()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type CustomerSuffix
 void CustomerOrderAddressImpl.setSuffix(CustomerSuffix suffix)
           
 

Uses of CustomerSuffix in com.retek.component.internet.impl
 

Methods in com.retek.component.internet.impl that return CustomerSuffix
static CustomerSuffix AddressConverter.findSuffix(java.lang.String suffixCode, DistributedContext context)
           
 



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