|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.endow.batch.service.impl.CurrentTaxLotBalanceUpdateServiceImpl
@Transactional public class CurrentTaxLotBalanceUpdateServiceImpl
This class implements the CurrentTaxLotBalanceUpdateService batch job.
Field Summary | |
---|---|
protected CurrentTaxLotService |
currentTaxLotService
|
protected HoldingTaxLotService |
holdingTaxLotService
|
protected static org.apache.log4j.Logger |
LOG
|
protected org.kuali.rice.kns.service.ParameterService |
parameterService
|
Constructor Summary | |
---|---|
CurrentTaxLotBalanceUpdateServiceImpl()
Constructs a CurrentTaxLotBalanceUpdateServiceImpl instance |
Method Summary | |
---|---|
void |
clearAllCurrentTaxLotRecords()
Removes the all the records from the CurrentTaxLot table (END_CURR_TAX_LOT_BAL_T table). |
CurrentTaxLotService |
getCurrentTaxLotService()
gets the currentTaxLotService |
protected HoldingTaxLotService |
getHoldingTaxLotService()
gets the holdingTaxLotService |
protected org.kuali.rice.kns.service.ParameterService |
getParameterService()
Gets the parameterService attribute. |
void |
saveCurrentTaxLotRecord(CurrentTaxLotBalance currentTaxLotBalance)
Saves the CurrentTaxLot record to the table (END_CURR_TAX_LOT_BAL_T). |
void |
setCurrentTaxLotService(CurrentTaxLotService currentTaxLotService)
gets the currentTaxLotService |
void |
setHoldingTaxLotService(HoldingTaxLotService holdingTaxLotService)
Sets the holdingTaxLotService |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value. |
protected boolean |
systemParametersForCurrentTaxLotBalanceUpdateStepJob()
This method checks if the System parameter has been set up for this batch job. |
boolean |
updateCurrentTaxLotBalances()
the system will compile the information in the Holding Tax Lot Table along with calculations of market value and estimated income into a new table called the Current Tax Lot Balances |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
protected org.kuali.rice.kns.service.ParameterService parameterService
protected HoldingTaxLotService holdingTaxLotService
protected CurrentTaxLotService currentTaxLotService
Constructor Detail |
---|
public CurrentTaxLotBalanceUpdateServiceImpl()
Method Detail |
---|
public boolean updateCurrentTaxLotBalances()
updateCurrentTaxLotBalances
in interface CurrentTaxLotBalanceUpdateService
protected boolean systemParametersForCurrentTaxLotBalanceUpdateStepJob()
public void clearAllCurrentTaxLotRecords()
CurrentTaxLotBalanceUpdateService
clearAllCurrentTaxLotRecords
in interface CurrentTaxLotBalanceUpdateService
Method to clear all the records in the currentTaxLotBalance table
public void saveCurrentTaxLotRecord(CurrentTaxLotBalance currentTaxLotBalance)
CurrentTaxLotBalanceUpdateService
saveCurrentTaxLotRecord
in interface CurrentTaxLotBalanceUpdateService
Saves the CurrentTaxLot to the table (END_CURR_TAX_LOT_BAL_T).
protected org.kuali.rice.kns.service.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService
- The parameterService to set.protected HoldingTaxLotService getHoldingTaxLotService()
holdingTaxLotService
- The holdingTaxLotService to get.public void setHoldingTaxLotService(HoldingTaxLotService holdingTaxLotService)
holdingTaxLotService
- The holdingTaxLotService to set.public CurrentTaxLotService getCurrentTaxLotService()
currentTaxLotService
- The currentTaxLotService to get.public void setCurrentTaxLotService(CurrentTaxLotService currentTaxLotService)
currentTaxLotService
- The currentTaxLotService to get.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |