com.retek.component.directshiporder.impl.command
Class DirectShipOrderSubmitCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.directshiporder.impl.command.DirectShipOrderSubmitCommand

public class DirectShipOrderSubmitCommand
extends Command


Constructor Summary
DirectShipOrderSubmitCommand()
           
 
Method Summary
protected  void doExecute()
           
 DirectShipOrderDto getDirectShipOrderDto()
           
 DirectShipOrderDto getPreExecuteDirectShipOrderDto()
           
 void setDirectShipOrderDto(DirectShipOrderDto dtoVal)
           
 void setId(java.lang.String id)
           
 
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

DirectShipOrderSubmitCommand

public DirectShipOrderSubmitCommand()
Method Detail

setId

public void setId(java.lang.String id)

doExecute

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

getPreExecuteDirectShipOrderDto

public DirectShipOrderDto getPreExecuteDirectShipOrderDto()
                                                   throws SystemException
Throws:
SystemException

getDirectShipOrderDto

public DirectShipOrderDto getDirectShipOrderDto()
                                         throws SystemException
Throws:
SystemException

setDirectShipOrderDto

public void setDirectShipOrderDto(DirectShipOrderDto dtoVal)


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