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

Packages that use ActivityRequest
com.retek.component.customer   
com.retek.component.history   
com.retek.component.task   
com.retek.rcom.gui.core   
com.retek.rcom.gui.screen.activityrequest   
 

Uses of ActivityRequest in com.retek.component.customer
 

Subinterfaces of ActivityRequest in com.retek.component.customer
 interface CareCardActivityRequest
          This is interface that holds on to the care card activity request made by the customer for an Order.
 interface ForwardAddressActivityRequest
          This interface represents an activity request made by the csr to find a forwarding address for an existing customer.
 interface GeneralActivityRequest
          This interface represents the most basic activity request made by the customer for an order.
 interface ItemInstructionsActivityRequest
          This interface represents an activity request made by the customer for an order specifically requesting item instructions.
 interface LabelActivityRequest
          This interface represents an activity request made by the customer for an order requesting label information.
 interface PartialActivityRequest
          This interface represents an activity request made by the customer for an order specific to a partial request.
 interface RefundOrGiftCertificateActivityRequest
          This interface represents an activity request made by the customer for an order specific to a refund or giftCertificate.
 interface ReturnActivityRequest
          This interface represents an activity request made by the customer for an order requesting return information.
 interface SpecialOrderActivityRequest
          This interface represents an activity request made by the customer for an order requesting special order information.
 interface WismoActivityRequest
          This interface represents an activity request made by the customer for an order requesting wismo information.
 

Methods in com.retek.component.customer that return ActivityRequest
 ActivityRequest CustomerManager.readActivityRequest(DistributedReference ref)
           
 ActivityRequest CustomerManager.findActivityRequestById(java.lang.String id)
           
 

Uses of ActivityRequest in com.retek.component.history
 

Methods in com.retek.component.history that return ActivityRequest
 ActivityRequest HistoryEvent.getActivityRequest()
           
 

Methods in com.retek.component.history with parameters of type ActivityRequest
 HistoryEvent HistoryManager.buildHistoryEventInstanceForActivityRequest(Banner banner, ChannelType channelType, User user, Customer customer, CustomerOrder order, ActivityRequest request)
          Build a new customer history event instance for an activity request.
 

Uses of ActivityRequest in com.retek.component.task
 

Methods in com.retek.component.task that return ActivityRequest
 ActivityRequest ActivityRequestWorkTask.getActivityRequest()
           
 ActivityRequest PersonalReminderWorkTask.getActivityRequest()
           
 

Methods in com.retek.component.task with parameters of type ActivityRequest
 void WorkTaskSearchCriteria.setActivityRequest(ActivityRequest activityRequest)
           
 ActivityRequestWorkTask TaskManager.buildActivityRequestWorkTask(ActivityRequest activityRequest)
           
 PersonalReminderWorkTask TaskManager.buildPersonalReminderWorkTask(Taskable taskable, ActivityRequest activityRequest, Task task)
           
 void TaskManager.resolve(ActivityRequestWorkTask activityRequestWorkTask, ActivityRequest activityRequest, User user)
           
 

Uses of ActivityRequest in com.retek.rcom.gui.core
 

Methods in com.retek.rcom.gui.core that return ActivityRequest
static ActivityRequest RcomRepository.retrieveActivityRequest()
           
 

Methods in com.retek.rcom.gui.core with parameters of type ActivityRequest
static void RcomRepository.storeActivityRequest(ActivityRequest request)
          ACTIVITY REQUEST
 

Uses of ActivityRequest in com.retek.rcom.gui.screen.activityrequest
 

Fields in com.retek.rcom.gui.screen.activityrequest declared as ActivityRequest
protected  ActivityRequest ActivityRequestViewHandler.activityRequest
           
 



Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25