com.retek.component.banner_channel.impl.remote
Class ChannelTypeServiceEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.retek.component.banner_channel.impl.remote.ChannelTypeServiceEjb
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class ChannelTypeServiceEjb
extends DefaultSessionEjb

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
ChannelTypeServiceEjb()
           
 
Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 void ejbCreate()
           
 java.util.Set find(ChannelTypeSearchCriteria criteria)
           
 java.util.Set getAllChannelTypes()
           
 ChannelTypeDto read(DistributedReference ref, long version)
           
 ChannelTypeDto submit(ChannelTypeDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelTypeServiceEjb

public ChannelTypeServiceEjb()
Method Detail

ejbCreate

public void ejbCreate()

submit

public ChannelTypeDto submit(ChannelTypeDto dto)
                      throws SystemException
Throws:
SystemException

createReferenceCache

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

read

public ChannelTypeDto read(DistributedReference ref,
                           long version)
                    throws SystemException
Throws:
SystemException

find

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

getAllChannelTypes

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


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