Uses of Class
com.retek.component.correspondence.DeliveryMethodType

Packages that use DeliveryMethodType
com.retek.component.correspondence   
com.retek.component.correspondence.impl   
com.retek.component.correspondence.impl.remote   
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.remote   
com.retek.component.customerorder.impl.remote.command   
 

Uses of DeliveryMethodType in com.retek.component.correspondence
 

Fields in com.retek.component.correspondence declared as DeliveryMethodType
static DeliveryMethodType DeliveryMethodType.BOTH
           
static DeliveryMethodType DeliveryMethodType.EMAIL
           
static DeliveryMethodType DeliveryMethodType.HARD_COPY
           
 

Methods in com.retek.component.correspondence that return DeliveryMethodType
 DeliveryMethodType CorrespondenceTemplateDeliveryMethod.getDeliveryMethodType()
           
static DeliveryMethodType DeliveryMethodType.fromCode(java.lang.String correspondenceDeliveryMethodCode)
           
 

Methods in com.retek.component.correspondence with parameters of type DeliveryMethodType
 CorrespondenceTemplateDeliveryMethod CorrespondenceManager.buildCorrespondenceTemplateDeliveryMethodInstance(DeliveryMethodType deliveryMethod)
           
 

Uses of DeliveryMethodType in com.retek.component.correspondence.impl
 

Methods in com.retek.component.correspondence.impl that return DeliveryMethodType
 DeliveryMethodType CorrespondenceTemplateDeliveryMethodImpl.getDeliveryMethodType()
           
 

Methods in com.retek.component.correspondence.impl with parameters of type DeliveryMethodType
 CorrespondenceTemplateDeliveryMethod CorrespondenceManagerImpl.buildCorrespondenceTemplateDeliveryMethodInstance(DeliveryMethodType deliveryMethodType)
           
 void CorrespondenceTemplateDeliveryMethodImpl.setDeliveryMethodType(DeliveryMethodType deliveryMethodType)
           
 

Uses of DeliveryMethodType in com.retek.component.correspondence.impl.remote
 

Fields in com.retek.component.correspondence.impl.remote declared as DeliveryMethodType
 DeliveryMethodType CorrespondenceTemplateDeliveryMethodDto.deliveryMethodType
           
 

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

Methods in com.retek.component.customerorder.impl with parameters of type DeliveryMethodType
 void CustomerOrderImpl.createCustomerCorrespondenceHistoryEvent(CorrespondenceType correspondenceType, DeliveryMethodType deliveryMethodType, java.util.List skuIds, User user)
           
 

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

Methods in com.retek.component.customerorder.impl.remote with parameters of type DeliveryMethodType
 void CustomerOrderServicesLocal.publishWorklistCorrespondence(CustomerOrderDto orderDto, DistributedReference correspondenceTypeRef, DistributedReference correspondeceTemplateRef, DeliveryMethodType deliveryMethodType)
           
 void CustomerOrderServicesRemote.publishWorklistCorrespondence(CustomerOrderDto orderDto, DistributedReference correspondenceTypeRef, DistributedReference correspondeceTemplateRef, DeliveryMethodType deliveryMethodType)
           
 void CustomerOrderServicesEjb.publishWorklistCorrespondence(CustomerOrderDto orderDto, DistributedReference correspondenceTypeRef, DistributedReference correspondeceTemplateRef, DeliveryMethodType deliveryMethodType)
           
 

Uses of DeliveryMethodType in com.retek.component.customerorder.impl.remote.command
 

Fields in com.retek.component.customerorder.impl.remote.command declared as DeliveryMethodType
protected  DeliveryMethodType PublishConfirmationCorrespondenceRemoteCommand.deliveryMethodType
           
 

Methods in com.retek.component.customerorder.impl.remote.command with parameters of type DeliveryMethodType
 void CustomerOrderPublishWorklistCorrespondenceRemoteCommand.setDeliveryMethodType(DeliveryMethodType deliveryMethodType)
           
 void PublishConfirmationCorrespondenceRemoteCommand.setDeliveryMethodType(DeliveryMethodType deliveryMethodType)
           
static com.retek.rib.binding.payload.CustCorresDesc CustomerCorrespondenceHeaderAndDetailCreator.generateCorrespondenceHeader(CustomerOrder order, CorrespondenceTypeTemplate corrTypeTemplate, DeliveryMethodType deliveryMethodType)
           
 



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