public interface UnitRepositoryService
| Modifier and Type | Method and Description |
|---|---|
UnitContract |
findTopUnit()
Finds the top unit in the hierarchy.
|
UnitContract |
findUnitByUnitNumber(String unitNumber)
Finds a unit by unit number.
|
UnitContract findUnitByUnitNumber(String unitNumber)
unitNumber - the unit number. Cannot be blank.IllegalArgumentException - if the unitNumber is blankUnitContract findTopUnit()
Copyright © 2014 The Kuali Foundation. All rights reserved.