|
||||||||||
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.FeeMethodServiceImpl
public class FeeMethodServiceImpl
This class is the service implementation for the Fee Method. This is the default, Kuali provided implementation.
Constructor Summary | |
---|---|
FeeMethodServiceImpl()
|
Method Summary | |
---|---|
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
This method gets the businessObjectService. |
FeeMethod |
getByPrimaryKey(String feeMethodCode)
Gets a feeMethod by primary key. |
org.kuali.rice.kns.service.DateTimeService |
getDateTimeService()
Gets the dateTimeService. |
Date |
getFeeMethodNextProcessDate(String feeMethodCode)
Gets the feeMethod next process date. |
String |
getFeeMethodNextProcessDateForAjax(String feeMethodCode)
Gets the feeMethod next process date as a String for use in javascript. |
Collection<FeeMethod> |
getFeeMethods()
Gets a collection of record from END_FEE_MTHD_T table |
Collection<FeeMethod> |
getFeeMethodsByNextProcessingDate(Date currentDate)
Gets a collection of record from END_FEE_MTHD_T table based on next processing date (FEE_NXT_PROC_DT) is equal to the current date. |
boolean |
isFeeMethodUsedOnAnyKemid(String feeMethodCode)
Checks if the fee method is used on any Kemid. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService |
void |
setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeeMethodServiceImpl()
Method Detail |
---|
public Collection<FeeMethod> getFeeMethodsByNextProcessingDate(Date currentDate)
FeeMethodService
getFeeMethodsByNextProcessingDate
in interface FeeMethodService
FeeMethodService.getFeeMethodsByNextProcessingDate(Date)
public Collection<FeeMethod> getFeeMethods()
FeeMethodService
getFeeMethods
in interface FeeMethodService
FeeMethodService.getFeeMethods()
public FeeMethod getByPrimaryKey(String feeMethodCode)
FeeMethodService
getByPrimaryKey
in interface FeeMethodService
FeeMethodService.getByPrimaryKey(java.lang.String)
public String getFeeMethodNextProcessDateForAjax(String feeMethodCode)
FeeMethodService
getFeeMethodNextProcessDateForAjax
in interface FeeMethodService
FeeMethodService.getFeeMethodNextProcessDate(java.lang.String)
public Date getFeeMethodNextProcessDate(String feeMethodCode)
FeeMethodService
getFeeMethodNextProcessDate
in interface FeeMethodService
FeeMethodService.getFeeMethodNextProcessDate(java.lang.String)
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- public org.kuali.rice.kns.service.DateTimeService getDateTimeService()
public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
dateTimeService
- public boolean isFeeMethodUsedOnAnyKemid(String feeMethodCode)
FeeMethodService
isFeeMethodUsedOnAnyKemid
in interface FeeMethodService
FeeMethodService.isFeeMethodUsedOnAnyKemid(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |