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.


Method Summary
 RDate getDeliveryConfirmationDate()
           
 CustomerOrder getOrder()
           
 void setDeliveryConfirmationDate(RDate deliveryDate)
           
 void submit()
           
 
Methods inherited from interface com.retek.commons.component.DistributedObject
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Method Detail

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