com.retek.component.customerorder
Interface CustomerOrderCorrespondenceRequest

All Superinterfaces:
BusinessObject, DistributedObject

public interface CustomerOrderCorrespondenceRequest
extends DistributedObject


Method Summary
 CorrespondenceType getCorrespondenceType()
           
 RDate getCreateDate()
           
 CustomerOrderLine getOrderLine()
           
 boolean isActive()
           
 boolean isRequestDuplicate()
           
 void setActive(boolean active)
           
 void setCorrespondenceType(CorrespondenceType type)
           
 void setOrderLine(CustomerOrderLine orderLine)
           
 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

getCorrespondenceType

public CorrespondenceType getCorrespondenceType()
                                         throws SystemException
Throws:
SystemException

getOrderLine

public CustomerOrderLine getOrderLine()
                               throws SystemException
Throws:
SystemException

isActive

public boolean isActive()
                 throws SystemException
Throws:
SystemException

getCreateDate

public RDate getCreateDate()
                    throws SystemException
Throws:
SystemException

isRequestDuplicate

public boolean isRequestDuplicate()
                           throws SystemException
Throws:
SystemException

setCorrespondenceType

public void setCorrespondenceType(CorrespondenceType type)
                           throws SystemException
Throws:
SystemException

setOrderLine

public void setOrderLine(CustomerOrderLine orderLine)
                  throws SystemException
Throws:
SystemException

setActive

public void setActive(boolean active)
               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