| Modifier and Type | Method and Description |
|---|---|
Frequency |
AwardTemplateReportTerm.getFrequency()
Gets the frequency attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardTemplateReportTerm.setFrequency(Frequency frequency)
Sets the frequency attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
Frequency |
ValidFrequencyBase.getFrequency() |
Frequency |
ValidClassReportFrequency.getFrequency() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Frequency.equals(Frequency frequency)
Convenience method for equality of Frequency
|
void |
ValidFrequencyBase.setFrequency(Frequency frequency) |
void |
ValidClassReportFrequency.setFrequency(Frequency frequency) |
| Modifier and Type | Method and Description |
|---|---|
Frequency |
AwardReportTerm.getFrequency()
Gets the frequency attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwardReportTerm.setFrequency(Frequency frequency)
Sets the frequency attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
Frequency |
ReportTracking.getFrequency() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportTracking.setFrequency(Frequency frequency) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AwardScheduleGenerationServiceImpl.addNumberOfMonthsToStartDate(Frequency frequency,
Calendar calendar)
If the frequency is x monthly, numberOfMonths field in Frequency BO specifies the same.
|
protected void |
AwardScheduleGenerationServiceImpl.addOffSetPeriodToStartDate(Frequency frequency,
Calendar calendar)
numberOfDays,AdvanceNumberOfDays and AdvanceNumberOfMonths fields of Frequency BO represent any offset from the base date, if present.
|
protected Date |
AwardScheduleGenerationServiceImpl.getStartDateFromTheBaseDate(Calendar calendar,
Frequency frequency)
This is a helper method that updates the base date based on frequency if required to get the start date.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.