com.retek.component.customerorder
Interface CustomerOrderPendReason

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, Taskable
All Known Implementing Classes:
CustomerOrderPendReasonImpl

public interface CustomerOrderPendReason
extends DistributedObject, Taskable


Method Summary
 Accommodation getAccommodation()
           
 java.lang.String getDescription()
           
 CustomerOrderLine getOrderLine()
           
 OrderPendReason getOrderPendReason()
           
 PendRule getPendRule()
           
 ReturnLine getReturnLine()
           
 SystematicPendType getSystematicPendType()
           
 Task getTask()
           
 void inactivate(CustomerOrder order, User user)
           
 boolean isActive()
           
 boolean isManualPend()
           
 boolean isSystematicPend()
           
 boolean isUserDefinedPend()
           
 void setAccommodation(Accommodation accommodation)
           
 void setActive(boolean active)
           
 void setOrderLine(CustomerOrderLine orderLine)
           
 void setOrderPendReason(OrderPendReason orderPendReason)
           
 void setPendRule(PendRule pendRule)
           
 void setReturnLine(ReturnLine returnLine)
           
 void setSystematicPendType(SystematicPendType systematicPendType)
           
 
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
 
Methods inherited from interface com.retek.component.task.Taskable
getReference
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 

Method Detail

isActive

public boolean isActive()
                 throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException

getOrderPendReason

public OrderPendReason getOrderPendReason()
                                   throws SystemException
Throws:
SystemException

isSystematicPend

public boolean isSystematicPend()
                         throws SystemException
Throws:
SystemException

isManualPend

public boolean isManualPend()
                     throws SystemException
Throws:
SystemException

isUserDefinedPend

public boolean isUserDefinedPend()
                          throws SystemException
Throws:
SystemException

getSystematicPendType

public SystematicPendType getSystematicPendType()
                                         throws SystemException
Throws:
SystemException

setSystematicPendType

public void setSystematicPendType(SystematicPendType systematicPendType)
                           throws SystemException
Throws:
SystemException

getPendRule

public PendRule getPendRule()
                     throws SystemException,
                            BusinessException
Throws:
SystemException
BusinessException

setActive

public void setActive(boolean active)
               throws SystemException
Throws:
SystemException

setOrderPendReason

public void setOrderPendReason(OrderPendReason orderPendReason)
                        throws SystemException
Throws:
SystemException

setPendRule

public void setPendRule(PendRule pendRule)
                 throws SystemException
Throws:
SystemException

getTask

public Task getTask()
             throws SystemException,
                    BusinessException
Throws:
SystemException
BusinessException

inactivate

public void inactivate(CustomerOrder order,
                       User user)
                throws SystemException,
                       BusinessException
Throws:
SystemException
BusinessException

getOrderLine

public CustomerOrderLine getOrderLine()
                               throws SystemException
Throws:
SystemException

setOrderLine

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

getReturnLine

public ReturnLine getReturnLine()
                         throws SystemException
Throws:
SystemException

setReturnLine

public void setReturnLine(ReturnLine returnLine)
                   throws SystemException
Throws:
SystemException

getAccommodation

public Accommodation getAccommodation()
                               throws SystemException
Throws:
SystemException

setAccommodation

public void setAccommodation(Accommodation accommodation)
                      throws SystemException
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28