Uses of Class
org.kuali.student.r2.common.exceptions.VersionMismatchException

Packages that use VersionMismatchException
org.kuali.student.common.ui.client.service   
org.kuali.student.common.ui.server.gwt   
org.kuali.student.core.messages.service.impl   
org.kuali.student.enrollment.acal.service   
org.kuali.student.enrollment.batchjobresults.service   
org.kuali.student.enrollment.courseoffering.service   
org.kuali.student.enrollment.courseofferingset.service   
org.kuali.student.enrollment.courseregistration.service   
org.kuali.student.enrollment.grading.service   
org.kuali.student.enrollment.lpr.service   
org.kuali.student.enrollment.lrr.service   
org.kuali.student.enrollment.lui.service   
org.kuali.student.enrollment.roster.service   
org.kuali.student.lum.lu.ui.course.server.gwt   
org.kuali.student.lum.workflow   
org.kuali.student.r1.common.assembly   
org.kuali.student.r1.core.comment.service.impl   
org.kuali.student.r1.core.document.service.impl   
org.kuali.student.r1.core.proposal.service.impl   
org.kuali.student.r1.core.statement.service   
org.kuali.student.r1.core.statement.service.impl   
org.kuali.student.r2.common.class1.type.decorators   
org.kuali.student.r2.common.class1.type.service   
org.kuali.student.r2.common.messages.service   
org.kuali.student.r2.core.appointment.service   
org.kuali.student.r2.core.atp.service   
org.kuali.student.r2.core.class1.appointment.service.decorators   
org.kuali.student.r2.core.class1.appointment.service.impl   
org.kuali.student.r2.core.class1.atp.service.decorators   
org.kuali.student.r2.core.class1.atp.service.impl   
org.kuali.student.r2.core.class1.enumerationmanagement.service.decorators   
org.kuali.student.r2.core.class1.enumerationmanagement.service.impl   
org.kuali.student.r2.core.class1.organization.service.impl   
org.kuali.student.r2.core.class1.state.decorators   
org.kuali.student.r2.core.class1.state.mock   
org.kuali.student.r2.core.class1.state.service   
org.kuali.student.r2.core.class1.state.service.impl   
org.kuali.student.r2.core.class1.type.service   
org.kuali.student.r2.core.comment.service   
org.kuali.student.r2.core.document.service   
org.kuali.student.r2.core.enumerationmanagement.service   
org.kuali.student.r2.core.exemption.service   
org.kuali.student.r2.core.exemption.service.decorators   
org.kuali.student.r2.core.exemption.service.impl   
org.kuali.student.r2.core.fee.service   
org.kuali.student.r2.core.hold.service   
org.kuali.student.r2.core.organization.service   
org.kuali.student.r2.core.population.service   
org.kuali.student.r2.core.population.service.decorators   
org.kuali.student.r2.core.population.service.impl   
org.kuali.student.r2.core.process   
org.kuali.student.r2.core.process.impl   
org.kuali.student.r2.core.process.service   
org.kuali.student.r2.core.process.service.decorators   
org.kuali.student.r2.core.proposal.service   
org.kuali.student.r2.core.room.service   
org.kuali.student.r2.core.room.service.impl   
org.kuali.student.r2.core.scheduling.service   
org.kuali.student.r2.core.scheduling.service.decorators   
org.kuali.student.r2.core.scheduling.service.impl   
org.kuali.student.r2.core.statement.service   
org.kuali.student.r2.lum.clu.service   
org.kuali.student.r2.lum.course.service   
org.kuali.student.r2.lum.course.service.impl   
org.kuali.student.r2.lum.lo.service   
org.kuali.student.r2.lum.lo.service.impl   
org.kuali.student.r2.lum.lrc.service   
org.kuali.student.r2.lum.lrc.service.impl   
org.kuali.student.r2.lum.lu.service.impl   
org.kuali.student.r2.lum.program.service   
org.kuali.student.r2.lum.program.service.impl   
org.kuali.student.r2.lum.service.assembler   
org.kuali.student.service.impl.mock   
 

Uses of VersionMismatchException in org.kuali.student.common.ui.client.service
 

Methods in org.kuali.student.common.ui.client.service that throw VersionMismatchException
 MessageInfo MessagesRpcService.updateMessage(String localeKey, String messageGroupKey, String messageKey, MessageInfo messageInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.common.ui.server.gwt
 

Methods in org.kuali.student.common.ui.server.gwt that throw VersionMismatchException
 DataSaveResult AbstractDataService.saveData(Data data, ContextInfo contextInfo)
           
 DataSaveResult DataService.saveData(Data data, ContextInfo contextInfo)
           
 MessageInfo MessagesRpcGwtServlet.updateMessage(String localeKey, String messageGroupKey, String messageKey, MessageInfo messageInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.core.messages.service.impl
 

Methods in org.kuali.student.core.messages.service.impl that throw VersionMismatchException
 MessageInfo MessageServiceMock.updateMessage(LocaleInfo localeInfo, String messageGroupKey, String messageKey, MessageInfo messageInfo, ContextInfo contextInfo)
           
 MessageInfo MessageServiceImpl.updateMessage(LocaleInfo localeInfo, String messageGroupKey, String messageKey, MessageInfo messageInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.enrollment.acal.service
 

Methods in org.kuali.student.enrollment.acal.service that throw VersionMismatchException
 AcademicCalendarInfo AcademicCalendarService.updateAcademicCalendar(String academicCalendarId, AcademicCalendarInfo academicCalendarInfo, ContextInfo contextInfo)
          Updates an existing AcademicCalendar.
 AcalEventInfo AcademicCalendarService.updateAcalEvent(String acalEventId, AcalEventInfo acalEventInfo, ContextInfo contextInfo)
          Updates an existing AcalEvent.
 HolidayInfo AcademicCalendarService.updateHoliday(String holidayId, HolidayInfo holidayInfo, ContextInfo contextInfo)
          Updates an existing Holiday.
 HolidayCalendarInfo AcademicCalendarService.updateHolidayCalendar(String holidayCalendarId, HolidayCalendarInfo holidayCalendarInfo, ContextInfo contextInfo)
          Updates an existing Holiday Calendar.
 KeyDateInfo AcademicCalendarService.updateKeyDate(String keyDateId, KeyDateInfo keyDateInfo, ContextInfo contextInfo)
          Updates an existing KeyDate.
 TermInfo AcademicCalendarService.updateTerm(String termId, TermInfo termInfo, ContextInfo contextInfo)
          Updates an existing Term.
 

Uses of VersionMismatchException in org.kuali.student.enrollment.batchjobresults.service
 

Methods in org.kuali.student.enrollment.batchjobresults.service that throw VersionMismatchException
 BatchJobResultInfo BatchJobResultService.updateBatchJobProgress(String batchJobResultId, Integer itemsProcessed, ContextInfo context)
          Update progress information
 BatchJobResultInfo BatchJobResultService.updateBatchJobResult(String batchJobResultId, BatchJobResultInfo batchJobResultInfo, ContextInfo context)
          Updates an existing BatchJobResult.
 BatchJobResultItemInfo BatchJobResultService.updateBatchJobResultItem(String batchJobResultItemId, BatchJobResultItemInfo batchJobResultItemInfo, ContextInfo context)
          Updates an existing BatchJobResultItem.
 

Uses of VersionMismatchException in org.kuali.student.enrollment.courseoffering.service
 

Methods in org.kuali.student.enrollment.courseoffering.service that throw VersionMismatchException
 ActivityOfferingInfo CourseOfferingService.updateActivityOffering(String activityOfferingId, ActivityOfferingInfo activityOfferingInfo, ContextInfo context)
          Updates an existing ActivityOffering.
 ActivityOfferingClusterInfo CourseOfferingService.updateActivityOfferingCluster(String formatOfferingId, String activityOfferingClusterId, ActivityOfferingClusterInfo activityOfferingClusterInfo, ContextInfo contextInfo)
          Updates an ActivityOfferingCluster based on the info object
 ColocatedOfferingSetInfo CourseOfferingService.updateColocatedOfferingSet(String colocatedOfferingSetId, ColocatedOfferingSetInfo colocatedOfferingSetInfo, ContextInfo contextInfo)
          Updates a ColocatedOfferingSet.
 CourseOfferingInfo CourseOfferingService.updateCourseOffering(String courseOfferingId, CourseOfferingInfo courseOfferingInfo, ContextInfo context)
          Updates an existing CourseOffering.
 CourseOfferingInfo CourseOfferingServiceBusinessLogic.updateCourseOfferingFromCanonical(String courseOfferingId, List<String> optionKeys, ContextInfo context)
           
 CourseOfferingInfo CourseOfferingService.updateCourseOfferingFromCanonical(String courseOfferingId, List<String> optionKeys, ContextInfo context)
          Updates an existing CourseOffering from its canonical.
 FormatOfferingInfo CourseOfferingService.updateFormatOffering(String formatOfferingId, FormatOfferingInfo formatOfferingInfo, ContextInfo context)
          Update a Format Offering
 RegistrationGroupInfo CourseOfferingService.updateRegistrationGroup(String registrationGroupId, RegistrationGroupInfo registrationGroupInfo, ContextInfo context)
          Updates an existing RegistrationGroup.
 SeatPoolDefinitionInfo CourseOfferingService.updateSeatPoolDefinition(String seatPoolDefinitionId, SeatPoolDefinitionInfo seatPoolDefinitionInfo, ContextInfo context)
          Updates an existing SeatPoolDefinition.
 

Uses of VersionMismatchException in org.kuali.student.enrollment.courseofferingset.service
 

Methods in org.kuali.student.enrollment.courseofferingset.service that throw VersionMismatchException
 SocInfo CourseOfferingSetService.updateSoc(String socId, SocInfo socInfo, ContextInfo context)
          Updates an existing Soc.
 SocRolloverResultInfo CourseOfferingSetService.updateSocRolloverProgress(String socRolloverResultId, Integer itemsProcessed, ContextInfo context)
          Update progress information
 SocRolloverResultInfo CourseOfferingSetService.updateSocRolloverResult(String socRolloverResultId, SocRolloverResultInfo socRolloverResultInfo, ContextInfo context)
          Updates an existing SocRolloverResult.
 SocRolloverResultItemInfo CourseOfferingSetService.updateSocRolloverResultItem(String socRolloverResultItemId, SocRolloverResultItemInfo socRolloverResultItemInfo, ContextInfo context)
          Updates an existing SocRolloverResultItem.
 

Uses of VersionMismatchException in org.kuali.student.enrollment.courseregistration.service
 

Methods in org.kuali.student.enrollment.courseregistration.service that throw VersionMismatchException
 RegistrationRequestInfo CourseRegistrationService.updateRegistrationRequest(String registrationRequestId, RegistrationRequestInfo registrationRequestInfo, ContextInfo contextInfo)
          Updates an existing RegistrationRequest.
 

Uses of VersionMismatchException in org.kuali.student.enrollment.grading.service
 

Methods in org.kuali.student.enrollment.grading.service that throw VersionMismatchException
 boolean GradingServiceDecorator.updateCredit(String gradeRosterEntryId, String creditId, ContextInfo context)
           
 boolean GradingService.updateCredit(String gradeRosterEntryId, String assignedGrade, ContextInfo context)
          TODO - do we need to change the output to an object instead of boolean?
 GradeRosterInfo GradingServiceDecorator.updateFinalGradeRosterState(String gradeRosterId, String stateKey, ContextInfo context)
           
 GradeRosterInfo GradingService.updateFinalGradeRosterState(String gradeRosterId, String stateKey, ContextInfo context)
          Update state of final grade roster.
 boolean GradingServiceDecorator.updateGrade(String gradeRosterEntryId, String assignedGradeId, ContextInfo context)
           
 boolean GradingService.updateGrade(String gradeRosterEntryId, String assignedGradeKey, ContextInfo context)
          Assign any admin or letter grades which have a distinct value using this method.
 GradeRosterInfo GradingServiceDecorator.updateInterimGradeRoster(GradeRosterInfo gradeRoster, ContextInfo context)
           
 GradeRosterInfo GradingService.updateInterimGradeRoster(GradeRosterInfo gradeRoster, ContextInfo context)
          Update interim grade roster information
 boolean GradingServiceDecorator.updateNumberGrade(String gradeRosterEntryId, String numberGradeValue, ContextInfo context)
           
 boolean GradingService.updateNumberGrade(String gradeRosterEntryId, String numberGradeValue, ContextInfo context)
          Assign any number grade that are in a range since those don't have any unique key to begin with.
 

Uses of VersionMismatchException in org.kuali.student.enrollment.lpr.service
 

Methods in org.kuali.student.enrollment.lpr.service that throw VersionMismatchException
 LprInfo LprService.updateLpr(String lprId, LprInfo lprInfo, ContextInfo contextInfo)
          Update relations between Person and LUI
 LprInfo LprServiceDecorator.updateLpr(String lprId, LprInfo lprInfo, ContextInfo contextInfo)
           
 LprTransactionInfo LprService.updateLprTransaction(String lprTransactionId, LprTransactionInfo lprTransactionInfo, ContextInfo contextInfo)
          This method updates an LPR Transaction and all of it's items.
 LprTransactionInfo LprServiceDecorator.updateLprTransaction(String lprTransactionId, LprTransactionInfo lprTransactionInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.enrollment.lrr.service
 

Methods in org.kuali.student.enrollment.lrr.service that throw VersionMismatchException
 LearningResultRecordInfo LearningResultRecordServiceDecorator.updateLearningResultRecord(String learningResultRecordId, LearningResultRecordInfo learningResultRecordInfo, ContextInfo context)
           
 LearningResultRecordInfo LearningResultRecordService.updateLearningResultRecord(String learningResultRecordId, LearningResultRecordInfo learningResultRecordInfo, ContextInfo context)
          Updates an learning result record
 ResultSourceInfo LearningResultRecordServiceDecorator.updateResultSource(String resultSourceId, ResultSourceInfo resultSourceInfo, ContextInfo context)
           
 ResultSourceInfo LearningResultRecordService.updateResultSource(String resultSourceId, ResultSourceInfo resultSourceInfo, ContextInfo context)
          Updates a result source
 

Uses of VersionMismatchException in org.kuali.student.enrollment.lui.service
 

Methods in org.kuali.student.enrollment.lui.service that throw VersionMismatchException
 LuiInfo LuiService.updateLui(String luiId, LuiInfo luiInfo, ContextInfo contextInfo)
          Updates an existing Lui.
 LuiCapacityInfo LuiService.updateLuiCapacity(String luiCapacityId, LuiCapacityInfo luiCapacityInfo, ContextInfo contextInfo)
          Updates an existing LuiCapacity.
 LuiLuiRelationInfo LuiService.updateLuiLuiRelation(String luiLuiRelationId, LuiLuiRelationInfo luiLuiRelationInfo, ContextInfo contextInfo)
          Updates an existing LuiLuiRelation.
 LuiSetInfo LuiService.updateLuiSet(String luiSetId, LuiSetInfo luiSetInfo, ContextInfo contextInfo)
          Update the information for a Lui set
 

Uses of VersionMismatchException in org.kuali.student.enrollment.roster.service
 

Methods in org.kuali.student.enrollment.roster.service that throw VersionMismatchException
 LprRosterInfo LprRosterService.updateLprRoster(String lprRosterId, LprRosterInfo lprRosterInfo, ContextInfo contextInfo)
          Updates an existing LprRoster.
 LprRosterEntryInfo LprRosterService.updateLprRosterEntry(String lprRosterEntryId, LprRosterEntryInfo lprRosterEntryInfo, ContextInfo contextInfo)
          Updates an existing LprRosterEntry.
 

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

Methods in org.kuali.student.lum.lu.ui.course.server.gwt that throw VersionMismatchException
 void CourseStateChangeServiceImpl.updateStatementTreeViewInfoState(CourseInfo courseInfo, ContextInfo contextInfo)
          This method will load all the statements in a course from the course web service, recursively update the state of each statement in the statement tree, and save the update statements back to the web service.
 

Uses of VersionMismatchException in org.kuali.student.lum.workflow
 

Methods in org.kuali.student.lum.workflow that throw VersionMismatchException
 void CourseStateChangeServiceImpl.updateStatementTreeViewInfoState(CourseInfo courseInfo, ContextInfo contextInfo)
          This method will load all the statements in a course from the course web service, recursively update the state of each statement in the statement tree, and save the update statements back to the web service.
 

Uses of VersionMismatchException in org.kuali.student.r1.common.assembly
 

Methods in org.kuali.student.r1.common.assembly that throw VersionMismatchException
 void BusinessServiceMethodInvoker.invokeServiceCalls(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r1.core.comment.service.impl
 

Methods in org.kuali.student.r1.core.comment.service.impl that throw VersionMismatchException
 CommentInfo CommentServiceImpl.updateComment(String commentId, CommentInfo commentInfo, ContextInfo contextInfo)
          Deprecated.  
 

Uses of VersionMismatchException in org.kuali.student.r1.core.document.service.impl
 

Methods in org.kuali.student.r1.core.document.service.impl that throw VersionMismatchException
 StatusInfo DocumentServiceImpl.addDocumentCategoryToDocument(String documentId, String documentCategoryKey, ContextInfo contextInfo)
           
 DocumentInfo DocumentServiceImpl.updateDocument(String documentId, DocumentInfo documentInfo, ContextInfo contextInfo)
          Does not update Type or categories
 RefDocRelationInfo DocumentServiceImpl.updateRefDocRelation(String refDocRelationId, RefDocRelationInfo refDocRelationInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r1.core.proposal.service.impl
 

Methods in org.kuali.student.r1.core.proposal.service.impl that throw VersionMismatchException
static Proposal ProposalAssembler.toProposal(String proposalTypeKey, ProposalInfo info, ProposalDao dao)
          Deprecated.  
 ProposalInfo ProposalServiceImpl.updateProposal(String proposalId, ProposalInfo proposalInfo, ContextInfo contextInfo)
          Deprecated.  
 

Uses of VersionMismatchException in org.kuali.student.r1.core.statement.service
 

Methods in org.kuali.student.r1.core.statement.service that throw VersionMismatchException
 RefStatementRelationInfo StatementService.updateRefStatementRelation(String refStatementRelationId, RefStatementRelationInfo refStatementRelationInfo)
          Updates a relationship between an object and statement.
 ReqComponentInfo StatementService.updateReqComponent(String reqComponentId, ReqComponentInfo reqComponentInfo)
          Updates a requirement component
 StatementInfo StatementService.updateStatement(String statementId, StatementInfo statementInfo)
          Updates a statement
 StatementTreeViewInfo StatementService.updateStatementTreeView(String statementId, StatementTreeViewInfo statementTreeViewInfo)
          Updates an entire Statement Tree.
 

Uses of VersionMismatchException in org.kuali.student.r1.core.statement.service.impl
 

Methods in org.kuali.student.r1.core.statement.service.impl that throw VersionMismatchException
 Statement StatementAssembler.toCustomLuStatementInfo(StatementTreeViewInfo statementInfo)
          Deprecated.  Converts a LuNlStatementInfo into a CustomReqComponentInfo.
 RefStatementRelation StatementAssembler.toRefStatementRelation(boolean isUpdate, RefStatementRelationInfo refStatementRelationInfo)
          Deprecated.  
 ReqComponent StatementAssembler.toReqComponentRelation(boolean isUpdate, ReqComponentInfo reqCompInfo)
          Deprecated.  
 Statement StatementAssembler.toStatement(StatementTreeViewInfo statementTreeViewInfo)
          Deprecated.  
 Statement StatementAssembler.toStatementFromTree(Statement stmt, StatementTreeViewInfo treeView, Set<String> statementIdsToDelete, List<Statement> statementsToUpdate, List<ReqComponent> reqCompsToCreate)
          Deprecated.  
 Statement StatementAssembler.toStatementRelation(boolean isUpdate, StatementInfo stmtInfo)
          Deprecated.  
 RefStatementRelationInfo StatementServiceImpl.updateRefStatementRelation(String refStatementRelationId, RefStatementRelationInfo refStatementRelationInfo)
          Deprecated.  
 ReqComponentInfo StatementServiceImpl.updateReqComponent(String reqComponentId, ReqComponentInfo reqComponentInfo)
          Deprecated.  
 StatementInfo StatementServiceImpl.updateStatement(String statementId, StatementInfo statementInfo)
          Deprecated.  
 StatementTreeViewInfo StatementServiceImpl.updateStatementTreeView(String statementId, StatementTreeViewInfo statementTreeViewInfo)
          Deprecated.  
 

Uses of VersionMismatchException in org.kuali.student.r2.common.class1.type.decorators
 

Methods in org.kuali.student.r2.common.class1.type.decorators that throw VersionMismatchException
 TypeInfo TypeServiceCacheDecorator.updateType(String typeKey, TypeInfo typeInfo, ContextInfo contextInfo)
           
 TypeInfo TypeServiceDecorator.updateType(String typeKey, TypeInfo typeInfo, ContextInfo contextInfo)
           
 TypeTypeRelationInfo TypeServiceDecorator.updateTypeTypeRelation(String typeTypeRelationId, TypeTypeRelationInfo typeTypeRelationInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.common.class1.type.service
 

Methods in org.kuali.student.r2.common.class1.type.service that throw VersionMismatchException
 TypeInfo TypeServiceImpl.updateType(String typeKey, TypeInfo typeInfo, ContextInfo contextInfo)
           
 TypeTypeRelationInfo TypeServiceImpl.updateTypeTypeRelation(String typeTypeRelationKey, TypeTypeRelationInfo typeTypeRelationInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.common.messages.service
 

Methods in org.kuali.student.r2.common.messages.service that throw VersionMismatchException
 MessageInfo MessageServiceDecorator.updateMessage(LocaleInfo localeInfo, String messageGroupKey, String messageKey, MessageInfo messageInfo, ContextInfo contextInfo)
           
 MessageInfo MessageService.updateMessage(LocaleInfo localeInfo, String messageGroupKey, String messageKey, MessageInfo messageInfo, ContextInfo contextInfo)
          Update message associated with a locale and group.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.appointment.service
 

Methods in org.kuali.student.r2.core.appointment.service that throw VersionMismatchException
 AppointmentInfo AppointmentService.updateAppointment(String appointmentId, AppointmentInfo appointmentInfo, ContextInfo contextInfo)
          Updates a relationship between a person and their appointment.
 AppointmentSlotInfo AppointmentService.updateAppointmentSlot(String appointmentSlotId, AppointmentSlotInfo appointmentSlotInfo, ContextInfo contextInfo)
          Updates an appointment slot
 AppointmentWindowInfo AppointmentService.updateAppointmentWindow(String appointmentWindowId, AppointmentWindowInfo appointmentWindowInfo, ContextInfo contextInfo)
          Updates an AppointmentWindow
 

Uses of VersionMismatchException in org.kuali.student.r2.core.atp.service
 

Methods in org.kuali.student.r2.core.atp.service that throw VersionMismatchException
 AtpInfo AtpService.updateAtp(String atpId, AtpInfo atpInfo, ContextInfo contextInfo)
          Updates an existing Academic Time Period.
 AtpAtpRelationInfo AtpService.updateAtpAtpRelation(String atpAtpRelationId, AtpAtpRelationInfo atpAtpRelationInfo, ContextInfo contextInfo)
          Updates an ATP Milestone Relationship.
 MilestoneInfo AtpService.updateMilestone(String milestoneId, MilestoneInfo milestoneInfo, ContextInfo contextInfo)
          Updates an existing Milestone.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.appointment.service.decorators
 

Methods in org.kuali.student.r2.core.class1.appointment.service.decorators that throw VersionMismatchException
 AppointmentInfo AppointmentServiceDecorator.updateAppointment(String appointmentId, AppointmentInfo appointmentInfo, ContextInfo contextInfo)
           
 AppointmentSlotInfo AppointmentServiceDecorator.updateAppointmentSlot(String appointmentSlotId, AppointmentSlotInfo appointmentSlotInfo, ContextInfo contextInfo)
           
 AppointmentWindowInfo AppointmentServiceDecorator.updateAppointmentWindow(String appointmentWindowId, AppointmentWindowInfo appointmentWindowInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.appointment.service.impl
 

Methods in org.kuali.student.r2.core.class1.appointment.service.impl that throw VersionMismatchException
 AppointmentInfo AppointmentServiceMockImpl.updateAppointment(String appointmentId, AppointmentInfo appointmentInfo, ContextInfo contextInfo)
           
 AppointmentInfo AppointmentServiceImpl.updateAppointment(String appointmentId, AppointmentInfo appointmentInfo, ContextInfo contextInfo)
           
 AppointmentSlotInfo AppointmentServiceMockImpl.updateAppointmentSlot(String appointmentSlotId, AppointmentSlotInfo appointmentSlotInfo, ContextInfo contextInfo)
           
 AppointmentSlotInfo AppointmentServiceImpl.updateAppointmentSlot(String appointmentSlotId, AppointmentSlotInfo appointmentSlotInfo, ContextInfo contextInfo)
           
 AppointmentWindowInfo AppointmentServiceMockImpl.updateAppointmentWindow(String appointmentWindowId, AppointmentWindowInfo appointmentWindowInfo, ContextInfo contextInfo)
           
 AppointmentWindowInfo AppointmentServiceImpl.updateAppointmentWindow(String appointmentWindowId, AppointmentWindowInfo appointmentWindowInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.atp.service.decorators
 

Methods in org.kuali.student.r2.core.class1.atp.service.decorators that throw VersionMismatchException
 AtpInfo AtpServiceAuthorizationDecorator.updateAtp(String atpId, AtpInfo atpInfo, ContextInfo context)
           
 AtpInfo AtpServiceValidationDecorator.updateAtp(String atpId, AtpInfo atpInfo, ContextInfo context)
           
 AtpInfo AtpServiceDecorator.updateAtp(String atpId, AtpInfo atpInfo, ContextInfo context)
           
 AtpAtpRelationInfo AtpServiceAuthorizationDecorator.updateAtpAtpRelation(String atpAtpRelationId, AtpAtpRelationInfo atpAtpRelationInfo, ContextInfo context)
           
 AtpAtpRelationInfo AtpServiceValidationDecorator.updateAtpAtpRelation(String atpAtpRelationId, AtpAtpRelationInfo atpAtpRelationInfo, ContextInfo context)
           
 AtpAtpRelationInfo AtpServiceDecorator.updateAtpAtpRelation(String atpAtpRelationId, AtpAtpRelationInfo atpAtpRelationInfo, ContextInfo contextInfo)
           
 MilestoneInfo AtpServiceAuthorizationDecorator.updateMilestone(String milestoneId, MilestoneInfo milestoneInfo, ContextInfo context)
           
 MilestoneInfo AtpServiceValidationDecorator.updateMilestone(String milestoneId, MilestoneInfo milestoneInfo, ContextInfo context)
           
 MilestoneInfo AtpServiceDecorator.updateMilestone(String milestoneId, MilestoneInfo milestoneInfo, ContextInfo context)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.atp.service.impl
 

Methods in org.kuali.student.r2.core.class1.atp.service.impl that throw VersionMismatchException
 AtpInfo AtpServiceImpl.updateAtp(String atpId, AtpInfo atpInfo, ContextInfo context)
           
 AtpInfo AtpServiceMockImpl.updateAtp(String atpId, AtpInfo atpInfo, ContextInfo context)
           
 AtpAtpRelationInfo AtpServiceImpl.updateAtpAtpRelation(String atpAtpRelationId, AtpAtpRelationInfo atpAtpRelationInfo, ContextInfo context)
           
 AtpAtpRelationInfo AtpServiceMockImpl.updateAtpAtpRelation(String atpAtpRelationId, AtpAtpRelationInfo atpAtpRelationInfo, ContextInfo context)
           
 MilestoneInfo AtpServiceImpl.updateMilestone(String milestoneId, MilestoneInfo milestoneInfo, ContextInfo context)
           
 MilestoneInfo AtpServiceMockImpl.updateMilestone(String milestoneId, MilestoneInfo milestoneInfo, ContextInfo context)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.enumerationmanagement.service.decorators
 

Methods in org.kuali.student.r2.core.class1.enumerationmanagement.service.decorators that throw VersionMismatchException
 EnumeratedValueInfo EnumerationManagementServiceValidationDecorator.updateEnumeratedValue(String enumerationKey, String code, EnumeratedValueInfo enumeratedValueInfo, ContextInfo contextInfo)
           
 EnumeratedValueInfo EnumerationManagementServiceDecorator.updateEnumeratedValue(String enumerationKey, String code, EnumeratedValueInfo enumeratedValueInfo, ContextInfo contextInfo)
           
 EnumeratedValueInfo EnumerationManagementServiceAuthorizationDecorator.updateEnumeratedValue(String enumerationKey, String code, EnumeratedValueInfo enumeratedValueInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.enumerationmanagement.service.impl
 

Methods in org.kuali.student.r2.core.class1.enumerationmanagement.service.impl that throw VersionMismatchException
 EnumeratedValueInfo EnumerationManagementServiceImpl.updateEnumeratedValue(String enumerationKey, String code, EnumeratedValueInfo enumeratedValueInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.organization.service.impl
 

Methods in org.kuali.student.r2.core.class1.organization.service.impl that throw VersionMismatchException
static Org OrganizationAssembler.toOrg(boolean isUpdate, OrgInfo orgInfo, OrganizationDao dao)
           
static OrgOrgRelation OrganizationAssembler.toOrgOrgRelation(boolean isUpdate, OrgOrgRelationInfo orgOrgRelationInfo, OrganizationDao dao)
           
static OrgPersonRelation OrganizationAssembler.toOrgPersonRelation(boolean isUpdate, OrgPersonRelationInfo orgPersonRelationInfo, OrganizationDao dao)
           
static OrgPositionRestriction OrganizationAssembler.toOrgPositionRestriction(boolean isUpdate, OrgPositionRestrictionInfo orgPositionRestrictionInfo, OrganizationDao dao)
           
 OrgInfo OrganizationServiceImpl.updateOrg(String orgId, OrgInfo orgInfo, ContextInfo contextInfo)
           
 OrgOrgRelationInfo OrganizationServiceImpl.updateOrgOrgRelation(String orgOrgRelationId, OrgOrgRelationInfo orgOrgRelationInfo, ContextInfo contextInfo)
           
 OrgPersonRelationInfo OrganizationServiceImpl.updateOrgPersonRelation(String orgPersonRelationId, OrgPersonRelationInfo orgPersonRelationInfo, ContextInfo contextInfo)
           
 OrgPositionRestrictionInfo OrganizationServiceImpl.updateOrgPositionRestriction(String orgPositionRestrictionId, OrgPositionRestrictionInfo orgPositionRestrictionInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.state.decorators
 

Methods in org.kuali.student.r2.core.class1.state.decorators that throw VersionMismatchException
 LifecycleInfo StateServiceDecorator.updateLifecycle(String lifecycleKey, LifecycleInfo lifecycleInfo, ContextInfo contextInfo)
           
 StateInfo StateServiceDecorator.updateState(String stateKey, StateInfo stateInfo, ContextInfo contextInfo)
           
 StateChangeInfo StateServiceDecorator.updateStateChange(String stateChangeId, StateChangeInfo stateChangeInfo, ContextInfo contextInfo)
           
 StateConstraintInfo StateServiceDecorator.updateStateConstraint(String stateConstraintId, StateConstraintInfo stateConstraintInfo, ContextInfo contextInfo)
           
 StatePropagationInfo StateServiceDecorator.updateStatePropagation(String statePropagationId, StatePropagationInfo statePropagationInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.state.mock
 

Methods in org.kuali.student.r2.core.class1.state.mock that throw VersionMismatchException
 LifecycleInfo StateServiceMockImpl.updateLifecycle(String lifecycleKey, LifecycleInfo lifecycleInfo, ContextInfo contextInfo)
           
 StateInfo StateServiceMockImpl.updateState(String stateKey, StateInfo stateInfo, ContextInfo contextInfo)
           
 StateChangeInfo StateServiceMockImpl.updateStateChange(String stateChangeId, StateChangeInfo stateChangeInfo, ContextInfo contextInfo)
           
 StateConstraintInfo StateServiceMockImpl.updateStateConstraint(String stateConstraintId, StateConstraintInfo stateConstraintInfo, ContextInfo contextInfo)
           
 StatePropagationInfo StateServiceMockImpl.updateStatePropagation(String statePropagationId, StatePropagationInfo statePropagationInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.state.service
 

Methods in org.kuali.student.r2.core.class1.state.service that throw VersionMismatchException
 LifecycleInfo StateService.updateLifecycle(String lifecycleKey, LifecycleInfo lifecycleInfo, ContextInfo contextInfo)
          Updates an existing Lifecycle.
 StateInfo StateService.updateState(String stateKey, StateInfo stateInfo, ContextInfo contextInfo)
          Updates an existing State.
 StateChangeInfo StateService.updateStateChange(String stateChangeId, StateChangeInfo stateChangeInfo, ContextInfo contextInfo)
          Updates a relationship between a person and their stateChange.
 StateConstraintInfo StateService.updateStateConstraint(String stateConstraintId, StateConstraintInfo stateConstraintInfo, ContextInfo contextInfo)
          Updates a StateConstraint
 StatePropagationInfo StateService.updateStatePropagation(String statePropagationId, StatePropagationInfo statePropagationInfo, ContextInfo contextInfo)
          Updates a StatePropagation
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.state.service.impl
 

Methods in org.kuali.student.r2.core.class1.state.service.impl that throw VersionMismatchException
 LifecycleInfo StateServiceImpl.updateLifecycle(String lifecycleKey, LifecycleInfo lifecycleInfo, ContextInfo contextInfo)
           
 LifecycleInfo StateServiceMockImpl.updateLifecycle(String lifecycleKey, LifecycleInfo lifecycleInfo, ContextInfo contextInfo)
           
 StateInfo StateServiceImpl.updateState(String stateKey, StateInfo stateInfo, ContextInfo contextInfo)
           
 StateInfo StateServiceMockImpl.updateState(String stateKey, StateInfo stateInfo, ContextInfo contextInfo)
           
 StateChangeInfo StateServiceMockDataImpl.updateStateChange(String stateChangeId, StateChangeInfo stateChangeInfo, ContextInfo contextInfo)
           
 StateChangeInfo StateServiceImpl.updateStateChange(String stateChangeId, StateChangeInfo stateChangeInfo, ContextInfo contextInfo)
           
 StateChangeInfo StateServiceMockImpl.updateStateChange(String stateChangeId, StateChangeInfo stateChangeInfo, ContextInfo contextInfo)
           
 StateConstraintInfo StateServiceMockDataImpl.updateStateConstraint(String stateConstraintId, StateConstraintInfo stateConstraintInfo, ContextInfo contextInfo)
           
 StateConstraintInfo StateServiceImpl.updateStateConstraint(String stateConstraintId, StateConstraintInfo stateConstraintInfo, ContextInfo contextInfo)
           
 StateConstraintInfo StateServiceMockImpl.updateStateConstraint(String stateConstraintId, StateConstraintInfo stateConstraintInfo, ContextInfo contextInfo)
           
 StatePropagationInfo StateServiceMockDataImpl.updateStatePropagation(String statePropagationId, StatePropagationInfo statePropagationInfo, ContextInfo contextInfo)
           
 StatePropagationInfo StateServiceImpl.updateStatePropagation(String statePropagationId, StatePropagationInfo statePropagationInfo, ContextInfo contextInfo)
           
 StatePropagationInfo StateServiceMockImpl.updateStatePropagation(String statePropagationId, StatePropagationInfo statePropagationInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.class1.type.service
 

Methods in org.kuali.student.r2.core.class1.type.service that throw VersionMismatchException
 TypeInfo TypeService.updateType(String typeKey, TypeInfo typeInfo, ContextInfo contextInfo)
          Updates an existing Type.
 TypeTypeRelationInfo TypeService.updateTypeTypeRelation(String typeTypeRelationId, TypeTypeRelationInfo typeTypeRelationInfo, ContextInfo contextInfo)
          Updates a type Milestone Relationship.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.comment.service
 

Methods in org.kuali.student.r2.core.comment.service that throw VersionMismatchException
 CommentInfo CommentServiceDecorator.updateComment(String commentId, CommentInfo commentInfo, ContextInfo contextInfo)
           
 CommentInfo CommentService.updateComment(String commentId, CommentInfo commentInfo, ContextInfo contextInfo)
          Updates a comment for a reference.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.document.service
 

Methods in org.kuali.student.r2.core.document.service that throw VersionMismatchException
 StatusInfo DocumentServiceDecorator.addDocumentCategoryToDocument(String documentId, String documentCategoryKey, ContextInfo contextInfo)
           
 StatusInfo DocumentService.addDocumentCategoryToDocument(String documentId, String documentCategoryKey, ContextInfo contextInfo)
          Adds an existing document category to a document
 DocumentInfo DocumentServiceDecorator.updateDocument(String documentId, DocumentInfo documentInfo, ContextInfo contextInfo)
           
 DocumentInfo DocumentService.updateDocument(String documentId, DocumentInfo documentInfo, ContextInfo contextInfo)
          Updates an existing document
 RefDocRelationInfo DocumentServiceDecorator.updateRefDocRelation(String refDocRelationId, RefDocRelationInfo refDocRelationInfo, ContextInfo contextInfo)
           
 RefDocRelationInfo DocumentService.updateRefDocRelation(String refDocRelationId, RefDocRelationInfo refDocRelationInfo, ContextInfo contextInfo)
          Updates a relationship between a reference and a document
 

Uses of VersionMismatchException in org.kuali.student.r2.core.enumerationmanagement.service
 

Methods in org.kuali.student.r2.core.enumerationmanagement.service that throw VersionMismatchException
 EnumeratedValueInfo EnumerationManagementService.updateEnumeratedValue(String enumerationKey, String code, EnumeratedValueInfo enumeratedValueInfo, ContextInfo contextInfo)
          Updates a value in a particular Enumeration.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.exemption.service
 

Methods in org.kuali.student.r2.core.exemption.service that throw VersionMismatchException
 ExemptionInfo ExemptionService.updateExemption(String exemptionId, ExemptionInfo exemptionInfo, ContextInfo contextInfo)
          Updates an existing Exemption.
 ExemptionRequestInfo ExemptionService.updateExemptionRequest(String exemptionRequestId, ExemptionRequestInfo exemptionRequestInfo, ContextInfo contextInfo)
          Updates an existing Exemption Request.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.exemption.service.decorators
 

Methods in org.kuali.student.r2.core.exemption.service.decorators that throw VersionMismatchException
 ExemptionInfo ExemptionServiceDecorator.updateExemption(String exemptionId, ExemptionInfo exemptionInfo, ContextInfo contextInfo)
           
 ExemptionRequestInfo ExemptionServiceDecorator.updateExemptionRequest(String exemptionRequestId, ExemptionRequestInfo exemptionRequestInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.exemption.service.impl
 

Methods in org.kuali.student.r2.core.exemption.service.impl that throw VersionMismatchException
 ExemptionInfo ExemptionServiceMockImpl.updateExemption(String exemptionId, ExemptionInfo exemptionInfo, ContextInfo contextInfo)
           
 ExemptionRequestInfo ExemptionServiceMockImpl.updateExemptionRequest(String exemptionRequestId, ExemptionRequestInfo exemptionRequestInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.fee.service
 

Methods in org.kuali.student.r2.core.fee.service that throw VersionMismatchException
 EnrollmentFeeInfo FeeService.updateFee(String feeId, EnrollmentFeeInfo feeInfo, ContextInfo contextInfo)
          Updates an existing Fee.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.hold.service
 

Methods in org.kuali.student.r2.core.hold.service that throw VersionMismatchException
 AppliedHoldInfo HoldService.updateAppliedHold(String appliedHoldId, AppliedHoldInfo appliedHoldInfo, ContextInfo contextInfo)
          Updates an existing applied hold.
 AppliedHoldInfo HoldServiceDecorator.updateAppliedHold(String holdId, AppliedHoldInfo holdInfo, ContextInfo contextInfo)
           
 HoldIssueInfo HoldService.updateHoldIssue(String holdIssueId, HoldIssueInfo holdIssueInfo, ContextInfo contextInfo)
          Updates an existing hold Issue.
 HoldIssueInfo HoldServiceDecorator.updateHoldIssue(String issueId, HoldIssueInfo issueInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.organization.service
 

Methods in org.kuali.student.r2.core.organization.service that throw VersionMismatchException
 OrgInfo OrganizationService.updateOrg(String orgId, OrgInfo orgInfo, ContextInfo contextInfo)
          Updates an existing Org.
 OrgInfo OrganizationServiceDecorator.updateOrg(String orgId, OrgInfo orgInfo, ContextInfo contextInfo)
           
 OrgOrgRelationInfo OrganizationService.updateOrgOrgRelation(String orgOrgRelationId, OrgOrgRelationInfo orgOrgRelationInfo, ContextInfo contextInfo)
          Updates an Org Milestone Relationship.
 OrgOrgRelationInfo OrganizationServiceDecorator.updateOrgOrgRelation(String orgOrgRelationId, OrgOrgRelationInfo orgOrgRelationInfo, ContextInfo contextInfo)
           
 OrgPersonRelationInfo OrganizationService.updateOrgPersonRelation(String orgPersonRelationId, OrgPersonRelationInfo orgPersonRelationInfo, ContextInfo contextInfo)
          Updates an Org Milestone Relationship.
 OrgPersonRelationInfo OrganizationServiceDecorator.updateOrgPersonRelation(String orgPersonRelationId, OrgPersonRelationInfo orgPersonRelationInfo, ContextInfo contextInfo)
           
 OrgPositionRestrictionInfo OrganizationService.updateOrgPositionRestriction(String orgPositionRestrictionId, OrgPositionRestrictionInfo orgPositionRestrictionInfo, ContextInfo contextInfo)
          Updates an existing OrgPositionRestriction.
 OrgPositionRestrictionInfo OrganizationServiceDecorator.updateOrgPositionRestriction(String orgPositionRestrictionId, OrgPositionRestrictionInfo orgPositionRestrictionInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.population.service
 

Methods in org.kuali.student.r2.core.population.service that throw VersionMismatchException
 PopulationInfo PopulationService.updatePopulation(String populationId, PopulationInfo populationInfo, ContextInfo contextInfo)
          Updates an existing Population.
 PopulationCategoryInfo PopulationService.updatePopulationCategory(String populationCategoryId, PopulationCategoryInfo populationInfo, ContextInfo contextInfo)
          Updates an existing PopulationCategory.
 PopulationRuleInfo PopulationService.updatePopulationRule(String populationRuleId, PopulationRuleInfo populationInfo, ContextInfo contextInfo)
          Updates an existing PopulationRule.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.population.service.decorators
 

Methods in org.kuali.student.r2.core.population.service.decorators that throw VersionMismatchException
 PopulationInfo PopulationServiceDecorator.updatePopulation(String populationKey, PopulationInfo populationInfo, ContextInfo contextInfo)
           
 PopulationCategoryInfo PopulationServiceDecorator.updatePopulationCategory(String populationCategoryId, PopulationCategoryInfo populationInfo, ContextInfo contextInfo)
           
 PopulationRuleInfo PopulationServiceDecorator.updatePopulationRule(String populationRuleId, PopulationRuleInfo populationInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.population.service.impl
 

Methods in org.kuali.student.r2.core.population.service.impl that throw VersionMismatchException
 PopulationInfo PopulationServiceImpl.updatePopulation(String populationId, PopulationInfo populationInfo, ContextInfo contextInfo)
           
 PopulationCategoryInfo PopulationServiceImpl.updatePopulationCategory(String populationCategoryId, PopulationCategoryInfo populationInfo, ContextInfo contextInfo)
           
 PopulationRuleInfo PopulationServiceImpl.updatePopulationRule(String populationRuleId, PopulationRuleInfo populationRuleInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.process
 

Methods in org.kuali.student.r2.core.process that throw VersionMismatchException
 PopulationInfo ProcessPocPopulationServiceMockImpl.updatePopulation(String populationId, PopulationInfo populationInfo, ContextInfo contextInfo)
           
 PopulationCategoryInfo ProcessPocPopulationServiceMockImpl.updatePopulationCategory(String populationCategoryId, PopulationCategoryInfo populationInfo, ContextInfo contextInfo)
           
 PopulationRuleInfo ProcessPocPopulationServiceMockImpl.updatePopulationRule(String populationRuleId, PopulationRuleInfo populationInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.process.impl
 

Methods in org.kuali.student.r2.core.process.impl that throw VersionMismatchException
 CheckInfo ProcessServiceMockImpl.updateCheck(String checkId, CheckInfo checkInfo, ContextInfo contextInfo)
           
 CheckInfo ProcessServiceImpl.updateCheck(String checkId, CheckInfo checkInfo, ContextInfo contextInfo)
           
 InstructionInfo ProcessServiceMockImpl.updateInstruction(String instructionId, InstructionInfo instructionInfo, ContextInfo contextInfo)
           
 InstructionInfo ProcessServiceImpl.updateInstruction(String instructionId, InstructionInfo instructionInfo, ContextInfo contextInfo)
           
 ProcessInfo ProcessServiceMockImpl.updateProcess(String processKey, ProcessInfo processInfo, ContextInfo contextInfo)
           
 ProcessInfo ProcessServiceImpl.updateProcess(String processKey, ProcessInfo processInfo, ContextInfo contextInfo)
           
 ProcessCategoryInfo ProcessServiceMockImpl.updateProcessCategory(String processCategoryId, ProcessCategoryInfo processCategoryInfo, ContextInfo contextInfo)
           
 ProcessCategoryInfo ProcessServiceImpl.updateProcessCategory(String processCategoryId, ProcessCategoryInfo processInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.process.service
 

Methods in org.kuali.student.r2.core.process.service that throw VersionMismatchException
 CheckInfo ProcessService.updateCheck(String checkId, CheckInfo checkInfo, ContextInfo contextInfo)
          Updates an existing Check.
 InstructionInfo ProcessService.updateInstruction(String instructionId, InstructionInfo instructionInfo, ContextInfo contextInfo)
          Updates an existing Instruction.
 ProcessInfo ProcessService.updateProcess(String processKey, ProcessInfo processInfo, ContextInfo contextInfo)
          Updates an existing Process.
 ProcessCategoryInfo ProcessService.updateProcessCategory(String processCategoryId, ProcessCategoryInfo processInfo, ContextInfo contextInfo)
          Updates an existing ProcessCategory.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.process.service.decorators
 

Methods in org.kuali.student.r2.core.process.service.decorators that throw VersionMismatchException
 CheckInfo ProcessServiceValidationDecorator.updateCheck(String checkId, CheckInfo checkInfo, ContextInfo contextInfo)
           
 CheckInfo ProcessServiceDecorator.updateCheck(String checkId, CheckInfo checkInfo, ContextInfo contextInfo)
           
 InstructionInfo ProcessServiceValidationDecorator.updateInstruction(String instructionId, InstructionInfo instructionInfo, ContextInfo contextInfo)
           
 InstructionInfo ProcessServiceDecorator.updateInstruction(String instructionId, InstructionInfo instructionInfo, ContextInfo contextInfo)
           
 ProcessInfo ProcessServiceValidationDecorator.updateProcess(String processKey, ProcessInfo processInfo, ContextInfo contextInfo)
           
 ProcessInfo ProcessServiceDecorator.updateProcess(String processKey, ProcessInfo processInfo, ContextInfo contextInfo)
           
 ProcessCategoryInfo ProcessServiceValidationDecorator.updateProcessCategory(String processCategoryId, ProcessCategoryInfo processInfo, ContextInfo contextInfo)
           
 ProcessCategoryInfo ProcessServiceDecorator.updateProcessCategory(String processCategoryId, ProcessCategoryInfo processInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.proposal.service
 

Methods in org.kuali.student.r2.core.proposal.service that throw VersionMismatchException
 ProposalInfo ProposalService.updateProposal(String proposalId, ProposalInfo proposalInfo, ContextInfo contextInfo)
          Updates an existing CLU
 ProposalInfo ProposalServiceDecorator.updateProposal(String proposalId, ProposalInfo proposalInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.room.service
 

Methods in org.kuali.student.r2.core.room.service that throw VersionMismatchException
 BuildingInfo RoomService.updateBuilding(String buildingId, BuildingInfo buildingInfo, ContextInfo contextInfo)
          Updates an existing Building
 BuildingInfo RoomServiceDecorator.updateBuilding(String buildingId, BuildingInfo buildingInfo, ContextInfo contextInfo)
           
 RoomInfo RoomService.updateRoom(String roomId, RoomInfo roomInfo, ContextInfo contextInfo)
          Updates an existing Room
 RoomInfo RoomServiceDecorator.updateRoom(String roomId, RoomInfo roomInfo, ContextInfo contextInfo)
           
 RoomResponsibleOrgInfo RoomService.updateRoomResponsibleOrg(String roomResponsibleOrgId, RoomResponsibleOrgInfo roomResponsibleOrgInfo, ContextInfo contextInfo)
          Updates an existing Room Responsible Org
 RoomResponsibleOrgInfo RoomServiceDecorator.updateRoomResponsibleOrg(String roomResponsibleOrgId, RoomResponsibleOrgInfo roomResponsibleOrgInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.room.service.impl
 

Methods in org.kuali.student.r2.core.room.service.impl that throw VersionMismatchException
 BuildingInfo RoomServiceMockImplM5.updateBuilding(String buildingId, BuildingInfo buildingInfo, ContextInfo contextInfo)
           
 BuildingInfo RoomServiceMockImpl.updateBuilding(String buildingId, BuildingInfo buildingInfo, ContextInfo contextInfo)
           
 RoomInfo RoomServiceMockImplM5.updateRoom(String roomId, RoomInfo roomInfo, ContextInfo contextInfo)
           
 RoomInfo RoomServiceMockImpl.updateRoom(String roomId, RoomInfo roomInfo, ContextInfo contextInfo)
           
 RoomResponsibleOrgInfo RoomServiceMockImplM5.updateRoomResponsibleOrg(String roomResponsibleOrgId, RoomResponsibleOrgInfo roomResponsibleOrgInfo, ContextInfo contextInfo)
           
 RoomResponsibleOrgInfo RoomServiceMockImpl.updateRoomResponsibleOrg(String roomResponsibleOrgId, RoomResponsibleOrgInfo roomResponsibleOrgInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.scheduling.service
 

Methods in org.kuali.student.r2.core.scheduling.service that throw VersionMismatchException
 ScheduleInfo SchedulingService.updateSchedule(String scheduleId, ScheduleInfo scheduleInfo, ContextInfo contextInfo)
          Updates a schedule.
 ScheduleBatchInfo SchedulingService.updateScheduleBatch(String scheduleBatchId, ScheduleBatchInfo scheduleBatchInfo, ContextInfo contextInfo)
          Updates a scheduleBatch.
 ScheduleRequestInfo SchedulingService.updateScheduleRequest(String scheduleRequestId, ScheduleRequestInfo scheduleRequestInfo, ContextInfo contextInfo)
          Updates a scheduleRequest.
 ScheduleTransactionInfo SchedulingService.updateScheduleTransaction(String scheduleTransactionId, ScheduleTransactionInfo scheduleTransactionInfo, ContextInfo contextInfo)
          Updates a scheduleTransaction.
 TimeSlotInfo SchedulingService.updateTimeSlot(String timeSlotId, TimeSlotInfo timeSlotInfo, ContextInfo contextInfo)
          Updates a timeSlot.
 

Uses of VersionMismatchException in org.kuali.student.r2.core.scheduling.service.decorators
 

Methods in org.kuali.student.r2.core.scheduling.service.decorators that throw VersionMismatchException
 ScheduleInfo SchedulingServiceValidationDecorator.updateSchedule(String scheduleId, ScheduleInfo scheduleInfo, ContextInfo contextInfo)
           
 ScheduleInfo SchedulingServiceDecorator.updateSchedule(String scheduleId, ScheduleInfo scheduleInfo, ContextInfo contextInfo)
           
 ScheduleBatchInfo SchedulingServiceValidationDecorator.updateScheduleBatch(String scheduleBatchId, ScheduleBatchInfo scheduleBatchInfo, ContextInfo contextInfo)
           
 ScheduleBatchInfo SchedulingServiceDecorator.updateScheduleBatch(String scheduleBatchId, ScheduleBatchInfo scheduleBatchInfo, ContextInfo contextInfo)
           
 ScheduleRequestInfo SchedulingServiceValidationDecorator.updateScheduleRequest(String scheduleRequestId, ScheduleRequestInfo scheduleRequestInfo, ContextInfo contextInfo)
           
 ScheduleRequestInfo SchedulingServiceDecorator.updateScheduleRequest(String scheduleRequestId, ScheduleRequestInfo scheduleRequestInfo, ContextInfo contextInfo)
           
 ScheduleTransactionInfo SchedulingServiceDecorator.updateScheduleTransaction(String scheduleTransactionId, ScheduleTransactionInfo scheduleTransactionInfo, ContextInfo contextInfo)
           
 TimeSlotInfo SchedulingServiceValidationDecorator.updateTimeSlot(String timeSlotId, TimeSlotInfo timeSlotInfo, ContextInfo contextInfo)
           
 TimeSlotInfo SchedulingServiceDecorator.updateTimeSlot(String timeSlotId, TimeSlotInfo timeSlotInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.scheduling.service.impl
 

Methods in org.kuali.student.r2.core.scheduling.service.impl that throw VersionMismatchException
 ScheduleInfo SchedulingServiceImpl.updateSchedule(String scheduleId, ScheduleInfo scheduleInfo, ContextInfo contextInfo)
           
 ScheduleInfo SchedulingServiceMockImpl.updateSchedule(String scheduleId, ScheduleInfo scheduleInfo, ContextInfo contextInfo)
           
 ScheduleBatchInfo SchedulingServiceImpl.updateScheduleBatch(String scheduleBatchId, ScheduleBatchInfo scheduleBatchInfo, ContextInfo contextInfo)
           
 ScheduleBatchInfo SchedulingServiceMockImpl.updateScheduleBatch(String scheduleBatchId, ScheduleBatchInfo scheduleBatchInfo, ContextInfo contextInfo)
           
 ScheduleRequestInfo SchedulingServiceImpl.updateScheduleRequest(String scheduleRequestId, ScheduleRequestInfo scheduleRequestInfo, ContextInfo contextInfo)
           
 ScheduleRequestInfo SchedulingServiceMockImpl.updateScheduleRequest(String scheduleRequestId, ScheduleRequestInfo scheduleRequestInfo, ContextInfo contextInfo)
           
 ScheduleTransactionInfo SchedulingServiceImpl.updateScheduleTransaction(String scheduleTransactionId, ScheduleTransactionInfo scheduleTransactionInfo, ContextInfo contextInfo)
           
 ScheduleTransactionInfo SchedulingServiceMockImpl.updateScheduleTransaction(String scheduleTransactionId, ScheduleTransactionInfo scheduleTransactionInfo, ContextInfo contextInfo)
           
 TimeSlotInfo SchedulingServiceImpl.updateTimeSlot(String timeSlotId, TimeSlotInfo timeSlotInfo, ContextInfo contextInfo)
           
 TimeSlotInfo SchedulingServiceMockImpl.updateTimeSlot(String timeSlotId, TimeSlotInfo timeSlotInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.core.statement.service
 

Methods in org.kuali.student.r2.core.statement.service that throw VersionMismatchException
 RefStatementRelationInfo StatementService.updateRefStatementRelation(String refStatementRelationId, RefStatementRelationInfo refStatementRelationInfo, ContextInfo contextInfo)
          Updates a relationship between an object and statement.
 ReqComponentInfo StatementService.updateReqComponent(String reqComponentId, ReqComponentInfo reqComponentInfo, ContextInfo contextInfo)
          Updates a requirement component
 StatementInfo StatementService.updateStatement(String statementId, StatementInfo statementInfo, ContextInfo contextInfo)
          Updates a statement
 StatementTreeViewInfo StatementService.updateStatementTreeView(String statementId, StatementTreeViewInfo statementTreeViewInfo, ContextInfo contextInfo)
          Updates an entire Statement Tree.
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.clu.service
 

Methods in org.kuali.student.r2.lum.clu.service that throw VersionMismatchException
 CluInfo CluService.updateClu(String cluId, CluInfo cluInfo, ContextInfo contextInfo)
          Updates an existing CLU
 CluCluRelationInfo CluService.updateCluCluRelation(String cluCluRelationId, CluCluRelationInfo cluCluRelationInfo, ContextInfo contextInfo)
          Updates a relationship between two CLUs
 CluLoRelationInfo CluService.updateCluLoRelation(String cluLoRelationId, CluLoRelationInfo cluLoRelationInfo, ContextInfo contextInfo)
          Updates a relationship between a clu and learning objective
 CluPublicationInfo CluService.updateCluPublication(String cluPublicationId, CluPublicationInfo cluPublicationInfo, ContextInfo contextInfo)
          Updates an existing clu publication object
 CluResultInfo CluService.updateCluResult(String cluResultId, CluResultInfo cluResultInfo, ContextInfo contextInfo)
          Updates an existing clu result
 CluSetInfo CluService.updateCluSet(String cluSetId, CluSetInfo cluSetInfo, ContextInfo contextInfo)
          Update the information for a CLU set
 CluInfo CluService.updateCluState(String cluId, String luState, ContextInfo contextInfo)
          Updates the state of the specified CLU
 

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

Methods in org.kuali.student.r2.lum.course.service that throw VersionMismatchException
 CourseInfo CourseService.createCourse(CourseInfo courseInfo, ContextInfo contextInfo)
          Creates a Course
 CourseInfo CourseServiceDecorator.createCourse(CourseInfo courseInfo, ContextInfo contextInfo)
           
 CourseInfo CourseService.createNewCourseVersion(String courseId, String versionComment, ContextInfo contextInfo)
          Creates a new Course version based on the current course
 CourseInfo CourseServiceDecorator.createNewCourseVersion(String courseId, String versionComment, ContextInfo contextInfo)
           
 StatusInfo CourseService.deleteCourse(String courseId, ContextInfo contextInfo)
          Deletes a Course.
 StatusInfo CourseServiceDecorator.deleteCourse(String courseId, ContextInfo contextInfo)
           
 CourseInfo CourseService.updateCourse(String courseId, CourseInfo courseInfo, ContextInfo contextInfo)
          Updates a Course.
 CourseInfo CourseServiceDecorator.updateCourse(String courseId, CourseInfo courseInfo, ContextInfo contextInfo)
           
 StatementTreeViewInfo CourseService.updateCourseStatement(String courseId, String statementId, StatementTreeViewInfo statementTreeViewInfo, ContextInfo contextInfo)
          Updates the Statement for a Course.
 StatementTreeViewInfo CourseServiceDecorator.updateCourseStatement(String courseId, String statementId, StatementTreeViewInfo statementTreeViewInfo, ContextInfo contextInfo)
           
 

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

Methods in org.kuali.student.r2.lum.course.service.impl that throw VersionMismatchException
static CourseInfo CourseServiceUtils.copyCourse(String originalCluId, String newCluId, String newState, String[] ignoreProperties, StatementService statementService, CluService cluService, CourseService courseService, ContextInfo contextInfo)
           
 CourseInfo CourseServiceImpl.createCourse(CourseInfo courseInfo, ContextInfo contextInfo)
           
 CourseInfo CourseServiceImpl.createNewCourseVersion(String versionIndCourseId, String versionComment, ContextInfo contextInfo)
           
 StatusInfo CourseServiceImpl.deleteCourse(String courseId, ContextInfo contextInfo)
           
 CourseInfo CourseServiceImpl.updateCourse(String courseId, CourseInfo courseInfo, ContextInfo contextInfo)
           
 StatementTreeViewInfo CourseServiceImpl.updateCourseStatement(String courseId, String statementId, StatementTreeViewInfo statementTreeViewInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.lo.service
 

Methods in org.kuali.student.r2.lum.lo.service that throw VersionMismatchException
 LoInfo LearningObjectiveService.updateLo(String loId, LoInfo loInfo, ContextInfo contextInfo)
          Updates an existing Lo.
 LoCategoryInfo LearningObjectiveService.updateLoCategory(String loCategoryId, LoCategoryInfo loCategoryInfo, ContextInfo contextInfo)
          Updates an existing LoCategory.
 LoLoRelationInfo LearningObjectiveService.updateLoLoRelation(String loLoRelationId, LoLoRelationInfo loLoRelationInfo, ContextInfo contextInfo)
          Updates an existing LoLoRelation.
 LoRepositoryInfo LearningObjectiveService.updateLoRepository(String loRepositoryKey, LoRepositoryInfo loRepositoryInfo, ContextInfo contextInfo)
          Updates an existing LoRepository.
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.lo.service.impl
 

Methods in org.kuali.student.r2.lum.lo.service.impl that throw VersionMismatchException
static Lo LearningObjectiveServiceAssembler.toLo(boolean isUpdate, LoInfo dto, CrudDao dao)
           
static Lo LearningObjectiveServiceAssembler.toLo(boolean isUpdate, Lo entity, LoInfo dto, CrudDao dao)
           
static LoLoRelation LearningObjectiveServiceAssembler.toLoLoRelation(boolean isUpdate, LoLoRelationInfo dto, CrudDao dao)
           
static LoLoRelation LearningObjectiveServiceAssembler.toLoLoRelation(boolean isUpdate, LoLoRelation entity, LoLoRelationInfo dto, CrudDao dao)
           
 LoInfo LearningObjectiveServiceImpl.updateLo(String loId, LoInfo loInfo, ContextInfo contextInfo)
           
 LoCategoryInfo LearningObjectiveServiceImpl.updateLoCategory(String loCategoryId, LoCategoryInfo loCategoryInfo, ContextInfo contextInfo)
           
 LoLoRelationInfo LearningObjectiveServiceImpl.updateLoLoRelation(String loLoRelationId, LoLoRelationInfo loLoRelationInfo, ContextInfo contextInfo)
           
 LoRepositoryInfo LearningObjectiveServiceImpl.updateLoRepository(String loRepositoryKey, LoRepositoryInfo loRepositoryInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.lrc.service
 

Methods in org.kuali.student.r2.lum.lrc.service that throw VersionMismatchException
 ResultScaleInfo LRCService.updateResultScale(String resultScaleKey, ResultScaleInfo resultScaleInfo, ContextInfo contextInfo)
          Updates an existing result scale.
 ResultScaleInfo LRCServiceDecorator.updateResultScale(String resultScaleKey, ResultScaleInfo resultScaleInfo, ContextInfo contextInfo)
           
 ResultValueInfo LRCService.updateResultValue(String resultValueKey, ResultValueInfo resultValueInfo, ContextInfo contextInfo)
          Update a result value
 ResultValueInfo LRCServiceDecorator.updateResultValue(String resultValueId, ResultValueInfo resultValueInfo, ContextInfo context)
           
 ResultValuesGroupInfo LRCService.updateResultValuesGroup(String resultValuesGroupKey, ResultValuesGroupInfo gradeValuesGroupInfo, ContextInfo contextInfo)
          Updates an existing result values group.
 ResultValuesGroupInfo LRCServiceDecorator.updateResultValuesGroup(String resultValuesGroupKey, ResultValuesGroupInfo gradeValuesGroupInfo, ContextInfo context)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.lrc.service.impl
 

Methods in org.kuali.student.r2.lum.lrc.service.impl that throw VersionMismatchException
 ResultScaleInfo LRCServiceCacheDecorator.updateResultScale(String resultScaleKey, ResultScaleInfo resultScaleInfo, ContextInfo contextInfo)
           
 ResultScaleInfo LRCServiceImpl.updateResultScale(String key, ResultScaleInfo info, ContextInfo contextInfo)
           
 ResultValueInfo LRCServiceCacheDecorator.updateResultValue(String resultValueId, ResultValueInfo resultValueInfo, ContextInfo context)
           
 ResultValueInfo LRCServiceImpl.updateResultValue(String key, ResultValueInfo info, ContextInfo contextInfo)
           
 ResultValuesGroupInfo LRCServiceImpl.updateResultValuesGroup(String key, ResultValuesGroupInfo info, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.lu.service.impl
 

Methods in org.kuali.student.r2.lum.lu.service.impl that throw VersionMismatchException
static CluFee CluServiceAssembler.toCluFee(Clu clu, boolean isUpdate, CluFeeInfo feeInfo, LuDao dao)
           
 CluInfo CluServiceImpl.updateClu(String cluId, CluInfo cluInfo, ContextInfo context)
           
 CluCluRelationInfo CluServiceImpl.updateCluCluRelation(String cluCluRelationId, CluCluRelationInfo cluCluRelationInfo, ContextInfo context)
           
 CluLoRelationInfo CluServiceImpl.updateCluLoRelation(String cluLoRelationId, CluLoRelationInfo cluLoRelationInfo, ContextInfo context)
           
 CluPublicationInfo CluServiceImpl.updateCluPublication(String cluPublicationId, CluPublicationInfo cluPublicationInfo, ContextInfo context)
           
 CluResultInfo CluServiceImpl.updateCluResult(String cluResultId, CluResultInfo cluResultInfo, ContextInfo context)
           
 CluSetInfo CluServiceImpl.updateCluSet(String cluSetId, CluSetInfo cluSetInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.program.service
 

Methods in org.kuali.student.r2.lum.program.service that throw VersionMismatchException
 CoreProgramInfo ProgramService.createNewCoreProgramVersion(String coreProgramId, String versionComment, ContextInfo contextInfo)
          Creates a new Core Program version based on the current Core Program
 CoreProgramInfo ProgramServiceDecorator.createNewCoreProgramVersion(String coreProgramId, String versionComment, ContextInfo contextInfo)
           
 CredentialProgramInfo ProgramService.createNewCredentialProgramVersion(String credentialProgramId, String versionComment, ContextInfo contextInfo)
          Creates a new Credential Program version based on the current Credential Program
 CredentialProgramInfo ProgramServiceDecorator.createNewCredentialProgramVersion(String credentialProgramId, String versionComment, ContextInfo contextInfo)
           
 MajorDisciplineInfo ProgramService.createNewMajorDisciplineVersion(String majorDisciplineId, String versionComment, ContextInfo contextInfo)
          Creates a new Major Discipline version based on the current Major
 MajorDisciplineInfo ProgramServiceDecorator.createNewMajorDisciplineVersion(String majorDisciplineId, String versionComment, ContextInfo contextInfo)
           
 CoreProgramInfo ProgramService.updateCoreProgram(String coreProgramId, String coreProgramTypeKey, CoreProgramInfo coreProgramInfo, ContextInfo contextInfo)
          Updates a Core Program
 CoreProgramInfo ProgramServiceDecorator.updateCoreProgram(String coreProgramId, String coreProgramTypeKey, CoreProgramInfo coreProgramInfo, ContextInfo contextInfo)
           
 CredentialProgramInfo ProgramService.updateCredentialProgram(String credentialProgramId, CredentialProgramInfo credentialProgramInfo, ContextInfo contextInfo)
          Updates a Credential Program
 CredentialProgramInfo ProgramServiceDecorator.updateCredentialProgram(String credentialProgramId, CredentialProgramInfo credentialProgramInfo, ContextInfo contextInfo)
           
 HonorsProgramInfo ProgramService.updateHonorsProgram(String honorsProgramId, String honorsProgramTypeKey, HonorsProgramInfo honorsProgramInfo, ContextInfo contextInfo)
          Updates a Honors Program
 HonorsProgramInfo ProgramServiceDecorator.updateHonorsProgram(String honorsProgramId, String honorsProgramTypeKey, HonorsProgramInfo honorsProgramInfo, ContextInfo contextInfo)
           
 MajorDisciplineInfo ProgramService.updateMajorDiscipline(String majorDisciplineId, MajorDisciplineInfo majorDisciplineInfo, ContextInfo contextInfo)
          Updates a Major Discipline
 MajorDisciplineInfo ProgramServiceDecorator.updateMajorDiscipline(String majorDisciplineId, MajorDisciplineInfo majorDisciplineInfo, ContextInfo contextInfo)
           
 MinorDisciplineInfo ProgramService.updateMinorDiscipline(String minorDisciplineId, String minorDisciplineTypeKey, MinorDisciplineInfo minorDisciplineInfo, ContextInfo contextInfo)
          Updates a Minor Discipline
 MinorDisciplineInfo ProgramServiceDecorator.updateMinorDiscipline(String minorDisciplineId, String minorDisciplineTypeKey, MinorDisciplineInfo minorDisciplineInfo, ContextInfo contextInfo)
           
 ProgramRequirementInfo ProgramService.updateProgramRequirement(String programRequirementId, String programRequirementTypeKey, ProgramRequirementInfo programRequirementInfo, ContextInfo contextInfo)
          Updates a Program Requirement
 ProgramRequirementInfo ProgramServiceDecorator.updateProgramRequirement(String programRequirementId, String programRequirementTypeKey, ProgramRequirementInfo programRequirementInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.program.service.impl
 

Methods in org.kuali.student.r2.lum.program.service.impl that throw VersionMismatchException
 CoreProgramInfo ProgramServiceImpl.createNewCoreProgramVersion(String coreProgramId, String versionComment, ContextInfo contextInfo)
           
 CredentialProgramInfo ProgramServiceImpl.createNewCredentialProgramVersion(String credentialProgramId, String versionComment, ContextInfo contextInfo)
           
 MajorDisciplineInfo ProgramServiceImpl.createNewMajorDisciplineVersion(String majorDisciplineId, String versionComment, ContextInfo contextInfo)
           
 CoreProgramInfo ProgramServiceImpl.updateCoreProgram(String coreProgramId, String coreProgramTypeKey, CoreProgramInfo coreProgramInfo, ContextInfo contextInfo)
           
 CredentialProgramInfo ProgramServiceImpl.updateCredentialProgram(String credentialProgramId, CredentialProgramInfo credentialProgramInfo, ContextInfo contextInfo)
           
 HonorsProgramInfo ProgramServiceImpl.updateHonorsProgram(String honorsProgramId, String honorsProgramTypeKey, HonorsProgramInfo honorsProgramInfo, ContextInfo contextInfo)
           
 MajorDisciplineInfo ProgramServiceImpl.updateMajorDiscipline(String majorDisciplineId, MajorDisciplineInfo majorDisciplineInfo, ContextInfo contextInfo)
           
 MinorDisciplineInfo ProgramServiceImpl.updateMinorDiscipline(String minorDisciplineId, String minorDisciplineTypeKey, MinorDisciplineInfo minorDisciplineInfo, ContextInfo contextInfo)
           
 ProgramRequirementInfo ProgramServiceImpl.updateProgramRequirement(String programRequirementId, String programRequirementTypeKey, ProgramRequirementInfo programRequirementInfo, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.r2.lum.service.assembler
 

Methods in org.kuali.student.r2.lum.service.assembler that throw VersionMismatchException
protected  void LumServiceMethodInvoker.invokeServiceCallOnResult(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
protected  void LumServiceMethodInvoker.invokeServiceCallOnResult(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 void LumServiceMethodInvoker.invokeServiceCalls(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 

Uses of VersionMismatchException in org.kuali.student.service.impl.mock
 

Methods in org.kuali.student.service.impl.mock that throw VersionMismatchException
 ProposalInfo ProposalServiceMockImpl.updateProposal(String proposalId, ProposalInfo proposalInfo, ContextInfo contextInfo)
           
 



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