com.retek.component.customerorder
Interface ContainerDeliveryConfirmation
- All Superinterfaces:
- BusinessObject, DistributedObject
- public interface ContainerDeliveryConfirmation
- extends DistributedObject
This is the interface exposed to the third-party system that supports the updating of
delivery confirmation information by carriers.
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
getOrder
public CustomerOrder getOrder()
throws SystemException
- Throws:
SystemException
getDeliveryConfirmationDate
public RDate getDeliveryConfirmationDate()
throws SystemException
- Throws:
SystemException
setDeliveryConfirmationDate
public void setDeliveryConfirmationDate(RDate deliveryDate)
throws SystemException
- Throws:
SystemException
submit
public void submit()
throws SystemException,
BusinessException
- Throws:
SystemException
BusinessException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25