|
||||||||||
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.UpdateHistoryCashServiceImpl
public class UpdateHistoryCashServiceImpl
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
LOG
|
Constructor Summary | |
---|---|
UpdateHistoryCashServiceImpl()
|
Method Summary | |
---|---|
protected boolean |
appendNewHistoricalCashRecords(org.kuali.rice.kns.util.KualiInteger monthEndDateId)
For each current cash records, creates a record in historical cash table |
protected org.kuali.rice.kns.util.KualiInteger |
appendNewMonthEndDate(Date monthEndDate)
calculates the next month end date id using the month end date service and uses that value to insert a new record into the month end date table. |
protected org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
gets businessObjectService |
protected KEMService |
getKemService()
gets kemService |
protected MonthEndDateService |
getMonthEndDateService()
gets monthEndDateService |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService. |
void |
setKemService(KEMService kemService)
Sets the kemService. |
void |
setMonthEndDateService(MonthEndDateService monthEndDateService)
Sets the monthEndDateService. |
boolean |
updateHistoryCash()
At the end of each month, creates the current month end date record in END_ME_DT_T and appends current cash balance records to the history table. |
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
Constructor Detail |
---|
public UpdateHistoryCashServiceImpl()
Method Detail |
---|
public boolean updateHistoryCash()
UpdateHistoryCashService
updateHistoryCash
in interface UpdateHistoryCashService
UpdateHistoryCashService.updateHistoryCash()
protected org.kuali.rice.kns.util.KualiInteger appendNewMonthEndDate(Date monthEndDate)
monthEndDate
- current date
protected boolean appendNewHistoricalCashRecords(org.kuali.rice.kns.util.KualiInteger monthEndDateId)
monthEndDateId
-
public void setMonthEndDateService(MonthEndDateService monthEndDateService)
monthEndDateService
- public void setKemService(KEMService kemService)
kemService
- public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- protected KEMService getKemService()
protected org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
protected MonthEndDateService getMonthEndDateService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |