com.retek.component.banner_channel.integration.rib
Interface ChannelManagerRib

All Superinterfaces:
ChannelManager, DistributedObjectManager
All Known Implementing Classes:
ChannelManagerImpl

public interface ChannelManagerRib
extends ChannelManager


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)
           
 Channel findChannelByDisplayCode(java.lang.String displayCode)
           
 ChannelType findChannelTypeByDisplayCode(java.lang.String displayCode)
           
 
Methods inherited from interface com.retek.component.banner_channel.ChannelManager
findBannerChannelType, findBannerChannelTypes, findChannel, findChannelType, findOfferCodes, getAllChannelTypes, readBannerChannelType, readChannel, readChannelType
 
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

findChannelByDisplayCode

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

findChannelTypeByDisplayCode

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


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