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

Packages that use Task
com.retek.component.customer   
com.retek.component.customer.impl   
com.retek.component.customer.test   
com.retek.component.customerorder   
com.retek.component.customerorder.impl   
com.retek.component.pend   
com.retek.component.pend.impl   
com.retek.component.security   
com.retek.component.security.impl   
com.retek.component.task   
com.retek.component.task.impl   
com.retek.rcom.gui.screen.worklist   
 

Uses of Task in com.retek.component.customer
 

Methods in com.retek.component.customer that return Task
 Task ActivityRequestType.getTask()
           
 

Methods in com.retek.component.customer with parameters of type Task
 void ActivityRequestType.setTask(Task task)
           
 

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

Methods in com.retek.component.customer.impl that return Task
 Task ActivityRequestTypeImpl.getTask()
           
 

Methods in com.retek.component.customer.impl with parameters of type Task
 void ActivityRequestTypeImpl.setTask(Task task)
           
 

Uses of Task in com.retek.component.customer.test
 

Methods in com.retek.component.customer.test with parameters of type Task
static GeneralActivityRequest CustomerObjectMaster.buildLabelActivityRequestForPrintFile(Customer customer, boolean onlyCustomer, Task task)
           
static GeneralActivityRequest CustomerObjectMaster.buildGeneralActivityRequestForPrintFile(Customer customer, boolean onlyCustomer, Task task)
           
 

Uses of Task in com.retek.component.customerorder
 

Methods in com.retek.component.customerorder that return Task
 Task CustomerOrderPendReason.getTask()
           
 Task OrderPendReason.getTask()
           
 

Methods in com.retek.component.customerorder with parameters of type Task
 void OrderPendReason.setTask(Task task)
           
 

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

Methods in com.retek.component.customerorder.impl that return Task
 Task OrderPendReasonImpl.getTask()
           
 Task CustomerOrderPendReasonImpl.getTask()
           
 

Methods in com.retek.component.customerorder.impl with parameters of type Task
 void OrderPendReasonImpl.setTask(Task task)
           
 

Uses of Task in com.retek.component.pend
 

Methods in com.retek.component.pend that return Task
 Task PendRule.getTask()
           
 

Methods in com.retek.component.pend with parameters of type Task
 void PendRule.setTask(Task task)
           
 

Uses of Task in com.retek.component.pend.impl
 

Methods in com.retek.component.pend.impl that return Task
 Task PendRuleImpl.getTask()
           
 

Methods in com.retek.component.pend.impl with parameters of type Task
 void PendRuleImpl.setTask(Task task)
           
 

Uses of Task in com.retek.component.security
 

Methods in com.retek.component.security that return Task
 Task User.getTask()
           
 

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

Methods in com.retek.component.security.impl that return Task
 Task UserImpl.getTask()
           
 

Uses of Task in com.retek.component.task
 

Methods in com.retek.component.task that return Task
static Task TaskObjectMaster.createAndSubmitTask(DistributedContext context, TaskTypeUsability usability, java.lang.String longDescription)
           
static Task TaskObjectMaster.createAndSubmitTask(DistributedContext context, TaskType taskType, java.lang.String longDescription)
           
static Task TaskObjectMaster.createAndSubmitTask(DistributedContext context, TaskType taskType, java.lang.String longDescription, java.lang.String taskShortDescription)
           
static Task TaskObjectMaster.createTask(DistributedContext context, TaskTypeUsability usability, java.lang.String longDescription)
           
static Task TaskObjectMaster.createTask(DistributedContext context, TaskTypeUsability usability, java.lang.String longDescription, java.lang.String shortDescription)
           
static Task TaskObjectMaster.createTask(DistributedContext context, TaskTypeUsability usability, java.lang.String longDescription, java.lang.String shortDescription, RoutingAttributeUsability routingAttributeUsability)
           
static Task TaskObjectMaster.createTask(DistributedContext context, java.lang.String longDescription, java.lang.String shortDescription, TaskType taskType, RoutingAttribute routingAttribute)
           
 Task WorkTask.getTask()
           
 Task TaskManager.buildTask(TaskType taskType, java.lang.String shortDescription)
           
 Task TaskManager.getPersonalReminderTask()
           
 Task WorkTaskSummaryItem.getTask(DistributedContext context)
           
 

Methods in com.retek.component.task with parameters of type Task
static void TaskSubmitValidator.validate(Task task)
           
static OrderWorkTask WorkTaskObjectMaster.createOrderWorkTask(DistributedContext context, Task task, Banner banner)
           
static OrderWorkTask WorkTaskObjectMaster.createOrderWorkTask(DistributedContext context, Task task, CustomerOrder order)
           
 void WorkTaskSearchCriteria.setTask(Task task)
           
 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)
           
 WorkTask TaskManager.leaseNextWorkTaskForWorklist(Task task, Banner banner, User user)
           
 

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

Classes in com.retek.component.task.impl that implement Task
 class TaskImpl
           
 

Methods in com.retek.component.task.impl that return Task
 Task WorkTaskImpl.getTask()
           
 Task TaskManagerImpl.buildTask(TaskType taskType, java.lang.String shortDescription)
           
 Task TaskManagerImpl.getPersonalReminderTask()
           
 

Methods in com.retek.component.task.impl with parameters of type Task
 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)
           
 WorkTask TaskManagerImpl.leaseNextWorkTaskForWorklist(Task task, Banner banner, User user)
           
 

Constructors in com.retek.component.task.impl with parameters of type Task
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)
           
 

Uses of Task in com.retek.rcom.gui.screen.worklist
 

Fields in com.retek.rcom.gui.screen.worklist declared as Task
protected  Task WorklistTabHandler.taskSubType
           
 



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