Uses of Class
com.retek.component.pend.impl.remote.NegativeCustomerRecordDto

Packages that use NegativeCustomerRecordDto
com.retek.component.pend.impl   
com.retek.component.pend.impl.persistence   
com.retek.component.pend.impl.persistence.cache   
com.retek.component.pend.impl.persistence.db.oracle   
com.retek.component.pend.impl.remote   
 

Uses of NegativeCustomerRecordDto in com.retek.component.pend.impl
 

Methods in com.retek.component.pend.impl that return NegativeCustomerRecordDto
 NegativeCustomerRecordDto NegativeCustomerRecordImpl.getDto()
           
 

Uses of NegativeCustomerRecordDto in com.retek.component.pend.impl.persistence
 

Methods in com.retek.component.pend.impl.persistence that return NegativeCustomerRecordDto
 NegativeCustomerRecordDto NegativeCustomerRecordDao.persist(NegativeCustomerRecordDto negativeCustomerRecordDto)
           
 NegativeCustomerRecordDto NegativeCustomerRecordDao.read(DistributedReference ref)
           
static NegativeCustomerRecordDto PendDbObjectMaster.getNegativeCustomerRecordDto(DistributedContext context)
           
 

Methods in com.retek.component.pend.impl.persistence with parameters of type NegativeCustomerRecordDto
 NegativeCustomerRecordDto NegativeCustomerRecordDao.persist(NegativeCustomerRecordDto negativeCustomerRecordDto)
           
 

Uses of NegativeCustomerRecordDto in com.retek.component.pend.impl.persistence.cache
 

Methods in com.retek.component.pend.impl.persistence.cache that return NegativeCustomerRecordDto
 NegativeCustomerRecordDto CacheNegativeCustomerRecordDao.persist(NegativeCustomerRecordDto dto)
           
 NegativeCustomerRecordDto CacheNegativeCustomerRecordDao.read(DistributedReference ref)
           
 

Methods in com.retek.component.pend.impl.persistence.cache with parameters of type NegativeCustomerRecordDto
 NegativeCustomerRecordDto CacheNegativeCustomerRecordDao.persist(NegativeCustomerRecordDto dto)
           
 

Uses of NegativeCustomerRecordDto in com.retek.component.pend.impl.persistence.db.oracle
 

Methods in com.retek.component.pend.impl.persistence.db.oracle that return NegativeCustomerRecordDto
protected  NegativeCustomerRecordDto PendOracleTestCase.findNegativeCustomer(java.util.Collection dtos, DistributedReference ref)
           
 NegativeCustomerRecordDto OracleNegativeCustomerRecordRetriever.read(DistributedReference negativeCustomerRecordRef)
           
 NegativeCustomerRecordDto OracleNegativeCustomerRecordDao.persist(NegativeCustomerRecordDto dto)
           
 NegativeCustomerRecordDto OracleNegativeCustomerRecordDao.read(DistributedReference ref)
           
 

Methods in com.retek.component.pend.impl.persistence.db.oracle with parameters of type NegativeCustomerRecordDto
 void PendOracleTestCase.modifyNegativeCustomerRecord(NegativeCustomerRecordDto readDto)
           
 void OracleNegativeCustomerRecordUpdater.update(NegativeCustomerRecordDto dto)
           
 void OracleNegativeCustomerRecordCreator.create(NegativeCustomerRecordDto dto)
           
 NegativeCustomerRecordDto OracleNegativeCustomerRecordDao.persist(NegativeCustomerRecordDto dto)
           
 

Uses of NegativeCustomerRecordDto in com.retek.component.pend.impl.remote
 

Methods in com.retek.component.pend.impl.remote that return NegativeCustomerRecordDto
 NegativeCustomerRecordDto PendServicesRemote.readNegativeCustomerRecord(DistributedReference ref, long version)
           
 NegativeCustomerRecordDto PendServicesRemote.submit(NegativeCustomerRecordDto dto)
           
 NegativeCustomerRecordDto PendServicesEjb.submit(NegativeCustomerRecordDto dto)
           
 NegativeCustomerRecordDto PendServicesEjb.readNegativeCustomerRecord(DistributedReference ref, long version)
           
 

Methods in com.retek.component.pend.impl.remote with parameters of type NegativeCustomerRecordDto
 NegativeCustomerRecordDto PendServicesRemote.submit(NegativeCustomerRecordDto dto)
           
 NegativeCustomerRecordDto PendServicesEjb.submit(NegativeCustomerRecordDto dto)
           
 



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