com.retek.component.customerorder.impl.remote
Interface CallTagServicesRemote

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

public interface CallTagServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.customerorder.impl.remote.CallTagServices.


Method Summary
 ReferenceCache createReferenceCache(java.lang.Class businessInterface)
           
 CallTagDto read(DistributedReference ref, long version)
           
 CallTagDto submit(CallTagDto dto, DistributedReference userRef)
           
 
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

createReferenceCache

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

read

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

submit

public CallTagDto submit(CallTagDto dto,
                         DistributedReference userRef)
                  throws SystemException,
                         BusinessException,
                         java.rmi.RemoteException
Throws:
SystemException
BusinessException
java.rmi.RemoteException


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