com.retek.component.banner_channel.impl.remote
Interface BannerChannelTypeServicesRemote

All Superinterfaces:
DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface BannerChannelTypeServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.banner_channel.impl.remote.BannerChannelTypeServices.


Method Summary
 java.util.Set findBannerChannelTypes(BannerChannelTypeSearchCriteria criteria)
           
 java.util.Set findOfferCodes(OfferCodeSearchCriteria criteria)
           
 BannerChannelTypeDto readBannerChannelType(DistributedReference ref, long version)
           
 OfferCodeDto readOfferCode(DistributedReference ref, long version)
           
 
Methods inherited from interface com.retek.commons.domain.core.impl.remote.DefaultSessionRemote
getLocal, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

findBannerChannelTypes

public java.util.Set findBannerChannelTypes(BannerChannelTypeSearchCriteria criteria)
                                     throws SystemException,
                                            java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findOfferCodes

public java.util.Set findOfferCodes(OfferCodeSearchCriteria criteria)
                             throws SystemException,
                                    java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readBannerChannelType

public BannerChannelTypeDto readBannerChannelType(DistributedReference ref,
                                                  long version)
                                           throws SystemException,
                                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

readOfferCode

public OfferCodeDto readOfferCode(DistributedReference ref,
                                  long version)
                           throws SystemException,
                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException


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