Uses of Class
org.kuali.student.r2.lum.course.dto.FormatInfo

Packages that use FormatInfo
org.kuali.student.enrollment.class2.courseoffering.keyvalue   
org.kuali.student.r2.lum.course.dto   
org.kuali.student.r2.lum.course.service   
org.kuali.student.r2.lum.course.service.assembler   
org.kuali.student.r2.lum.course.service.impl   
 

Uses of FormatInfo in org.kuali.student.enrollment.class2.courseoffering.keyvalue
 

Methods in org.kuali.student.enrollment.class2.courseoffering.keyvalue that return types with arguments of type FormatInfo
protected  List<FormatInfo> FormatOfferingTypeForEditCOTypeKeyValues.getFormats(ViewModel model)
           
protected  List<FormatInfo> FormatOfferingTypeForCreateCOTypeKeyValues.getFormats(ViewModel model)
           
protected abstract  List<FormatInfo> AbstractFormatOfferingTypeKeyValues.getFormats(ViewModel model)
           
 

Uses of FormatInfo in org.kuali.student.r2.lum.course.dto
 

Methods in org.kuali.student.r2.lum.course.dto that return types with arguments of type FormatInfo
 List<FormatInfo> CourseInfo.getFormats()
           
 

Method parameters in org.kuali.student.r2.lum.course.dto with type arguments of type FormatInfo
 void CourseInfo.setFormats(List<FormatInfo> formats)
           
 

Uses of FormatInfo in org.kuali.student.r2.lum.course.service
 

Methods in org.kuali.student.r2.lum.course.service that return types with arguments of type FormatInfo
 List<FormatInfo> CourseServiceDecorator.getCourseFormatsByCourse(String courseId, ContextInfo contextInfo)
           
 List<FormatInfo> CourseService.getCourseFormatsByCourse(String courseId, ContextInfo contextInfo)
          Retrieves the formats for a Course.
 

Uses of FormatInfo in org.kuali.student.r2.lum.course.service.assembler
 

Methods in org.kuali.student.r2.lum.course.service.assembler that return FormatInfo
 FormatInfo FormatAssembler.assemble(CluInfo clu, FormatInfo formatInfo, boolean shallowBuild, ContextInfo contextInfo)
           
 

Methods in org.kuali.student.r2.lum.course.service.assembler that return types with arguments of type FormatInfo
 BaseDTOAssemblyNode<FormatInfo,CluInfo> FormatAssembler.disassemble(FormatInfo format, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 

Methods in org.kuali.student.r2.lum.course.service.assembler with parameters of type FormatInfo
 FormatInfo FormatAssembler.assemble(CluInfo clu, FormatInfo formatInfo, boolean shallowBuild, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<FormatInfo,CluInfo> FormatAssembler.disassemble(FormatInfo format, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 

Uses of FormatInfo in org.kuali.student.r2.lum.course.service.impl
 

Methods in org.kuali.student.r2.lum.course.service.impl that return types with arguments of type FormatInfo
 List<FormatInfo> CourseServiceImpl.getCourseFormats(String courseId)
           
 List<FormatInfo> CourseServiceImpl.getCourseFormatsByCourse(String courseId, ContextInfo contextInfo)
           
 



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