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

Packages that use Task
com.retek.component.customer   
com.retek.component.customerorder   
com.retek.component.pend   
com.retek.component.security   
com.retek.component.task   
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.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.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.security
 

Methods in com.retek.component.security that return Task
 Task User.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.rcom.gui.screen.worklist
 

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



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