|
||||||||||
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.MonthEndDateServiceImpl
@Transactional public class MonthEndDateServiceImpl
This class provides service for MonthEndDateService
Constructor Summary | |
---|---|
MonthEndDateServiceImpl()
|
Method Summary | |
---|---|
List<String> |
getBeginningDates()
gets the first dates of month |
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
This method gets the businessObjectService. |
Date |
getByPrimaryKey(org.kuali.rice.kns.util.KualiInteger monthEndId)
gets month end id date for a given monthEndId |
List<String> |
getEndingDates()
gets the month end dates |
org.kuali.rice.kns.util.KualiInteger |
getMonthEndId(Date monthEndDate)
gets month end id |
Date |
getMostRecentDate()
Gets the most recent date. |
org.kuali.rice.kns.util.KualiInteger |
getNextMonthEndIdForNewRecord()
gets the next month end id for the new record |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
This method sets the businessObjectService |
void |
setMonthEndDateDao(MonthEndDateDao monthEndDateDao)
Sets the monthEndDateDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonthEndDateServiceImpl()
Method Detail |
---|
public Date getByPrimaryKey(org.kuali.rice.kns.util.KualiInteger monthEndId)
MonthEndDateService
getByPrimaryKey
in interface MonthEndDateService
org.kuali.kfs.module.endow.document.service.MonthEndDateService#getMonthEndIdDate(KualiInteger)
public Date getMostRecentDate()
MonthEndDateService
getMostRecentDate
in interface MonthEndDateService
MonthEndDateService.getMostRecentDate()
public org.kuali.rice.kns.util.KualiInteger getMonthEndId(Date monthEndDate)
MonthEndDateService
getMonthEndId
in interface MonthEndDateService
MonthEndDateService.getMonthEndId(Date)
public org.kuali.rice.kns.util.KualiInteger getNextMonthEndIdForNewRecord()
MonthEndDateService
getNextMonthEndIdForNewRecord
in interface MonthEndDateService
MonthEndDateService.getNextMonthEndIdForNewRecord()
public List<String> getBeginningDates()
MonthEndDateService
getBeginningDates
in interface MonthEndDateService
MonthEndDateService.getBeginningDates()
public List<String> getEndingDates()
MonthEndDateService
getEndingDates
in interface MonthEndDateService
MonthEndDateService.getBeginningDates()
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- public void setMonthEndDateDao(MonthEndDateDao monthEndDateDao)
monthEndDateDao
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |