Uses of Class
com.retek.component.banner_channel.impl.remote.ChannelTypeDto

Packages that use ChannelTypeDto
com.retek.component.banner_channel.impl   
com.retek.component.banner_channel.impl.persistence   
com.retek.component.banner_channel.impl.persistence.cache   
com.retek.component.banner_channel.impl.persistence.db.oracle   
com.retek.component.banner_channel.impl.remote   
 

Uses of ChannelTypeDto in com.retek.component.banner_channel.impl
 

Methods in com.retek.component.banner_channel.impl that return ChannelTypeDto
 ChannelTypeDto ChannelTypeImpl.getDto()
           
 

Uses of ChannelTypeDto in com.retek.component.banner_channel.impl.persistence
 

Methods in com.retek.component.banner_channel.impl.persistence that return ChannelTypeDto
 ChannelTypeDto ChannelTypeDao.submit(ChannelTypeDto dto)
           
 ChannelTypeDto ChannelTypeDao.read(DistributedReference ref)
           
static ChannelTypeDto BannerChannelDbObjectMaster.getChannelTypeDto(DistributedContext context)
           
static ChannelTypeDto BannerChannelDbObjectMaster.getPersistedChannelTypeDto(DistributedContext context)
           
 

Methods in com.retek.component.banner_channel.impl.persistence with parameters of type ChannelTypeDto
 ChannelTypeDto ChannelTypeDao.submit(ChannelTypeDto dto)
           
static ChannelDto BannerChannelDbObjectMaster.insertChannelDto(DistributedContext context, DistributedReference bannerRef, java.lang.String desc, ChannelTypeDto channelTypeDto)
           
 

Uses of ChannelTypeDto in com.retek.component.banner_channel.impl.persistence.cache
 

Methods in com.retek.component.banner_channel.impl.persistence.cache that return ChannelTypeDto
 ChannelTypeDto CacheChannelTypeDao.submit(ChannelTypeDto dto)
           
 ChannelTypeDto CacheChannelTypeDao.read(DistributedReference ref)
           
 

Methods in com.retek.component.banner_channel.impl.persistence.cache with parameters of type ChannelTypeDto
 ChannelTypeDto CacheChannelTypeDao.submit(ChannelTypeDto dto)
           
 

Uses of ChannelTypeDto in com.retek.component.banner_channel.impl.persistence.db.oracle
 

Methods in com.retek.component.banner_channel.impl.persistence.db.oracle that return ChannelTypeDto
 ChannelTypeDto OracleChannelTypeDao.read(DistributedReference ref)
           
 ChannelTypeDto OracleChannelTypeDao.submit(ChannelTypeDto dto)
           
 ChannelTypeDto OracleChannelTypeReader.read(DistributedReference ref)
           
 

Methods in com.retek.component.banner_channel.impl.persistence.db.oracle with parameters of type ChannelTypeDto
 void OracleChannelTypeCreator.create(ChannelTypeDto dto)
           
 ChannelTypeDto OracleChannelTypeDao.submit(ChannelTypeDto dto)
           
 void OracleChannelTypeUpdater.update(ChannelTypeDto dto)
           
 

Uses of ChannelTypeDto in com.retek.component.banner_channel.impl.remote
 

Fields in com.retek.component.banner_channel.impl.remote declared as ChannelTypeDto
 ChannelTypeDto ChannelDto.channelTypeDto
           
 

Methods in com.retek.component.banner_channel.impl.remote that return ChannelTypeDto
 ChannelTypeDto ChannelTypeServiceRemote.read(DistributedReference ref, long version)
           
 ChannelTypeDto ChannelTypeServiceRemote.submit(ChannelTypeDto dto)
           
 ChannelTypeDto ChannelTypeServiceEjb.submit(ChannelTypeDto dto)
           
 ChannelTypeDto ChannelTypeServiceEjb.read(DistributedReference ref, long version)
           
 

Methods in com.retek.component.banner_channel.impl.remote with parameters of type ChannelTypeDto
 ChannelTypeDto ChannelTypeServiceRemote.submit(ChannelTypeDto dto)
           
 ChannelTypeDto ChannelTypeServiceEjb.submit(ChannelTypeDto dto)
           
 



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