com.retek.component.customer.impl.remote
Interface ActivityRequestServicesRemote

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

public interface ActivityRequestServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.customer.impl.remote.ActivityRequestServices.


Method Summary
 ReferenceCache createReferenceCacheForActivityRequest(java.lang.Class businessInterface)
           
 java.util.Set find(DistributedReference customerRef)
           
 java.util.Set findOpenActivityRequests()
           
 ActivityRequestDto read(DistributedReference ref, long version)
           
 ActivityRequestDto submit(ActivityRequestDto activityRequestDto)
           
 
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

createReferenceCacheForActivityRequest

public ReferenceCache createReferenceCacheForActivityRequest(java.lang.Class businessInterface)
                                                      throws SystemException,
                                                             java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

find

public java.util.Set find(DistributedReference customerRef)
                   throws SystemException,
                          java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

findOpenActivityRequests

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

read

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

submit

public ActivityRequestDto submit(ActivityRequestDto activityRequestDto)
                          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