com.retek.component.banner_channel
Interface BannerManager

All Superinterfaces:
DistributedObjectManager

public interface BannerManager
extends DistributedObjectManager


Method Summary
 Banner buildBannerInstance(java.lang.String displayCode)
           
 java.util.Set findAllBanners()
           
 Banner findBannerByDisplayCode(java.lang.String displayCode)
           
 java.util.Set findBanners(BannerSearchCriteria criteria)
           
 Banner readBanner(DistributedReference ref)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

buildBannerInstance

public Banner buildBannerInstance(java.lang.String displayCode)
                           throws SystemException
Throws:
SystemException

readBanner

public Banner readBanner(DistributedReference ref)
                  throws SystemException
Throws:
SystemException

findBannerByDisplayCode

public Banner findBannerByDisplayCode(java.lang.String displayCode)
                               throws SystemException,
                                      BusinessException
Throws:
SystemException
BusinessException

findAllBanners

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

findBanners

public java.util.Set findBanners(BannerSearchCriteria criteria)
                          throws SystemException
Throws:
SystemException


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25