public interface InstitutionalUnitService
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getParentUnits(String unitNumber)
Retrieve the parent units of the given unit number.
|
UnitDTO |
getUnit(String unitNumber)
Get the Unit record corresponding to the given unit number.
|
List<UnitDTO> |
lookupUnits(List<HashMapElement> criteria)
Lookup Units according to the given search criteria.
|
UnitDTO getUnit(String unitNumber)
unitNumber - List<UnitDTO> lookupUnits(List<HashMapElement> criteria)
searchCriteria - Key-value pair map of search criteria.Copyright © 2013 The Kuali Foundation. All Rights Reserved.