Uses of Class
com.retek.component.event.impl.remote.EventDto

Packages that use EventDto
com.retek.component.event.impl.persistence   
com.retek.component.event.impl.persistence.cache   
com.retek.component.event.impl.persistence.db.oracle   
com.retek.component.event.impl.remote   
 

Uses of EventDto in com.retek.component.event.impl.persistence
 

Methods in com.retek.component.event.impl.persistence that return EventDto
static EventDto EventDbObjectMaster.getEventDto(DistributedContext context, java.lang.String description)
           
static EventDto EventDbObjectMaster.getEventDto(DistributedContext context)
           
 EventDto EventDao.persist(EventDto dto)
           
 EventDto EventDao.read(DistributedReference ref)
           
 

Methods in com.retek.component.event.impl.persistence with parameters of type EventDto
static BannerEventDto EventDbObjectMaster.getBannerEventDto(DistributedContext context, EventDto eventDto)
           
static SupplierEventDto EventDbObjectMaster.getSupplierEventDto(DistributedContext context, EventDto eventDto)
           
 EventDto EventDao.persist(EventDto dto)
           
 

Uses of EventDto in com.retek.component.event.impl.persistence.cache
 

Methods in com.retek.component.event.impl.persistence.cache that return EventDto
 EventDto CacheEventDao.persist(EventDto dto)
           
 EventDto CacheEventDao.read(DistributedReference ref)
           
 

Methods in com.retek.component.event.impl.persistence.cache with parameters of type EventDto
 EventDto CacheEventDao.persist(EventDto dto)
           
 

Uses of EventDto in com.retek.component.event.impl.persistence.db.oracle
 

Methods in com.retek.component.event.impl.persistence.db.oracle that return EventDto
 EventDto OracleEventRetriever.read(DistributedReference ref)
           
 EventDto OracleEventDao.persist(EventDto dto)
           
 EventDto OracleEventDao.read(DistributedReference ref)
           
 

Methods in com.retek.component.event.impl.persistence.db.oracle with parameters of type EventDto
 void OracleEventCreator.create(EventDto dto)
           
 void OracleEventUpdater.update(EventDto dto)
           
 EventDto OracleEventDao.persist(EventDto dto)
           
 

Uses of EventDto in com.retek.component.event.impl.remote
 

Methods in com.retek.component.event.impl.remote that return EventDto
 EventDto EventServiceRemote.read(DistributedReference ref, long version)
           
 EventDto EventServiceRemote.submit(EventDto eventDto)
           
 EventDto EventServiceEjb.read(DistributedReference ref, long version)
           
 EventDto EventServiceEjb.submit(EventDto eventDto)
           
 

Methods in com.retek.component.event.impl.remote with parameters of type EventDto
 EventDto EventServiceRemote.submit(EventDto eventDto)
           
 EventDto EventServiceEjb.submit(EventDto eventDto)
           
 



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