public class InstitutionalUnitServiceImpl extends Object implements InstitutionalUnitService
InstitutionalUnitService.
The implementation is primarily achieved via delegation to KC's internal
UnitService.| Constructor and Description |
|---|
InstitutionalUnitServiceImpl() |
| 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.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setUnitService(UnitService unitService) |
protected UnitDTO |
unitBoToDto(Unit unit)
Create a new Unit DTO from a Unit BO.
|
public UnitDTO getUnit(String unitNumber)
getUnit in interface InstitutionalUnitServicepublic List<UnitDTO> lookupUnits(List<HashMapElement> criteria)
InstitutionalUnitServicelookupUnits in interface InstitutionalUnitServiceInstitutionalUnitService.lookupUnits(java.util.List)public List<String> getParentUnits(String unitNumber)
getParentUnits in interface InstitutionalUnitServicepublic void setUnitService(UnitService unitService)
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.