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

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

public interface ChannelTypeServiceRemote
extends DefaultSessionRemote

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


Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 java.util.Set find(ChannelTypeSearchCriteria criteria)
           
 java.util.Set getAllChannelTypes()
           
 ChannelTypeDto read(DistributedReference ref, long version)
           
 ChannelTypeDto submit(ChannelTypeDto dto)
           
 
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

createReferenceCache

public ReferenceCache createReferenceCache(java.lang.Class businessInterface)
                                    throws SystemException,
                                           java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

find

public java.util.Set find(ChannelTypeSearchCriteria criteria)
                   throws SystemException,
                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

getAllChannelTypes

public java.util.Set getAllChannelTypes()
                                 throws SystemException,
                                        java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

read

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

submit

public ChannelTypeDto submit(ChannelTypeDto dto)
                      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