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

All Known Implementing Classes:
FrequencyDatesServiceImpl

public interface FrequencyDatesService


Method Summary
 Date calculateNextDueDate(String frequenctCode, Date currentDate)
          Gets the next due date according to the frequency code
 

Method Detail

calculateNextDueDate

Date calculateNextDueDate(String frequenctCode,
                          Date currentDate)
Gets the next due date according to the frequency code

Parameters:
frequenctCode -
currentDate -
Returns:
next due date


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