com.retek.component.customer.impl.command
Class ActivityRequestSubmitCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.customer.impl.command.ActivityRequestSubmitCommand

public class ActivityRequestSubmitCommand
extends Command


Constructor Summary
ActivityRequestSubmitCommand()
           
 
Method Summary
 void addHistoryEvent(HistoryEvent event)
           
protected  void doExecute()
           
 ActivityRequest getActivityRequest()
           
 ActivityRequestDto getActivityRequestDto()
           
 java.util.List getHistoryEvents()
           
 ActivityRequestDto getPreExecuteActivityRequestDto()
           
 void setActivityRequestDto(ActivityRequestDto activityDto)
           
 
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

ActivityRequestSubmitCommand

public ActivityRequestSubmitCommand()
Method Detail

doExecute

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

getPreExecuteActivityRequestDto

public ActivityRequestDto getPreExecuteActivityRequestDto()
                                                   throws SystemException
Throws:
SystemException

getActivityRequestDto

public ActivityRequestDto getActivityRequestDto()
                                         throws SystemException
Throws:
SystemException

setActivityRequestDto

public void setActivityRequestDto(ActivityRequestDto activityDto)

getActivityRequest

public ActivityRequest getActivityRequest()
                                   throws SystemException
Throws:
SystemException

addHistoryEvent

public void addHistoryEvent(HistoryEvent event)

getHistoryEvents

public java.util.List getHistoryEvents()


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