com.retek.component.history.impl.remote
Interface HistoryServicesRemote

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

public interface HistoryServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.history.impl.remote.HistoryServices.


Method Summary
 ReferenceCache createReferenceCacheForHistoryEvent()
           
 ReferenceCache createReferenceCacheForHistoryEventType()
           
 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 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

createReferenceCacheForHistoryEvent

public ReferenceCache createReferenceCacheForHistoryEvent()
                                                   throws SystemException,
                                                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

createReferenceCacheForHistoryEventType

public ReferenceCache createReferenceCacheForHistoryEventType()
                                                       throws SystemException,
                                                              java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

find

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

findHistoryEventTypes

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

read

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

readHistoryEventType

public HistoryEventTypeDto readHistoryEventType(DistributedReference reference,
                                                long version)
                                         throws SystemException,
                                                java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submit

public HistoryEventDto submit(HistoryEventDto historyEventDto)
                       throws SystemException,
                              java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submit

public HistoryEventTypeDto submit(HistoryEventTypeDto historyEventTypeDto)
                           throws SystemException,
                                  java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submitHistoryEvents

public void submitHistoryEvents(java.util.Collection eventRequests)
                         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