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

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

public abstract class TaxCreditCommand
extends Command


Field Summary
protected  TaxCreditorDto taxCreditDto
           
 
Constructor Summary
TaxCreditCommand()
           
 
Method Summary
protected abstract  void creditTax(TaxCreditorDto taxCreditorDto)
           
protected  void doExecute()
           
 TaxCreditorDto getTaxCreditorDto()
           
 void setTaxCreditorDto(TaxCreditorDto taxCreditDto)
           
 
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

taxCreditDto

protected TaxCreditorDto taxCreditDto
Constructor Detail

TaxCreditCommand

public TaxCreditCommand()
Method Detail

doExecute

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

setTaxCreditorDto

public void setTaxCreditorDto(TaxCreditorDto taxCreditDto)

getTaxCreditorDto

public TaxCreditorDto getTaxCreditorDto()
                                 throws SystemException
Throws:
SystemException

creditTax

protected abstract void creditTax(TaxCreditorDto taxCreditorDto)
                           throws SystemException
Throws:
SystemException


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