com.retek.component.customerorder.impl.remote.command
Class PublishInventoryAdjustmentRemoteCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.customerorder.impl.remote.command.PublishInventoryAdjustmentRemoteCommand

public class PublishInventoryAdjustmentRemoteCommand
extends Command


Field Summary
static java.lang.String AVAILABLE_TO_SELL_DISPOSITION_CODE
           
static java.lang.String ITEM_DISPOSED_REASON_CODE
           
static java.lang.String ITEM_NOT_DISPOSED_REASON_CODE
           
static java.lang.String REPLACEMENT_IN_REASON_CODE
           
static java.lang.String RETURN_NOT_REQUIRED_REASON_CODE
           
 
Constructor Summary
PublishInventoryAdjustmentRemoteCommand()
           
 
Method Summary
 void doExecute()
           
 Quantity getAdjustmentQuantity()
           
 com.retek.rib.binding.payload.InvAdjustDesc getInvAdjuDescPayload()
           
 java.lang.String getLocation()
           
static int getNumRequestsProcessed()
           
 java.lang.String getReasonCode()
           
 ReturnLine getReturnLine()
           
protected  void incrementNumRequestsProcessed()
           
 void setAdjustmentQuantity(Quantity adjustmentQty)
           
 void setLocation(java.lang.String location)
           
 void setReasonCode(java.lang.String reasonCode)
           
 void setReturnLine(ReturnLine returnLine)
           
 
Methods inherited from class com.retek.commons.domain.core.Command
addPostExecutionRule, addPreExecutionRule, execute, getContext, isExecuted, processRules, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AVAILABLE_TO_SELL_DISPOSITION_CODE

public static final java.lang.String AVAILABLE_TO_SELL_DISPOSITION_CODE
See Also:
Constant Field Values

RETURN_NOT_REQUIRED_REASON_CODE

public static final java.lang.String RETURN_NOT_REQUIRED_REASON_CODE
See Also:
Constant Field Values

ITEM_DISPOSED_REASON_CODE

public static final java.lang.String ITEM_DISPOSED_REASON_CODE
See Also:
Constant Field Values

ITEM_NOT_DISPOSED_REASON_CODE

public static final java.lang.String ITEM_NOT_DISPOSED_REASON_CODE
See Also:
Constant Field Values

REPLACEMENT_IN_REASON_CODE

public static final java.lang.String REPLACEMENT_IN_REASON_CODE
See Also:
Constant Field Values
Constructor Detail

PublishInventoryAdjustmentRemoteCommand

public PublishInventoryAdjustmentRemoteCommand()
Method Detail

getReasonCode

public java.lang.String getReasonCode()

setReasonCode

public void setReasonCode(java.lang.String reasonCode)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

getAdjustmentQuantity

public Quantity getAdjustmentQuantity()

setAdjustmentQuantity

public void setAdjustmentQuantity(Quantity adjustmentQty)

getReturnLine

public ReturnLine getReturnLine()

getNumRequestsProcessed

public static int getNumRequestsProcessed()

incrementNumRequestsProcessed

protected void incrementNumRequestsProcessed()

setReturnLine

public void setReturnLine(ReturnLine returnLine)

getInvAdjuDescPayload

public com.retek.rib.binding.payload.InvAdjustDesc getInvAdjuDescPayload()

doExecute

public void doExecute()
               throws SystemException,
                      BusinessException
Specified by:
doExecute in class Command
Throws:
SystemException
BusinessException


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