com.retek.component.banner_channel
Interface BannerChannelType

All Superinterfaces:
BusinessObject, DistributedObject
All Known Implementing Classes:
BannerChannelTypeImpl

public interface BannerChannelType
extends DistributedObject


Method Summary
 void addOfferCode(OfferCode offerCode)
           
 java.util.Set getAllTenderTypeOrderSources()
           
 java.util.Set getAllTenderTypes()
           
 Banner getBanner()
           
 ChannelType getChannelType()
           
 OfferCode getOfferCode()
           
 java.util.Set getTenderTypes(OrderSource orderSource)
           
 boolean isTenderTypeGroupIncluded(java.lang.String string, OrderSource orderSource)
           
 boolean isTenderTypeValidFor(TenderType tenderType, OrderSource orderSource)
           
 void validateTenderTypeFor(TenderType tenderType, OrderSource orderSource)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

getBanner

public Banner getBanner()
                 throws SystemException
Throws:
SystemException

getChannelType

public ChannelType getChannelType()
                           throws SystemException
Throws:
SystemException

getAllTenderTypeOrderSources

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

getTenderTypes

public java.util.Set getTenderTypes(OrderSource orderSource)
                             throws SystemException
Throws:
SystemException

getAllTenderTypes

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

isTenderTypeValidFor

public boolean isTenderTypeValidFor(TenderType tenderType,
                                    OrderSource orderSource)
                             throws SystemException,
                                    BusinessException
Throws:
SystemException
BusinessException

validateTenderTypeFor

public void validateTenderTypeFor(TenderType tenderType,
                                  OrderSource orderSource)
                           throws SystemException,
                                  BusinessException
Throws:
SystemException
BusinessException

isTenderTypeGroupIncluded

public boolean isTenderTypeGroupIncluded(java.lang.String string,
                                         OrderSource orderSource)
                                  throws SystemException
Throws:
SystemException

addOfferCode

public void addOfferCode(OfferCode offerCode)
                  throws SystemException
Throws:
SystemException

getOfferCode

public OfferCode getOfferCode()
                       throws SystemException
Throws:
SystemException


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