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

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

public interface CatalogTypeServiceRemote
extends DefaultSessionRemote

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


Method Summary
 ReferenceCache createReferenceCacheForCatalogType()
           
 java.util.Set findAll()
           
 CatalogTypeDto readCatalogType(DistributedReference reference, long version)
           
 CatalogTypeDto submit(CatalogTypeDto catalogTypeDto, 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

createReferenceCacheForCatalogType

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

findAll

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

readCatalogType

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

submit

public CatalogTypeDto submit(CatalogTypeDto catalogTypeDto,
                             DistributedReference userRef)
                      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