com.retek.component.banner_channel
Interface ChannelManager

All Superinterfaces:
DistributedObjectManager
All Known Subinterfaces:
ChannelManagerRib
All Known Implementing Classes:
ChannelManagerImpl

public interface ChannelManager
extends DistributedObjectManager


Method Summary
 BannerChannelType findBannerChannelType(Banner banner, ChannelType channelType)
           
 java.util.Set findBannerChannelTypes(BannerChannelTypeSearchCriteria criteria)
           
 java.util.Set findChannel(ChannelSearchCriteria criteria)
           
 java.util.Set findChannelType(ChannelTypeSearchCriteria criteria)
           
 java.util.Set findOfferCodes(OfferCodeSearchCriteria criteria)
           
 java.util.Set getAllChannelTypes()
           
 BannerChannelType readBannerChannelType(DistributedReference bannerChannelTypeRef)
           
 Channel readChannel(DistributedReference ref)
           
 ChannelType readChannelType(DistributedReference channelTypeRef)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

readChannel

public Channel readChannel(DistributedReference ref)
                    throws SystemException
Throws:
SystemException

findChannel

public java.util.Set findChannel(ChannelSearchCriteria criteria)
                          throws SystemException
Throws:
SystemException

readChannelType

public ChannelType readChannelType(DistributedReference channelTypeRef)
                            throws SystemException
Throws:
SystemException

findChannelType

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

readBannerChannelType

public BannerChannelType readBannerChannelType(DistributedReference bannerChannelTypeRef)
                                        throws SystemException
Throws:
SystemException

findBannerChannelTypes

public java.util.Set findBannerChannelTypes(BannerChannelTypeSearchCriteria criteria)
                                     throws SystemException
Throws:
SystemException

findBannerChannelType

public BannerChannelType findBannerChannelType(Banner banner,
                                               ChannelType channelType)
                                        throws SystemException
Throws:
SystemException

findOfferCodes

public java.util.Set findOfferCodes(OfferCodeSearchCriteria criteria)
                             throws SystemException
Throws:
SystemException

getAllChannelTypes

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


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