Uses of Class
com.retek.component.history.impl.remote.HistoryEventTypeDto

Packages that use HistoryEventTypeDto
com.retek.component.history.impl.persistence   
com.retek.component.history.impl.persistence.cache   
com.retek.component.history.impl.persistence.db.oracle   
com.retek.component.history.impl.remote   
 

Uses of HistoryEventTypeDto in com.retek.component.history.impl.persistence
 

Methods in com.retek.component.history.impl.persistence that return HistoryEventTypeDto
static HistoryEventTypeDto HistoryDbObjectMaster.getHistoryEventTypeDto(DistributedContext context)
           
 HistoryEventTypeDto HistoryEventDao.persist(HistoryEventTypeDto dto)
           
 HistoryEventTypeDto HistoryEventDao.readHistoryEventType(DistributedReference ref)
           
 

Methods in com.retek.component.history.impl.persistence with parameters of type HistoryEventTypeDto
 HistoryEventTypeDto HistoryEventDao.persist(HistoryEventTypeDto dto)
           
 

Uses of HistoryEventTypeDto in com.retek.component.history.impl.persistence.cache
 

Methods in com.retek.component.history.impl.persistence.cache that return HistoryEventTypeDto
 HistoryEventTypeDto CacheHistoryEventDao.persist(HistoryEventTypeDto dto)
           
 HistoryEventTypeDto CacheHistoryEventDao.readHistoryEventType(DistributedReference ref)
           
 

Methods in com.retek.component.history.impl.persistence.cache with parameters of type HistoryEventTypeDto
 HistoryEventTypeDto CacheHistoryEventDao.persist(HistoryEventTypeDto dto)
           
 

Uses of HistoryEventTypeDto in com.retek.component.history.impl.persistence.db.oracle
 

Methods in com.retek.component.history.impl.persistence.db.oracle that return HistoryEventTypeDto
 HistoryEventTypeDto OracleHistoryEventDao.readHistoryEventType(DistributedReference ref)
           
 HistoryEventTypeDto OracleHistoryEventDao.persist(HistoryEventTypeDto dto)
           
 HistoryEventTypeDto OracleHistoryEventTypeRetriever.read(DistributedReference ref)
           
 

Methods in com.retek.component.history.impl.persistence.db.oracle with parameters of type HistoryEventTypeDto
 void OracleHistoryEventTypeCreator.create(HistoryEventTypeDto dto)
           
 void OracleHistoryEventTypeUpdater.update(HistoryEventTypeDto dto)
           
 HistoryEventTypeDto OracleHistoryEventDao.persist(HistoryEventTypeDto dto)
           
 

Uses of HistoryEventTypeDto in com.retek.component.history.impl.remote
 

Methods in com.retek.component.history.impl.remote that return HistoryEventTypeDto
 HistoryEventTypeDto HistoryServicesLocal.submit(HistoryEventTypeDto historyEventTypeDto)
           
 HistoryEventTypeDto HistoryServicesRemote.readHistoryEventType(DistributedReference reference, long version)
           
 HistoryEventTypeDto HistoryServicesRemote.submit(HistoryEventTypeDto historyEventTypeDto)
           
 HistoryEventTypeDto HistoryServicesEjb.readHistoryEventType(DistributedReference reference, long version)
           
 HistoryEventTypeDto HistoryServicesEjb.submit(HistoryEventTypeDto historyEventTypeDto)
           
 

Methods in com.retek.component.history.impl.remote with parameters of type HistoryEventTypeDto
 HistoryEventTypeDto HistoryServicesLocal.submit(HistoryEventTypeDto historyEventTypeDto)
           
 HistoryEventTypeDto HistoryServicesRemote.submit(HistoryEventTypeDto historyEventTypeDto)
           
 HistoryEventTypeDto HistoryServicesEjb.submit(HistoryEventTypeDto historyEventTypeDto)
           
 



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