com.retek.component.history.impl.remote
Class HistoryServicesEjb

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

public class HistoryServicesEjb
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
HistoryServicesEjb()
           
 
Method Summary
 ReferenceCache createReferenceCacheForHistoryEvent()
           
 ReferenceCache createReferenceCacheForHistoryEventType()
           
 void ejbCreate()
           
 java.util.List find(HistoryEventSearchCriteria criteria)
           
 java.util.Set findHistoryEventTypes()
           
 HistoryEventDto read(DistributedReference reference, long version)
           
 HistoryEventTypeDto readHistoryEventType(DistributedReference reference, long version)
           
 HistoryEventDto submit(HistoryEventDto historyEventDto)
           
 HistoryEventTypeDto submit(HistoryEventTypeDto historyEventTypeDto)
           
 void submitHistoryEvents(java.util.Collection eventRequests)
           
 
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

HistoryServicesEjb

public HistoryServicesEjb()
Method Detail

ejbCreate

public void ejbCreate()

read

public HistoryEventDto read(DistributedReference reference,
                            long version)
                     throws SystemException
Throws:
SystemException

readHistoryEventType

public HistoryEventTypeDto readHistoryEventType(DistributedReference reference,
                                                long version)
                                         throws SystemException
Throws:
SystemException

submit

public HistoryEventDto submit(HistoryEventDto historyEventDto)
                       throws SystemException
Throws:
SystemException

submit

public HistoryEventTypeDto submit(HistoryEventTypeDto historyEventTypeDto)
                           throws SystemException
Throws:
SystemException

submitHistoryEvents

public void submitHistoryEvents(java.util.Collection eventRequests)
                         throws SystemException
Throws:
SystemException

createReferenceCacheForHistoryEvent

public ReferenceCache createReferenceCacheForHistoryEvent()
                                                   throws SystemException
Throws:
SystemException

createReferenceCacheForHistoryEventType

public ReferenceCache createReferenceCacheForHistoryEventType()
                                                       throws SystemException
Throws:
SystemException

find

public java.util.List find(HistoryEventSearchCriteria criteria)
                    throws SystemException
Throws:
SystemException

findHistoryEventTypes

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


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