Uses of Class
org.kuali.student.r2.common.assembler.AssemblyException

Packages that use AssemblyException
org.kuali.student.enrollment.class2.academicrecord.service.assembler   
org.kuali.student.enrollment.class2.grading.assembler   
org.kuali.student.r1.common.assembly   
org.kuali.student.r1.core.statement.service.assembler   
org.kuali.student.r2.common.assembler   
org.kuali.student.r2.core.acal.service.assembler   
org.kuali.student.r2.lum.course.service.assembler   
org.kuali.student.r2.lum.program.service.assembler   
org.kuali.student.r2.lum.program.service.impl   
org.kuali.student.r2.lum.service.assembler   
 

Uses of AssemblyException in org.kuali.student.enrollment.class2.academicrecord.service.assembler
 

Methods in org.kuali.student.enrollment.class2.academicrecord.service.assembler that throw AssemblyException
 StudentCourseRecordInfo StudentCourseRecordAssembler.assemble(CourseRegistrationInfo courseReg, ContextInfo context)
           
 

Uses of AssemblyException in org.kuali.student.enrollment.class2.grading.assembler
 

Methods in org.kuali.student.enrollment.class2.grading.assembler that throw AssemblyException
 GradeValuesGroupInfo GradeValuesGroupAssembler.assemble(ResultValuesGroupInfo resultValuesGroupInfo, ContextInfo context)
           
 GradeValuesGroupInfo GradeValuesGroupAssembler.assemble(ResultValuesGroupInfo resultValuesGroupInfo, List<ResultValueInfo> resultValueInfos, ContextInfo context)
           
 ResultValuesGroupInfo GradeValuesGroupAssembler.disassemble(GradeValuesGroupInfo businessDTO, ContextInfo context)
           
 

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

Methods in org.kuali.student.r1.common.assembly that throw AssemblyException
 E BOAssembler.assemble(T baseDTO, E businessDTO, boolean shallowBuild, ContextInfo contextInfo)
          This method assembles the business DTO from its base DTO.
 BaseDTOAssemblyNode<E,T> BOAssembler.disassemble(E businessDTO, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
          This method returns a collection of base DTOs and the operations that need to be performed on them in a given order
 void BusinessServiceMethodInvoker.invokeServiceCalls(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 

Uses of AssemblyException in org.kuali.student.r1.core.statement.service.assembler
 

Methods in org.kuali.student.r1.core.statement.service.assembler that throw AssemblyException
 StatementTreeViewInfo StatementTreeViewAssembler.assemble(StatementTreeViewInfo baseDTO, StatementTreeViewInfo businessDTO, boolean shallowBuild, ContextInfo contextInfo)
          Deprecated.  
 BaseDTOAssemblyNode<StatementTreeViewInfo,StatementTreeViewInfo> StatementTreeViewAssembler.disassemble(StatementTreeViewInfo newTree, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
          Deprecated.  
 

Uses of AssemblyException in org.kuali.student.r2.common.assembler
 

Methods in org.kuali.student.r2.common.assembler that throw AssemblyException
 E DTOAssembler.assemble(T baseDTO, ContextInfo context)
           
 T DTOAssembler.disassemble(E businessDTO, ContextInfo context)
           
 

Uses of AssemblyException in org.kuali.student.r2.core.acal.service.assembler
 

Methods in org.kuali.student.r2.core.acal.service.assembler that throw AssemblyException
 TermInfo TermAssembler.assemble(AtpInfo atp, ContextInfo context)
           
 HolidayCalendarInfo HolidayCalendarAssembler.assemble(AtpInfo atp, ContextInfo context)
           
 AcademicCalendarInfo AcademicCalendarAssembler.assemble(AtpInfo atp, ContextInfo context)
           
 HolidayInfo HolidayAssembler.assemble(MilestoneInfo milestoneInfo, ContextInfo context)
           
 AcalEventInfo AcalEventAssembler.assemble(MilestoneInfo milestoneInfo, ContextInfo context)
           
 AtpInfo AcademicCalendarAssembler.disassemble(AcademicCalendarInfo acal, ContextInfo context)
           
 MilestoneInfo AcalEventAssembler.disassemble(AcalEventInfo acalEventInfo, ContextInfo context)
           
 AtpInfo HolidayCalendarAssembler.disassemble(HolidayCalendarInfo holidayCalendarInfo, ContextInfo context)
           
 MilestoneInfo HolidayAssembler.disassemble(HolidayInfo holidayInfo, ContextInfo context)
           
 AtpInfo TermAssembler.disassemble(TermInfo term, ContextInfo context)
           
 

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

Methods in org.kuali.student.r2.lum.course.service.assembler that throw AssemblyException
 CourseJointInfo CourseJointAssembler.assemble(CluCluRelationInfo cluRel, CourseJointInfo jointInfo, boolean shallowBuild, ContextInfo contextInfo)
           
 CourseJointInfo CourseJointAssembler.assemble(CluCluRelationInfo cluRel, String cluId, CourseJointInfo jointInfo, boolean shallowBuild, ContextInfo contextInfo)
           
 ActivityInfo ActivityAssembler.assemble(CluInfo baseDTO, ActivityInfo businessDTO, boolean shallowBuild, ContextInfo contextInfo)
           
 CourseInfo CourseAssembler.assemble(CluInfo clu, CourseInfo courseInfo, boolean shallowBuild, ContextInfo contextInfo)
           
 FormatInfo FormatAssembler.assemble(CluInfo clu, FormatInfo formatInfo, boolean shallowBuild, ContextInfo contextInfo)
           
 LoDisplayInfo LoAssembler.assemble(LoInfo lo, LoDisplayInfo loDisplayInfo, boolean shallowBuild, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<ActivityInfo,CluInfo> ActivityAssembler.disassemble(ActivityInfo businessDTO, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<CourseInfo,CluInfo> CourseAssembler.disassemble(CourseInfo course, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<CourseJointInfo,CluCluRelationInfo> CourseJointAssembler.disassemble(CourseJointInfo joint, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<FormatInfo,CluInfo> FormatAssembler.disassemble(FormatInfo format, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<LoDisplayInfo,LoInfo> LoAssembler.disassemble(LoDisplayInfo loDisplay, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 

Uses of AssemblyException in org.kuali.student.r2.lum.program.service.assembler
 

Methods in org.kuali.student.r2.lum.program.service.assembler that throw AssemblyException
 List<BaseDTOAssemblyNode<?,?>> ProgramAssemblerUtils.addAllRelationNodes(String cluId, String relatedCluId, String relationType, BaseDTOAssemblyNode.NodeOperation operation, Map<String,String> currentRelations)
           
 List<BaseDTOAssemblyNode<?,?>> ProgramAssemblerUtils.addRelationNodes(String cluId, String relatedCluId, String relationType, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 CoreProgramInfo CoreProgramAssembler.assemble(CluInfo baseDTO, CoreProgramInfo businessDTO, boolean shallowBuild, ContextInfo contextInfo)
           
 CredentialProgramInfo CredentialProgramAssembler.assemble(CluInfo baseDTO, CredentialProgramInfo businessDTO, boolean shallowBuild, ContextInfo contextInfo)
           
 MajorDisciplineInfo MajorDisciplineAssembler.assemble(CluInfo baseDTO, MajorDisciplineInfo businessDTO, boolean shallowBuild, ContextInfo contextInfo)
           
 ProgramVariationInfo ProgramVariationAssembler.assemble(CluInfo baseDTO, ProgramVariationInfo businessDTO, boolean shallowBuild, ContextInfo contextInfo)
           
 ProgramAtpAssembly ProgramAssemblerUtils.assembleAtps(CluInfo clu, ProgramAtpAssembly program)
          Copy atp values from clu to program
 ProgramBasicOrgAssembly ProgramAssemblerUtils.assembleBasicAdminOrgs(CluInfo clu, ProgramBasicOrgAssembly program)
          Copy AdminOrg id's from clu's AdminOrgInfo's to program
 ProgramCommonAssembly ProgramAssemblerUtils.assembleBasics(CluInfo clu, ProgramCommonAssembly program, ContextInfo contextInfo)
          Copy basic values from clu to program
 ProgramFullOrgAssembly ProgramAssemblerUtils.assembleFullOrgs(CluInfo clu, ProgramFullOrgAssembly program)
           
 ProgramIdentifierAssembly ProgramAssemblerUtils.assembleIdentifiers(CluInfo clu, ProgramIdentifierAssembly program)
          Copy identifier values from clu to program
 ProgramCodeAssembly ProgramAssemblerUtils.assembleLuCodes(CluInfo clu, ProgramCodeAssembly program)
          Copy Lu Codes from clu to program
 ProgramPublicationAssembly ProgramAssemblerUtils.assemblePublications(CluInfo clu, ProgramPublicationAssembly program, ContextInfo contextInfo)
          Copy publication values from clu to program
 ProgramRequirementAssembly ProgramAssemblerUtils.assembleRequirements(CluInfo clu, ProgramRequirementAssembly program, ContextInfo contextInfo)
           
 List<String> ProgramAssemblerUtils.assembleResultOptions(String cluId, ContextInfo contextInfo)
          Copy result option values from clu to program
 BaseDTOAssemblyNode<CoreProgramInfo,CluInfo> CoreProgramAssembler.disassemble(CoreProgramInfo businessDTO, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<CredentialProgramInfo,CluInfo> CredentialProgramAssembler.disassemble(CredentialProgramInfo businessDTO, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<MajorDisciplineInfo,CluInfo> MajorDisciplineAssembler.disassemble(MajorDisciplineInfo businessDTO, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<ProgramVariationInfo,CluInfo> ProgramVariationAssembler.disassemble(ProgramVariationInfo businessDTO, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 CluInfo ProgramAssemblerUtils.disassembleAtps(CluInfo clu, ProgramAtpAssembly program, BaseDTOAssemblyNode.NodeOperation operation)
          Copy atp values from Program to clu
 CluInfo ProgramAssemblerUtils.disassembleBasics(CluInfo clu, ProgramCommonAssembly program)
          Copy basic values from program to clu
 List<BaseDTOAssemblyNode<?,?>> ProgramAssemblerUtils.disassembleCredentialProgram(ProgramCredentialAssembly program, BaseDTOAssemblyNode.NodeOperation operation, String relationType, ContextInfo contextInfo)
          Copy credential program id value from program to clu
 CluInfo ProgramAssemblerUtils.disassembleIdentifiers(CluInfo clu, ProgramIdentifierAssembly program, BaseDTOAssemblyNode.NodeOperation operation)
          Copy identifier values from program to clu
 CluInfo ProgramAssemblerUtils.disassembleLuCodes(CluInfo clu, ProgramCodeAssembly program, BaseDTOAssemblyNode.NodeOperation operation)
          Copy Lu Codes from program to clu
 CluInfo ProgramAssemblerUtils.disassemblePublications(CluInfo clu, ProgramPublicationAssembly program, BaseDTOAssemblyNode.NodeOperation operation, BaseDTOAssemblyNode<?,?> result, ContextInfo contextInfo)
          Copy publication values from program to clu
 CluInfo ProgramAssemblerUtils.disassembleRequirements(CluInfo clu, ProgramRequirementAssembly program, BaseDTOAssemblyNode.NodeOperation operation, BaseDTOAssemblyNode<?,?> result, boolean stateChanged, ContextInfo contextInfo)
           
 Map<String,CluCluRelationInfo> ProgramAssemblerUtils.getCluCluActiveRelations(String cluId, String relationType, ContextInfo contextInfo)
           
 Map<String,String> ProgramAssemblerUtils.getCluCluRelations(String cluId, String relationType, ContextInfo contextInfo)
           
 String ProgramAssemblerUtils.getCredentialProgramID(String cluId, ContextInfo contextInfo)
           
 

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

Methods in org.kuali.student.r2.lum.program.service.impl that throw AssemblyException
 ProgramRequirementInfo ProgramRequirementAssembler.assemble(CluInfo clu, ProgramRequirementInfo progReqInfo, boolean shallowBuild, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<ProgramRequirementInfo,CluInfo> ProgramRequirementAssembler.disassemble(ProgramRequirementInfo progReq, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
 

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

Methods in org.kuali.student.r2.lum.service.assembler that throw AssemblyException
 List<String> CluAssemblerUtils.assembleCluResults(List<String> resultTypes, List<CluResultInfo> cluResults)
           
 List<LoDisplayInfo> CluAssemblerUtils.assembleLos(String cluId, boolean shallowBuild, ContextInfo contextInfo)
           
 BaseDTOAssemblyNode<?,?> CluAssemblerUtils.disassembleCluResults(String cluId, String cluState, List<String> options, BaseDTOAssemblyNode.NodeOperation operation, String resultType, String resultsDescription, String resultDescription, ContextInfo contextInfo)
           
 List<BaseDTOAssemblyNode<?,?>> CluAssemblerUtils.disassembleLos(String cluId, String cluState, List<LoDisplayInfo> loInfos, BaseDTOAssemblyNode.NodeOperation operation, ContextInfo contextInfo)
           
protected  void LumServiceMethodInvoker.invokeServiceCallOnResult(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 void LumServiceMethodInvoker.invokeServiceCalls(BaseDTOAssemblyNode results, ContextInfo contextInfo)
           
 



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