com.retek.component.message.impl.remote
Class MessageServicesEjb

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

public class MessageServicesEjb
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
MessageServicesEjb()
           
 
Method Summary
 ReferenceCache createReferenceCacheForMessage()
           
 void ejbCreate()
           
 java.util.Set find(MessageSearchCriteria criteria)
           
 java.util.Set find(MessageSearchCriteria criteria, RDate restrictionDate)
           
 MessageDto read(DistributedReference messageRef, long version)
           
 MessageDto submit(MessageDto 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

MessageServicesEjb

public MessageServicesEjb()
Method Detail

ejbCreate

public void ejbCreate()

createReferenceCacheForMessage

public ReferenceCache createReferenceCacheForMessage()
                                              throws SystemException
Throws:
SystemException

find

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

find

public java.util.Set find(MessageSearchCriteria criteria,
                          RDate restrictionDate)
                   throws SystemException
Throws:
SystemException

read

public MessageDto read(DistributedReference messageRef,
                       long version)
                throws SystemException
Throws:
SystemException

submit

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


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