org.kuali.kfs.module.endow.document.service
Interface MonthEndDateService

All Known Implementing Classes:
MonthEndDateServiceImpl

public interface MonthEndDateService

MonthEndDateService interface to provide the method to get month end date id


Method Summary
 List<String> getBeginningDates()
          gets the first dates of month
 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
 

Method Detail

getByPrimaryKey

Date getByPrimaryKey(org.kuali.rice.kns.util.KualiInteger monthEndId)
gets month end id date for a given monthEndId

Parameters:
monthEndId -
Returns:
monthEndIdDate

getMostRecentDate

Date getMostRecentDate()
Gets the most recent date. it is basically the last record in END_ME_DT_T, where the ID is the highest number

Returns:
mostRecentDate

getMonthEndId

org.kuali.rice.kns.util.KualiInteger getMonthEndId(Date monthEndDate)
gets month end id

Parameters:
monthEndDate -
Returns:
monthEndDateId

getNextMonthEndIdForNewRecord

org.kuali.rice.kns.util.KualiInteger getNextMonthEndIdForNewRecord()
gets the next month end id for the new record

Returns:
monthEndDateId

getBeginningDates

List<String> getBeginningDates()
gets the first dates of month

Returns:

getEndingDates

List<String> getEndingDates()
gets the month end dates

Returns:


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