Uses of Class
com.retek.component.task.impl.remote.WorkTaskDto

Packages that use WorkTaskDto
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 WorkTaskDto in com.retek.component.task.impl
 

Methods in com.retek.component.task.impl that return WorkTaskDto
 WorkTaskDto WorkTaskImpl.getDto()
           
 

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

Methods in com.retek.component.task.impl.persistence that return WorkTaskDto
 WorkTaskDto TaskDao.persist(WorkTaskDto dto)
           
 WorkTaskDto TaskDao.readWorkTask(DistributedReference ref)
           
 WorkTaskDto TaskDao.leaseNextWorkTask(WorkTaskSearchCriteria criteria, RDate currentSystemTime, DistributedReference userRef)
           
 

Methods in com.retek.component.task.impl.persistence with parameters of type WorkTaskDto
 WorkTaskDto TaskDao.persist(WorkTaskDto dto)
           
 

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

Methods in com.retek.component.task.impl.persistence.cache that return WorkTaskDto
 WorkTaskDto CacheTaskDao.leaseNextWorkTask(WorkTaskSearchCriteria criteria, RDate currentSystemTime, DistributedReference userRef)
           
 WorkTaskDto CacheTaskDao.persist(WorkTaskDto dto)
           
 WorkTaskDto CacheTaskDao.readWorkTask(DistributedReference ref)
           
 

Methods in com.retek.component.task.impl.persistence.cache with parameters of type WorkTaskDto
 WorkTaskDto CacheTaskDao.persist(WorkTaskDto dto)
           
 

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

Methods in com.retek.component.task.impl.persistence.db.oracle that return WorkTaskDto
static WorkTaskDto WorkTaskTypeDbConverter.buildWorkTaskDto(java.lang.String recordType, java.lang.String id, long version)
           
 WorkTaskDto OracleTaskDao.persist(WorkTaskDto dto)
           
 WorkTaskDto OracleTaskDao.readWorkTask(DistributedReference ref)
           
 WorkTaskDto OracleTaskDao.leaseNextWorkTask(WorkTaskSearchCriteria criteria, RDate currentSystemTime, DistributedReference userRef)
           
 WorkTaskDto OracleWorkTaskRetreiver.read(DistributedReference ref)
           
 WorkTaskDto OracleWorkTaskRetreiver.leaseNextWorkTask(WorkTaskSearchCriteria criteria, RDate currentDate, DistributedReference lastUpdatedBy)
           
 

Methods in com.retek.component.task.impl.persistence.db.oracle with parameters of type WorkTaskDto
 void OracleWorkTaskUpdater.update(WorkTaskDto dto)
           
 void TaskOracleTestCase.assertWorkTaskDtosEqual(WorkTaskDto expectedDto, WorkTaskDto dto)
           
 void TaskOracleTestCase.modifyWorkTaskDto(WorkTaskDto dto)
           
 void OracleWorkTaskCreator.create(WorkTaskDto dto)
           
static java.lang.String WorkTaskTypeDbConverter.getWorkTaskType(WorkTaskDto dto)
           
 WorkTaskDto OracleTaskDao.persist(WorkTaskDto dto)
           
 

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

Subclasses of WorkTaskDto in com.retek.component.task.impl.remote
 class ActivityRequestWorkTaskDto
           
 class OrderWorkTaskDto
           
 class PersonalReminderWorkTaskDto
           
 

Methods in com.retek.component.task.impl.remote that return WorkTaskDto
 WorkTaskDto TaskServicesRemote.leaseNextWorkTask(WorkTaskSearchCriteria criteria, DistributedReference userRef)
           
 WorkTaskDto TaskServicesRemote.readWorkTask(DistributedReference ref, long version)
           
 WorkTaskDto TaskServicesRemote.submit(WorkTaskDto dto)
           
 WorkTaskDto TaskServicesEjb.readWorkTask(DistributedReference ref, long version)
           
 WorkTaskDto TaskServicesEjb.submit(WorkTaskDto dto)
           
 WorkTaskDto TaskServicesEjb.leaseNextWorkTask(WorkTaskSearchCriteria criteria, DistributedReference userRef)
           
 

Methods in com.retek.component.task.impl.remote with parameters of type WorkTaskDto
 WorkTaskDto TaskServicesRemote.submit(WorkTaskDto dto)
           
 WorkTaskDto TaskServicesEjb.submit(WorkTaskDto dto)
           
 



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