com.retek.component.customerorder.impl.remote.command
Class PublishReturnSaleRemoteCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.customerorder.impl.remote.command.PublishReturnSaleRemoteCommand

public class PublishReturnSaleRemoteCommand
extends Command


Constructor Summary
PublishReturnSaleRemoteCommand()
           
 
Method Summary
 void doExecute()
           
static int getNumRequestsProcessed()
           
 ReturnLine getReturnLine()
           
 com.retek.rib.binding.payload.CustRetSaleDesc getReturnSalePayload()
           
protected  void incrementNumRequestsProcessed()
           
 void setReturnLine(ReturnLine returnLine)
           
 
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

PublishReturnSaleRemoteCommand

public PublishReturnSaleRemoteCommand()
Method Detail

getReturnLine

public ReturnLine getReturnLine()

setReturnLine

public void setReturnLine(ReturnLine returnLine)

getNumRequestsProcessed

public static int getNumRequestsProcessed()

incrementNumRequestsProcessed

protected void incrementNumRequestsProcessed()

getReturnSalePayload

public com.retek.rib.binding.payload.CustRetSaleDesc getReturnSalePayload()

doExecute

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


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