Uses of Class
org.kuali.student.lum.lo.dto.LoRepositoryInfo

Packages that use LoRepositoryInfo
org.kuali.student.lum.lo.service   
org.kuali.student.lum.lo.service.impl   
 

Uses of LoRepositoryInfo in org.kuali.student.lum.lo.service
 

Methods in org.kuali.student.lum.lo.service that return LoRepositoryInfo
 LoRepositoryInfo LearningObjectiveService.getLoRepository(String loRepositoryKey)
          Retrieves information about a particular learning objective repository.
 

Methods in org.kuali.student.lum.lo.service that return types with arguments of type LoRepositoryInfo
 List<LoRepositoryInfo> LearningObjectiveService.getLoRepositories()
          Retrieves the list of learning objective repositories known by this service.
 

Uses of LoRepositoryInfo in org.kuali.student.lum.lo.service.impl
 

Methods in org.kuali.student.lum.lo.service.impl that return LoRepositoryInfo
 LoRepositoryInfo LearningObjectiveServiceImpl.getLoRepository(String loRepositoryKey)
           
static LoRepositoryInfo LearningObjectiveServiceAssembler.toLoRepositoryInfo(LoRepository entity)
           
 

Methods in org.kuali.student.lum.lo.service.impl that return types with arguments of type LoRepositoryInfo
 List<LoRepositoryInfo> LearningObjectiveServiceImpl.getLoRepositories()
           
static List<LoRepositoryInfo> LearningObjectiveServiceAssembler.toLoRepositoryInfos(List<LoRepository> repositories)
           
 



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