Uses of Class
com.retek.component.location.impl.remote.CallCenterDto

Packages that use CallCenterDto
com.retek.component.location.impl.persistence   
com.retek.component.location.impl.persistence.cache   
com.retek.component.location.impl.persistence.db.oracle   
com.retek.component.location.impl.remote   
 

Uses of CallCenterDto in com.retek.component.location.impl.persistence
 

Methods in com.retek.component.location.impl.persistence that return CallCenterDto
 CallCenterDto LocationDao.readCallCenter(DistributedReference ref)
           
 CallCenterDto LocationDao.persistCallCenter(CallCenterDto callCenterDto)
           
static CallCenterDto LocationDbObjectMaster.persistNewCallCenter(DistributedContext context)
           
 

Methods in com.retek.component.location.impl.persistence with parameters of type CallCenterDto
 CallCenterDto LocationDao.persistCallCenter(CallCenterDto callCenterDto)
           
static DailyMessageDto DailyMessageDbObjectMaster.getDailyMessageDto(DistributedContext context, CallCenterDto callCenterDto, DailyMessageCategoryDto dailyMessageCategoryDto)
           
 

Uses of CallCenterDto in com.retek.component.location.impl.persistence.cache
 

Methods in com.retek.component.location.impl.persistence.cache that return CallCenterDto
 CallCenterDto CacheLocationDao.readCallCenter(DistributedReference ref)
           
 CallCenterDto CacheLocationDao.persistCallCenter(CallCenterDto callCenterDto)
           
 

Methods in com.retek.component.location.impl.persistence.cache with parameters of type CallCenterDto
 CallCenterDto CacheLocationDao.persistCallCenter(CallCenterDto callCenterDto)
           
 

Uses of CallCenterDto in com.retek.component.location.impl.persistence.db.oracle
 

Methods in com.retek.component.location.impl.persistence.db.oracle that return CallCenterDto
 CallCenterDto OracleCallCenterReader.readCallCenter(DistributedReference ref)
           
 CallCenterDto OracleCallCenterUpdater.update(CallCenterDto callCenterDto)
           
 CallCenterDto OracleCallCenterCreator.create(CallCenterDto callCenterDto)
           
 CallCenterDto OracleLocationDao.readCallCenter(DistributedReference ref)
           
 CallCenterDto OracleLocationDao.persistCallCenter(CallCenterDto dto)
           
 

Methods in com.retek.component.location.impl.persistence.db.oracle with parameters of type CallCenterDto
 CallCenterDto OracleCallCenterUpdater.update(CallCenterDto callCenterDto)
           
 CallCenterDto OracleCallCenterCreator.create(CallCenterDto callCenterDto)
           
 CallCenterDto OracleLocationDao.persistCallCenter(CallCenterDto dto)
           
 

Uses of CallCenterDto in com.retek.component.location.impl.remote
 

Methods in com.retek.component.location.impl.remote that return CallCenterDto
 CallCenterDto LocationServicesRemote.readCallCenter(DistributedReference ref, long version)
           
 CallCenterDto LocationServicesRemote.submitCallCenter(CallCenterDto dto)
           
 CallCenterDto LocationServicesEjb.submitCallCenter(CallCenterDto dto)
           
 CallCenterDto LocationServicesEjb.readCallCenter(DistributedReference ref, long version)
           
 

Methods in com.retek.component.location.impl.remote with parameters of type CallCenterDto
 CallCenterDto LocationServicesRemote.submitCallCenter(CallCenterDto dto)
           
 CallCenterDto LocationServicesEjb.submitCallCenter(CallCenterDto dto)
           
 



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