Uses of Class
org.openurp.edu.grade.plan.model.GroupAuditResult
| Package | Description |
|---|---|
| org.openurp.edu.grade.plan.adapters | |
| org.openurp.edu.grade.plan.model |
-
Uses of GroupAuditResult in org.openurp.edu.grade.plan.adapters
Subclasses of GroupAuditResult in org.openurp.edu.grade.plan.adapters Modifier and Type Class Description classGroupResultAdapterMethods in org.openurp.edu.grade.plan.adapters that return GroupAuditResult Modifier and Type Method Description GroupAuditResultGroupResultAdapter. getParent()Methods in org.openurp.edu.grade.plan.adapters that return types with arguments of type GroupAuditResult Modifier and Type Method Description List<GroupAuditResult>GroupResultAdapter. getChildren()Methods in org.openurp.edu.grade.plan.adapters with parameters of type GroupAuditResult Modifier and Type Method Description voidGroupResultAdapter. addChild(GroupAuditResult gr)voidGroupResultAdapter. removeChild(GroupAuditResult gr)voidGroupResultAdapter. setParent(GroupAuditResult parent)Method parameters in org.openurp.edu.grade.plan.adapters with type arguments of type GroupAuditResult Modifier and Type Method Description voidGroupResultAdapter. setChildren(List<GroupAuditResult> children) -
Uses of GroupAuditResult in org.openurp.edu.grade.plan.model
Methods in org.openurp.edu.grade.plan.model that return GroupAuditResult Modifier and Type Method Description GroupAuditResultCourseAuditResult. getGroupResult()GroupAuditResultPlanAuditResult. getGroupResult(CourseType type)获取指定课程类别的课程组审核结果GroupAuditResultGroupAuditResult. getParent()GroupAuditResultGroupAuditResult. getSuperResult()用于掩盖组的上级结果类型差异性
包裝了頂層組的計劃結果.Methods in org.openurp.edu.grade.plan.model that return types with arguments of type GroupAuditResult Modifier and Type Method Description List<GroupAuditResult>GroupAuditResult. getChildren()List<GroupAuditResult>PlanAuditResult. getGroupResults()List<GroupAuditResult>PlanAuditResult. getTopGroupResults()Methods in org.openurp.edu.grade.plan.model with parameters of type GroupAuditResult Modifier and Type Method Description voidGroupAuditResult. addChild(GroupAuditResult gr)voidPlanAuditResult. addGroupResult(GroupAuditResult rs)static voidGroupAuditResult. checkPassed(GroupAuditResult groupResult, boolean isRecursive)voidGroupAuditResult. removeChild(GroupAuditResult gr)voidPlanAuditResult. removeGroupResult(GroupAuditResult rs)voidCourseAuditResult. setGroupResult(GroupAuditResult groupResult)voidGroupAuditResult. setParent(GroupAuditResult parent)Method parameters in org.openurp.edu.grade.plan.model with type arguments of type GroupAuditResult Modifier and Type Method Description voidGroupAuditResult. setChildren(List<GroupAuditResult> children)voidPlanAuditResult. setGroupResults(List<GroupAuditResult> groupAuditResults)