com.retek.component.item.impl.remote
Interface ShipRestrictionServiceRemote
- All Superinterfaces:
- DefaultSessionRemote, javax.ejb.EJBObject, java.rmi.Remote
- public interface ShipRestrictionServiceRemote
- extends DefaultSessionRemote
Remote interface for com.retek.component.item.impl.remote.ShipRestrictionService.
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
createReferenceCacheForAddressCode
public ReferenceCache createReferenceCacheForAddressCode()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
createReferenceCacheForShipRestriction
public ReferenceCache createReferenceCacheForShipRestriction()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAddressCode
public java.util.Set findAddressCode(AddressCodeSearchCriteria criteria)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findAllAddressCodes
public java.util.Set findAllAddressCodes()
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
findShipRestrictions
public java.util.Set findShipRestrictions(ShipRestrictionSearchCriteria criteria)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readAddressCode
public AddressCodeDto readAddressCode(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
readShipRestriction
public ShipRestrictionDto readShipRestriction(DistributedReference ref,
long version)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submit
public ShipRestrictionDto submit(ShipRestrictionDto dto)
throws SystemException,
java.rmi.RemoteException
- Throws:
SystemException
java.rmi.RemoteException
submit
public AddressCodeDto submit(AddressCodeDto 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