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

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

public class CatalogRequestSubmitCommand
extends Command


Constructor Summary
CatalogRequestSubmitCommand()
           
 
Method Summary
protected  void doExecute()
           
 CatalogRequestDto getCatalogRequestDto()
           
 CatalogRequestDto getPreExecuteCatalogRequestDto()
           
 User getUser()
           
 void setCatalogRequestDto(CatalogRequestDto dtoVal)
           
 void setUser(User user)
           
 
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

CatalogRequestSubmitCommand

public CatalogRequestSubmitCommand()
Method Detail

doExecute

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

getUser

public User getUser()

setUser

public void setUser(User user)

getPreExecuteCatalogRequestDto

public CatalogRequestDto getPreExecuteCatalogRequestDto()

getCatalogRequestDto

public CatalogRequestDto getCatalogRequestDto()
                                       throws SystemException
Throws:
SystemException

setCatalogRequestDto

public void setCatalogRequestDto(CatalogRequestDto dtoVal)


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