com.retek.component.item.impl.remote
Interface DirectShipItemSupplierServicesRemote

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

public interface DirectShipItemSupplierServicesRemote
extends DefaultSessionRemote

Remote interface for com.retek.component.item.impl.remote.DirectShipItemSupplierServices.


Method Summary
 java.util.Set findDirectShipItemSuppliersContactByItem(java.lang.String supplierId, java.lang.String itemId)
           
 DirectShipItemSupplierDto read(java.lang.String supplierId, java.lang.String itemId, ContactDayType contactDay, ContactLevelType contactLevel)
           
 DirectShipItemSupplierDto submit(DirectShipItemSupplierDto dto)
           
 
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

findDirectShipItemSuppliersContactByItem

public java.util.Set findDirectShipItemSuppliersContactByItem(java.lang.String supplierId,
                                                              java.lang.String itemId)
                                                       throws SystemException,
                                                              java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

read

public DirectShipItemSupplierDto read(java.lang.String supplierId,
                                      java.lang.String itemId,
                                      ContactDayType contactDay,
                                      ContactLevelType contactLevel)
                               throws SystemException,
                                      java.rmi.RemoteException
Throws:
SystemException
java.rmi.RemoteException

submit

public DirectShipItemSupplierDto submit(DirectShipItemSupplierDto dto)
                                 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