Uses of Interface
com.retek.component.task.Taskable

Packages that use Taskable
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.security   
com.retek.component.security.impl   
com.retek.component.task   
com.retek.component.task.impl   
 

Uses of Taskable in com.retek.component.customer
 

Subinterfaces of Taskable in com.retek.component.customer
 interface ActivityRequestType
           
 

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

Classes in com.retek.component.customer.impl that implement Taskable
 class ActivityRequestTypeImpl
           
 

Uses of Taskable in com.retek.component.customerorder
 

Subinterfaces of Taskable in com.retek.component.customerorder
 interface CustomerOrderPendReason
           
 

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

Classes in com.retek.component.customerorder.impl that implement Taskable
 class CustomerOrderPendReasonImpl
           
 

Uses of Taskable in com.retek.component.security
 

Subinterfaces of Taskable in com.retek.component.security
 interface User
          Represents a "user" in the system.
 

Uses of Taskable in com.retek.component.security.impl
 

Classes in com.retek.component.security.impl that implement Taskable
 class UserImpl
           
 

Uses of Taskable in com.retek.component.task
 

Methods in com.retek.component.task that return Taskable
 Taskable WorkTask.getTaskable()
           
 

Methods in com.retek.component.task with parameters of type Taskable
 void WorkTaskSearchCriteria.setTaskable(Taskable taskable)
           
 OrderWorkTask TaskManager.buildOrderWorkTask(Taskable taskable, CustomerOrder order, Task task)
           
 PersonalReminderWorkTask TaskManager.buildPersonalReminderWorkTask(Taskable taskable, ActivityRequest activityRequest, Task task)
           
 PersonalReminderWorkTask TaskManager.buildPersonalReminderWorkTask(Taskable taskable, CustomerOrder order, Task task)
           
 PersonalReminderWorkTask TaskManager.buildPersonalReminderWorkTask(Taskable taskable, Task task)
           
 

Uses of Taskable in com.retek.component.task.impl
 

Methods in com.retek.component.task.impl that return Taskable
 Taskable WorkTaskImpl.getTaskable()
           
 

Methods in com.retek.component.task.impl with parameters of type Taskable
 OrderWorkTask TaskManagerImpl.buildOrderWorkTask(Taskable taskable, CustomerOrder order, Task task)
           
 PersonalReminderWorkTask TaskManagerImpl.buildPersonalReminderWorkTask(Taskable taskable, ActivityRequest activityRequest, Task task)
           
 PersonalReminderWorkTask TaskManagerImpl.buildPersonalReminderWorkTask(Taskable taskable, Task task)
           
 PersonalReminderWorkTask TaskManagerImpl.buildPersonalReminderWorkTask(Taskable taskable, CustomerOrder order, Task task)
           
 

Constructors in com.retek.component.task.impl with parameters of type Taskable
OrderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, CustomerOrder order, Task task)
           
WorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, Task task)
           
PersonalReminderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, Task task)
           
PersonalReminderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, CustomerOrder order, Task task)
           
PersonalReminderWorkTaskImpl(DistributedContext context, DistributedReference reference, Taskable taskable, ActivityRequest activityRequest, Task task)
           
 



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