|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.endow.document.service.impl.KemidFeeServiceImpl
public class KemidFeeServiceImpl
This class is the service implementation for the KemidFeeService. This is the default, Kuali provided implementation.
Field Summary | |
---|---|
protected KEMService |
kemService
|
protected static org.apache.log4j.Logger |
LOG
|
protected org.kuali.rice.kns.service.ParameterService |
parameterService
|
Constructor Summary | |
---|---|
KemidFeeServiceImpl()
|
Method Summary | |
---|---|
Collection<KemidFee> |
getAllKemIdFee()
Gets all the KemidFee records as a collection |
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
This method gets the businessObjectService. |
protected KEMService |
getKemService()
Gets the kemService. |
protected org.kuali.rice.kns.service.ParameterService |
getParameterService()
Gets the parameterService attribute. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService |
void |
setKemService(KEMService kemService)
Sets the kemService. |
void |
setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value. |
protected boolean |
systemParametersForUpdateWaiverFeeAmounts()
This method checks if the System parameters have been set up for this batch job. |
boolean |
updateWaiverFeeYearToDateTotals()
Updates the END_KEMID_FEE_T table records by setting the amounts in WAIVE_FEE_YTD to zero if current date is the first day of the institution's fiscal year |
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 KEMService kemService
protected org.kuali.rice.kns.service.ParameterService parameterService
Constructor Detail |
---|
public KemidFeeServiceImpl()
Method Detail |
---|
public Collection<KemidFee> getAllKemIdFee()
KemidFeeService
getAllKemIdFee
in interface KemidFeeService
KemidFeeService.getAllKemIdFee()
public boolean updateWaiverFeeYearToDateTotals()
updateWaiverFeeYearToDateTotals
in interface KemidFeeService
KemidFeeService.updateWaiverFeeYearToDateTotals()
protected boolean systemParametersForUpdateWaiverFeeAmounts()
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- protected KEMService getKemService()
public void setKemService(KEMService kemService)
kemService
- protected org.kuali.rice.kns.service.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
parameterService
- The parameterService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |