Uses of Interface
org.kuali.student.lum.lo.service.LearningObjectiveService

Packages that use LearningObjectiveService
org.kuali.student.lum.common.server   
org.kuali.student.lum.course.service.assembler   
org.kuali.student.lum.lo.service.impl   
org.kuali.student.lum.lu.ui.course.server.gwt   
org.kuali.student.lum.program.service.impl   
org.kuali.student.lum.service.assembler   
 

Uses of LearningObjectiveService in org.kuali.student.lum.common.server
 

Fields in org.kuali.student.lum.common.server declared as LearningObjectiveService
private  LearningObjectiveService LoCategoryDataService.loService
           
 

Methods in org.kuali.student.lum.common.server with parameters of type LearningObjectiveService
 void LoCategoryDataService.setLearningObjectiveService(LearningObjectiveService loService)
           
 

Uses of LearningObjectiveService in org.kuali.student.lum.course.service.assembler
 

Fields in org.kuali.student.lum.course.service.assembler declared as LearningObjectiveService
private  LearningObjectiveService LoAssembler.loService
           
private  LearningObjectiveService CourseAssembler.loService
           
 

Methods in org.kuali.student.lum.course.service.assembler with parameters of type LearningObjectiveService
 void LoAssembler.setLoService(LearningObjectiveService loService)
           
 void CourseAssembler.setLoService(LearningObjectiveService loService)
           
 

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

Classes in org.kuali.student.lum.lo.service.impl that implement LearningObjectiveService
 class LearningObjectiveServiceImpl
           
 

Uses of LearningObjectiveService in org.kuali.student.lum.lu.ui.course.server.gwt
 

Fields in org.kuali.student.lum.lu.ui.course.server.gwt declared as LearningObjectiveService
private  LearningObjectiveService LoCategoryRpcGwtServlet.loService
           
 

Methods in org.kuali.student.lum.lu.ui.course.server.gwt with parameters of type LearningObjectiveService
 void LoCategoryRpcGwtServlet.setLoService(LearningObjectiveService loService)
           
 

Uses of LearningObjectiveService in org.kuali.student.lum.program.service.impl
 

Fields in org.kuali.student.lum.program.service.impl declared as LearningObjectiveService
private  LearningObjectiveService ProgramRequirementAssembler.loService
           
 

Methods in org.kuali.student.lum.program.service.impl that return LearningObjectiveService
 LearningObjectiveService ProgramRequirementAssembler.getLoService()
           
 

Methods in org.kuali.student.lum.program.service.impl with parameters of type LearningObjectiveService
 void ProgramRequirementAssembler.setLoService(LearningObjectiveService loService)
           
 

Uses of LearningObjectiveService in org.kuali.student.lum.service.assembler
 

Fields in org.kuali.student.lum.service.assembler declared as LearningObjectiveService
private  LearningObjectiveService CluAssemblerUtils.loService
           
private  LearningObjectiveService LumServiceMethodInvoker.loService
           
 

Methods in org.kuali.student.lum.service.assembler that return LearningObjectiveService
 LearningObjectiveService LumServiceMethodInvoker.getLoService()
           
 

Methods in org.kuali.student.lum.service.assembler with parameters of type LearningObjectiveService
 void CluAssemblerUtils.setLoService(LearningObjectiveService loService)
           
 void LumServiceMethodInvoker.setLoService(LearningObjectiveService loService)
           
 



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