|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.domain.core.Command
com.retek.component.tax.impl.remote.command.TaxCreditCommand
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 |
protected TaxCreditorDto taxCreditDto
Constructor Detail |
public TaxCreditCommand()
Method Detail |
protected void doExecute() throws SystemException, BusinessException
doExecute
in class Command
SystemException
BusinessException
public void setTaxCreditorDto(TaxCreditorDto taxCreditDto)
public TaxCreditorDto getTaxCreditorDto() throws SystemException
SystemException
protected abstract void creditTax(TaxCreditorDto taxCreditorDto) throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |