Uses of Class
com.retek.component.task.WorkTaskSearchCriteria

Packages that use WorkTaskSearchCriteria
com.retek.component.task   
com.retek.component.task.impl   
com.retek.component.task.impl.persistence   
com.retek.component.task.impl.persistence.cache   
com.retek.component.task.impl.persistence.db.oracle   
com.retek.component.task.impl.remote   
 

Uses of WorkTaskSearchCriteria in com.retek.component.task
 

Methods in com.retek.component.task with parameters of type WorkTaskSearchCriteria
 java.util.Set TaskManager.findWorkTasks(WorkTaskSearchCriteria criteria)
           
 

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

Methods in com.retek.component.task.impl with parameters of type WorkTaskSearchCriteria
 java.util.Set TaskManagerImpl.findWorkTasks(WorkTaskSearchCriteria criteria)
           
 

Uses of WorkTaskSearchCriteria in com.retek.component.task.impl.persistence
 

Methods in com.retek.component.task.impl.persistence with parameters of type WorkTaskSearchCriteria
 java.util.Set TaskDao.findWorkTasks(WorkTaskSearchCriteria criteria)
           
 WorkTaskDto TaskDao.leaseNextWorkTask(WorkTaskSearchCriteria criteria, RDate currentSystemTime, DistributedReference userRef)
           
 

Uses of WorkTaskSearchCriteria in com.retek.component.task.impl.persistence.cache
 

Methods in com.retek.component.task.impl.persistence.cache with parameters of type WorkTaskSearchCriteria
 WorkTaskDto CacheTaskDao.leaseNextWorkTask(WorkTaskSearchCriteria criteria, RDate currentSystemTime, DistributedReference userRef)
           
 java.util.Set CacheTaskDao.findWorkTasks(WorkTaskSearchCriteria criteria)
           
 

Uses of WorkTaskSearchCriteria in com.retek.component.task.impl.persistence.db.oracle
 

Methods in com.retek.component.task.impl.persistence.db.oracle with parameters of type WorkTaskSearchCriteria
 java.util.Set OracleTaskDao.findWorkTasks(WorkTaskSearchCriteria criteria)
           
 WorkTaskDto OracleTaskDao.leaseNextWorkTask(WorkTaskSearchCriteria criteria, RDate currentSystemTime, DistributedReference userRef)
           
 java.util.Set OracleWorkTaskRetreiver.find(WorkTaskSearchCriteria criteria)
           
 WorkTaskDto OracleWorkTaskRetreiver.leaseNextWorkTask(WorkTaskSearchCriteria criteria, RDate currentDate, DistributedReference lastUpdatedBy)
           
 

Uses of WorkTaskSearchCriteria in com.retek.component.task.impl.remote
 

Methods in com.retek.component.task.impl.remote with parameters of type WorkTaskSearchCriteria
 java.util.Set TaskServicesRemote.findWorkTasks(WorkTaskSearchCriteria criteria)
           
 WorkTaskDto TaskServicesRemote.leaseNextWorkTask(WorkTaskSearchCriteria criteria, DistributedReference userRef)
           
 java.util.Set TaskServicesEjb.findWorkTasks(WorkTaskSearchCriteria criteria)
           
 WorkTaskDto TaskServicesEjb.leaseNextWorkTask(WorkTaskSearchCriteria criteria, DistributedReference userRef)
           
 



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