org.kuali.kfs.module.external.kc.webService
Interface InstitutionalUnitService


public interface InstitutionalUnitService

This class was generated by Apache CXF 2.2.10 Thu Sep 30 15:50:58 HST 2010 Generated source version: 2.2.10


Method Summary
 List<String> getParentUnits(String unitNumber)
           
 UnitDTO getUnit(String unitNumber)
           
 List<UnitDTO> lookupUnits(List<HashMapElement> searchCriteria)
           
 

Method Detail

getUnit

@RequestWrapper(localName="getUnit",
                targetNamespace="KC",
                className="kc.GetUnit")
@ResponseWrapper(localName="getUnitResponse",
                 targetNamespace="KC",
                 className="kc.GetUnitResponse")
UnitDTO getUnit(String unitNumber)

getParentUnits

@RequestWrapper(localName="getParentUnits",
                targetNamespace="KC",
                className="kc.GetParentUnits")
@ResponseWrapper(localName="getParentUnitsResponse",
                 targetNamespace="KC",
                 className="kc.GetParentUnitsResponse")
List<String> getParentUnits(String unitNumber)

lookupUnits

@RequestWrapper(localName="lookupUnits",
                targetNamespace="KC",
                className="kc.LookupUnits")
@ResponseWrapper(localName="lookupUnitsResponse",
                 targetNamespace="KC",
                 className="kc.LookupUnitsResponse")
List<UnitDTO> lookupUnits(List<HashMapElement> searchCriteria)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.