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

All Known Implementing Classes:
ValidateDateBasedOnFrequencyCodeServiceImpl

public interface ValidateDateBasedOnFrequencyCodeService

This class...


Method Summary
 boolean validateDateBasedOnFrequencyCode(Date date, String frequencyCode)
          Validates that the given date coincides with a valid date for the given frequency code.
 

Method Detail

validateDateBasedOnFrequencyCode

boolean validateDateBasedOnFrequencyCode(Date date,
                                         String frequencyCode)
Validates that the given date coincides with a valid date for the given frequency code.

Parameters:
date -
frequencyCode -
Returns:
true if validm false otherwise


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