org.kuali.kfs.module.endow.document.service.impl
Class KemidFeeServiceImpl

java.lang.Object
  extended by org.kuali.kfs.module.endow.document.service.impl.KemidFeeServiceImpl
All Implemented Interfaces:
KemidFeeService

public class KemidFeeServiceImpl
extends Object
implements KemidFeeService

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

LOG

protected static org.apache.log4j.Logger LOG

kemService

protected KEMService kemService

parameterService

protected org.kuali.rice.kns.service.ParameterService parameterService
Constructor Detail

KemidFeeServiceImpl

public KemidFeeServiceImpl()
Method Detail

getAllKemIdFee

public Collection<KemidFee> getAllKemIdFee()
Description copied from interface: KemidFeeService
Gets all the KemidFee records as a collection

Specified by:
getAllKemIdFee in interface KemidFeeService
Returns:
collection records
See Also:
KemidFeeService.getAllKemIdFee()

updateWaiverFeeYearToDateTotals

public 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

Specified by:
updateWaiverFeeYearToDateTotals in interface KemidFeeService
Returns:
true if the amounts updated else return false
See Also:
KemidFeeService.updateWaiverFeeYearToDateTotals()

systemParametersForUpdateWaiverFeeAmounts

protected boolean systemParametersForUpdateWaiverFeeAmounts()
This method checks if the System parameters have been set up for this batch job.


getBusinessObjectService

public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
This method gets the businessObjectService.

Returns:
businessObjectService

setBusinessObjectService

public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService

Parameters:
businessObjectService -

getKemService

protected KEMService getKemService()
Gets the kemService.

Returns:
kemService

setKemService

public void setKemService(KEMService kemService)
Sets the kemService.

Parameters:
kemService -

getParameterService

protected org.kuali.rice.kns.service.ParameterService getParameterService()
Gets the parameterService attribute.

Returns:
Returns the parameterService.

setParameterService

public void setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
Sets the parameterService attribute value.

Parameters:
parameterService - The parameterService to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.