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

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

public class InventoryQtySubmitCommand
extends Command


Constructor Summary
InventoryQtySubmitCommand()
           
 
Method Summary
protected  void doExecute()
           
 InventoryQtyDto getInventoryQtyDto()
           
 InventoryQtyDto getPreExecuteInventoryQtyDto()
           
 void setInventoryQtyDto(InventoryQtyDto dtoVal)
           
 
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

InventoryQtySubmitCommand

public InventoryQtySubmitCommand()
Method Detail

doExecute

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

getPreExecuteInventoryQtyDto

public InventoryQtyDto getPreExecuteInventoryQtyDto()

getInventoryQtyDto

public InventoryQtyDto getInventoryQtyDto()
                                   throws SystemException
Throws:
SystemException

setInventoryQtyDto

public void setInventoryQtyDto(InventoryQtyDto dtoVal)


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