Uses of Class
org.kuali.student.common.exceptions.IllegalVersionSequencingException

Packages that use IllegalVersionSequencingException
org.kuali.student.lum.course.service   
org.kuali.student.lum.course.service.impl   
org.kuali.student.lum.lu.service   
org.kuali.student.lum.lu.service.impl   
org.kuali.student.lum.program.service   
org.kuali.student.lum.program.service.impl   
 

Uses of IllegalVersionSequencingException in org.kuali.student.lum.course.service
 

Methods in org.kuali.student.lum.course.service that throw IllegalVersionSequencingException
 StatusInfo CourseService.setCurrentCourseVersion(String courseVersionId, Date currentVersionStart)
          Sets a specific version of the Course as current.
 

Uses of IllegalVersionSequencingException in org.kuali.student.lum.course.service.impl
 

Methods in org.kuali.student.lum.course.service.impl that throw IllegalVersionSequencingException
 StatusInfo CourseServiceImpl.setCurrentCourseVersion(String courseVersionId, Date currentVersionStart)
           
 

Uses of IllegalVersionSequencingException in org.kuali.student.lum.lu.service
 

Methods in org.kuali.student.lum.lu.service that throw IllegalVersionSequencingException
 StatusInfo LuService.setCurrentCluVersion(String cluVersionId, Date currentVersionStart)
          Sets a specific version of the Clu as current.
 

Uses of IllegalVersionSequencingException in org.kuali.student.lum.lu.service.impl
 

Methods in org.kuali.student.lum.lu.service.impl that throw IllegalVersionSequencingException
 StatusInfo LuServiceImpl.setCurrentCluVersion(String cluVersionId, Date currentVersionStart)
          This method sets the CLU with ID of cluVersionId as the current version and will set the version end date of the previously current version to currentVersionStart or now() if null.
 

Uses of IllegalVersionSequencingException in org.kuali.student.lum.program.service
 

Methods in org.kuali.student.lum.program.service that throw IllegalVersionSequencingException
 StatusInfo ProgramService.setCurrentCoreProgramVersion(String coreProgramId, Date currentVersionStart)
          Sets a specific version of the Core Program as current.
 StatusInfo ProgramService.setCurrentCredentialProgramVersion(String credentialProgramId, Date currentVersionStart)
          Sets a specific version of the Credential Program as current.
 StatusInfo ProgramService.setCurrentMajorDisciplineVersion(String majorDisciplineId, Date currentVersionStart)
          Sets a specific version of the Major as current.
 

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

Methods in org.kuali.student.lum.program.service.impl that throw IllegalVersionSequencingException
 StatusInfo ProgramServiceImpl.setCurrentCoreProgramVersion(String coreProgramId, Date currentVersionStart)
           
 StatusInfo ProgramServiceImpl.setCurrentCredentialProgramVersion(String credentialProgramId, Date currentVersionStart)
           
 StatusInfo ProgramServiceImpl.setCurrentMajorDisciplineVersion(String majorDisciplineId, Date currentVersionStart)
           
 



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