com.retek.component.banner_channel.impl.persistence
Interface ChannelTypeDao

All Known Implementing Classes:
CacheChannelTypeDao, OracleChannelTypeDao

public interface ChannelTypeDao


Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set find(ChannelTypeSearchCriteria criteria)
           
 java.util.Set getAllChannelTypes()
           
 ChannelTypeDto read(DistributedReference ref)
           
 ChannelTypeDto submit(ChannelTypeDto dto)
           
 

Method Detail

submit

public ChannelTypeDto submit(ChannelTypeDto dto)
                      throws SystemException
Throws:
SystemException

getAllChannelTypes

public java.util.Set getAllChannelTypes()
                                 throws SystemException
Throws:
SystemException

read

public ChannelTypeDto read(DistributedReference ref)
                    throws SystemException
Throws:
SystemException

find

public java.util.Set find(ChannelTypeSearchCriteria criteria)
                   throws SystemException
Throws:
SystemException

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
                                    throws SystemException
Throws:
SystemException


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