com.retek.component.banner_channel
Interface ChannelManager
- All Superinterfaces:
- DistributedObjectManager
- public interface ChannelManager
- extends DistributedObjectManager
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