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.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
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