com.retek.component.tax.impl.remote.command
Class TaxCalculateCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.tax.impl.remote.command.TaxCalculateCommand

public abstract class TaxCalculateCommand
extends Command


Field Summary
protected  TaxCalculatorDto taxCalculatorDto
           
 
Constructor Summary
TaxCalculateCommand()
           
 
Method Summary
protected abstract  void calculate(TaxCalculatorDto taxCalculatorDto)
           
protected  void doExecute()
           
 TaxCalculatorDto getTaxCalculatorDto()
           
 void setTaxCalculatorDto(TaxCalculatorDto taxCalculatorDto)
           
 
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
 

Field Detail

taxCalculatorDto

protected TaxCalculatorDto taxCalculatorDto
Constructor Detail

TaxCalculateCommand

public TaxCalculateCommand()
Method Detail

doExecute

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

setTaxCalculatorDto

public void setTaxCalculatorDto(TaxCalculatorDto taxCalculatorDto)

getTaxCalculatorDto

public TaxCalculatorDto getTaxCalculatorDto()
                                     throws SystemException
Throws:
SystemException

calculate

protected abstract void calculate(TaxCalculatorDto taxCalculatorDto)
                           throws SystemException
Throws:
SystemException


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