public interface BudgetPersonSalaryService
| Modifier and Type | Method and Description |
|---|---|
ScaleTwoDecimal |
findBaseSalaryForFirstPeriod(Long budgetId,
String personId,
Integer budgetPeriod)
Finds the base salary for the first Budget Period.
|
ScaleTwoDecimal findBaseSalaryForFirstPeriod(Long budgetId, String personId, Integer budgetPeriod)
budgetId - The budget Id. cannot be null.personId - The personId or rolodexId. Cannot be blank.budgetPeriod - the budget period. Cannot be null.IllegalArgumentException - if budgetId is null, if personId is blank, if budgetPeriod is nullCopyright © 2014 The Kuali Foundation. All rights reserved.