com.retek.component.banner_channel
Interface ChannelManager

All Superinterfaces:
DistributedObjectManager

public interface ChannelManager
extends DistributedObjectManager


Method Summary
 void addChannelTypeCode(java.lang.String code, java.lang.String description)
           
 Channel buildChannelInstance(java.lang.String channelDisplayCode, DistributedReference bannerRef, ChannelType channelType)
           
 ChannelType buildChannelTypeInstance(java.lang.String displayCode, java.lang.String description)
           
 BannerChannelType findBannerChannelType(Banner banner, ChannelType channelType)
           
 java.util.Set findBannerChannelTypes(BannerChannelTypeSearchCriteria criteria)
           
 java.util.Set findChannel(ChannelSearchCriteria criteria)
           
 Channel findChannelByDisplayCode(java.lang.String displayCode)
           
 java.util.Set findChannelType(ChannelTypeSearchCriteria criteria)
           
 ChannelType findChannelTypeByDisplayCode(java.lang.String displayCode)
           
 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

buildChannelInstance

public Channel buildChannelInstance(java.lang.String channelDisplayCode,
                                    DistributedReference bannerRef,
                                    ChannelType channelType)
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

buildChannelTypeInstance

public ChannelType buildChannelTypeInstance(java.lang.String displayCode,
                                            java.lang.String description)
                                     throws SystemException,
                                            BusinessException
Throws:
SystemException
BusinessException

addChannelTypeCode

public void addChannelTypeCode(java.lang.String code,
                               java.lang.String description)
                        throws SystemException,
                               BusinessException
Throws:
SystemException
BusinessException

readChannel

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

findChannel

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

findChannelByDisplayCode

public Channel findChannelByDisplayCode(java.lang.String displayCode)
                                 throws SystemException,
                                        BusinessException
Throws:
SystemException
BusinessException

readChannelType

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

findChannelType

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

findChannelTypeByDisplayCode

public ChannelType findChannelTypeByDisplayCode(java.lang.String displayCode)
                                         throws SystemException,
                                                BusinessException
Throws:
SystemException
BusinessException

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 © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25