Uses of Class
com.retek.component.customerorder.impl.remote.CallTagDto

Packages that use CallTagDto
com.retek.component.customerorder.impl   
com.retek.component.customerorder.impl.persistence   
com.retek.component.customerorder.impl.persistence.cache   
com.retek.component.customerorder.impl.persistence.db.oracle   
com.retek.component.customerorder.impl.remote   
 

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

Methods in com.retek.component.customerorder.impl that return CallTagDto
 CallTagDto CallTagImpl.getDto()
           
 

Uses of CallTagDto in com.retek.component.customerorder.impl.persistence
 

Methods in com.retek.component.customerorder.impl.persistence that return CallTagDto
 CallTagDto CallTagDao.read(DistributedReference ref)
           
 CallTagDto CallTagDao.submit(CallTagDto dto)
           
static CallTagDto CustomerOrderDbObjectMaster.getCallTagDto(DistributedContext context, DistributedReference carrierRef)
           
 

Methods in com.retek.component.customerorder.impl.persistence with parameters of type CallTagDto
 CallTagDto CallTagDao.submit(CallTagDto dto)
           
 

Uses of CallTagDto in com.retek.component.customerorder.impl.persistence.cache
 

Methods in com.retek.component.customerorder.impl.persistence.cache that return CallTagDto
 CallTagDto CacheCallTagDao.read(DistributedReference ref)
           
 CallTagDto CacheCallTagDao.submit(CallTagDto dto)
           
 

Methods in com.retek.component.customerorder.impl.persistence.cache with parameters of type CallTagDto
 CallTagDto CacheCallTagDao.submit(CallTagDto dto)
           
 

Uses of CallTagDto in com.retek.component.customerorder.impl.persistence.db.oracle
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle that return CallTagDto
 CallTagDto OracleCallTagRetriever.read(DistributedReference ref)
           
 CallTagDto OracleCallTagDao.read(DistributedReference ref)
           
 CallTagDto OracleCallTagDao.submit(CallTagDto dto)
           
 CallTagDto OracleCallTagCreator.create(CallTagDto dto)
           
 

Methods in com.retek.component.customerorder.impl.persistence.db.oracle with parameters of type CallTagDto
protected  void CustomerOrderOracleTestCase.assertCallTagDtosEqual(CallTagDto dto, CallTagDto readDto)
           
 CallTagDto OracleCallTagDao.submit(CallTagDto dto)
           
 CallTagDto OracleCallTagCreator.create(CallTagDto dto)
           
 

Uses of CallTagDto in com.retek.component.customerorder.impl.remote
 

Methods in com.retek.component.customerorder.impl.remote that return CallTagDto
 CallTagDto CallTagServicesRemote.read(DistributedReference ref, long version)
           
 CallTagDto CallTagServicesRemote.submit(CallTagDto dto, DistributedReference userRef)
           
 CallTagDto CallTagServicesEjb.read(DistributedReference ref, long version)
           
 CallTagDto CallTagServicesEjb.submit(CallTagDto dto, DistributedReference userRef)
           
 

Methods in com.retek.component.customerorder.impl.remote with parameters of type CallTagDto
 CallTagDto CallTagServicesRemote.submit(CallTagDto dto, DistributedReference userRef)
           
 CallTagDto CallTagServicesEjb.submit(CallTagDto dto, DistributedReference userRef)
           
 



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