|
||||||||||
| 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.KemidFeeServiceImpl
public class KemidFeeServiceImpl
This class is the service implementation for the KemidFeeService. This is the default, Kuali provided implementation.
| Field Summary | |
|---|---|
protected KemidCorpusValueService |
kemidCorpusValueService
|
protected KEMService |
kemService
|
protected static org.apache.log4j.Logger |
LOG
|
protected org.kuali.rice.kns.service.ParameterService |
parameterService
|
| Constructor Summary | |
|---|---|
KemidFeeServiceImpl()
|
|
| Method Summary | |
|---|---|
boolean |
chargeFeeToKemid(FeeMethod feeMethod,
KemidFee kemidFee)
Determines if the fee to be charged or not to the kemid based on the contions: FEE_IMPL_DT is equal to or less than the current date and FEE_TERM_DT is null or greater than the current date. |
Collection<KemidFee> |
getAllKemIdFee()
Gets all the KemidFee records as a collection |
Collection<KemidFee> |
getAllKemidForFeeMethodCode(String feeMethodCode)
Retrieves all KemidFee records for the given feeMethodCode. |
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
This method gets the businessObjectService. |
KemidCorpusValueService |
getKemidCorpusValueService()
Gets the kemidCorpusValueService attribute. |
protected KEMService |
getKemService()
Gets the kemService. |
protected org.kuali.rice.kns.service.ParameterService |
getParameterService()
Gets the parameterService attribute. |
boolean |
saveKemidFee(KemidFee kemidFee)
Saves the kemidFee record to the table END_KEMID_FEE_T |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService |
void |
setKemidCorpusValueService(KemidCorpusValueService kemidCorpusValueService)
Sets the kemidCorpusValueService attribute value. |
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
protected KemidCorpusValueService kemidCorpusValueService
| Constructor Detail |
|---|
public KemidFeeServiceImpl()
| Method Detail |
|---|
public Collection<KemidFee> getAllKemIdFee()
KemidFeeService
getAllKemIdFee in interface KemidFeeServiceKemidFeeService.getAllKemIdFee()public boolean saveKemidFee(KemidFee kemidFee)
KemidFeeService
saveKemidFee in interface KemidFeeServicepublic Collection<KemidFee> getAllKemidForFeeMethodCode(String feeMethodCode)
KemidFeeService
getAllKemidForFeeMethodCode in interface KemidFeeServiceorg.kuali.kfs.module.endow.batch.KemidFeeService#KemidFeeService(String)
public boolean chargeFeeToKemid(FeeMethod feeMethod,
KemidFee kemidFee)
KemidFeeService
chargeFeeToKemid in interface KemidFeeServicefeeMethod - feeMethod record, kemidFee kemidFee record
org.kuali.kfs.module.endow.batch.KemidFeeService#ChargeFeeToKemid(KemidFee, boolean)public boolean updateWaiverFeeYearToDateTotals()
updateWaiverFeeYearToDateTotals in interface KemidFeeServiceKemidFeeService.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.public KemidCorpusValueService getKemidCorpusValueService()
public void setKemidCorpusValueService(KemidCorpusValueService kemidCorpusValueService)
kemidCorpusValueService - The kemidCorpusValueService to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||