com.retek.component.inventory.impl.command
Class InventoryQtyAddCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.inventory.impl.command.InventoryQtyAddCommand

public class InventoryQtyAddCommand
extends Command


Constructor Summary
InventoryQtyAddCommand()
           
 
Method Summary
protected  void doExecute()
           
 InventoryQtyBucketDto getInventoryQtyBucketDto()
           
 InventoryQty getInventoryQuantity()
           
 InventoryQtyBucketDto getPreExecuteInventoryQtyBucketDto()
           
 void setInventoryQtyBucketDto(InventoryQtyBucketDto dtoVal)
           
 void setInventoryQuantity(InventoryQty inventoryQuantity)
           
 
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
 

Constructor Detail

InventoryQtyAddCommand

public InventoryQtyAddCommand()
Method Detail

setInventoryQuantity

public void setInventoryQuantity(InventoryQty inventoryQuantity)

doExecute

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

setInventoryQtyBucketDto

public void setInventoryQtyBucketDto(InventoryQtyBucketDto dtoVal)

getPreExecuteInventoryQtyBucketDto

public InventoryQtyBucketDto getPreExecuteInventoryQtyBucketDto()

getInventoryQtyBucketDto

public InventoryQtyBucketDto getInventoryQtyBucketDto()
                                               throws SystemException
Throws:
SystemException

getInventoryQuantity

public InventoryQty getInventoryQuantity()


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