| 1 |
|
package org.kuali.student.lum.course.service.assembler; |
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
@author |
| 12 |
|
|
| 13 |
|
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 0 |
Complexity Density: - |
|
| 14 |
|
public class CourseAssemblerConstants { |
| 15 |
|
|
| 16 |
|
public static final String COURSE_TYPE = "kuali.lu.type.CreditCourse"; |
| 17 |
|
|
| 18 |
|
public static final String COURSE_FORMAT_TYPE = "kuali.lu.type.CreditCourseFormatShell"; |
| 19 |
|
|
| 20 |
|
public static final String COURSE_FORMAT_RELATION_TYPE = "luLuRelationType.hasCourseFormat"; |
| 21 |
|
|
| 22 |
|
public static final String JOINT_RELATION_TYPE = "kuali.lu.relation.type.co-located"; |
| 23 |
|
|
| 24 |
|
public static final String PROPOSAL_TYPE_CREATE_COURSE = "kuali.proposal.type.course.create"; |
| 25 |
|
|
| 26 |
|
public static final String COPY_OF_CLU_RELATION_TYPE = "kuali.lu.relation.type.copyOfClu"; |
| 27 |
|
|
| 28 |
|
public static final String FORMAT_RELATION_TYPE = "luLuRelationType.hasCourseFormat"; |
| 29 |
|
|
| 30 |
|
public static final String ACTIVITY_RELATION_TYPE = "luLuRelationType.contains"; |
| 31 |
|
|
| 32 |
|
|
| 33 |
|
public static final String PROPOSAL_REFERENCE_TYPE = "kuali.proposal.referenceType.clu"; |
| 34 |
|
|
| 35 |
|
public static final String COURSE_ACTIVITY_RELATION_TYPE = "luLuRelationType.contains"; |
| 36 |
|
|
| 37 |
|
public static final String COURSE_ACTIVITY_LAB_TYPE = "kuali.lu.type.activity.Lab"; |
| 38 |
|
public static final String COURSE_ACTIVITY_DISCUSSION_TYPE = "kuali.lu.type.activity.Discussion"; |
| 39 |
|
public static final String COURSE_ACTIVITY_TUTORIAL_TYPE = "kuali.lu.type.activity.Tutorial"; |
| 40 |
|
public static final String COURSE_ACTIVITY_LECTURE_TYPE = "kuali.lu.type.activity.Lecture"; |
| 41 |
|
public static final String COURSE_ACTIVITY_WEBLECTURE_TYPE = "kuali.lu.type.activity.WebLecture"; |
| 42 |
|
public static final String COURSE_ACTIVITY_WEBDISCUSS_TYPE = "kuali.lu.type.activity.WebDiscussion"; |
| 43 |
|
public static final String COURSE_ACTIVITY_DIRECTED_TYPE = "kuali.lu.type.activity.Directed"; |
| 44 |
|
|
| 45 |
|
|
| 46 |
|
public static final String COURSE_OFFICIAL_IDENT_TYPE = "kuali.lu.type.CreditCourse.identifier.official"; |
| 47 |
|
|
| 48 |
|
public static final String COURSE_CAMPUS_LOCATION_CD_NORTH = "NO"; |
| 49 |
|
public static final String COURSE_CAMPUS_LOCATION_CD_SOUTH = "SO"; |
| 50 |
|
|
| 51 |
|
|
| 52 |
|
public static final String COURSE_VARIATION_IDENT_TYPE = "kuali.lu.type.CreditCourse.identifier.variation"; |
| 53 |
|
|
| 54 |
|
|
| 55 |
|
public static final String COURSE_CROSSLISTING_IDENT_TYPE = "kuali.lu.type.CreditCourse.identifier.crosslisting"; |
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
public final static String COURSE_RESULT_TYPE_GRADE = "kuali.resultType.gradeCourseResult"; |
| 62 |
|
public final static String COURSE_RESULT_TYPE_CREDITS = "kuali.resultType.creditCourseResult"; |
| 63 |
|
public final static String COURSE_RESULT_COMP_TYPE_CREDIT_FIXED = "kuali.resultComponentType.credit.degree.fixed"; |
| 64 |
|
public final static String COURSE_RESULT_COMP_TYPE_CREDIT_VARIABLE = "kuali.resultComponentType.credit.degree.range"; |
| 65 |
|
public final static String COURSE_RESULT_COMP_TYPE_CREDIT_MULTIPLE = "kuali.resultComponentType.credit.degree.multiple"; |
| 66 |
|
public static final String COURSE_RESULT_COMP_GRADE_PASSFAIL = "kuali.resultComponent.grade.passFail"; |
| 67 |
|
public static final String COURSE_RESULT_COMP_GRADE_AUDIT = "kuali.resultComponent.grade.audit"; |
| 68 |
|
public static final String COURSE_RESULT_COMP_ATTR_PASSFAIL = "passFail"; |
| 69 |
|
public static final String COURSE_RESULT_COMP_ATTR_AUDIT = "audit"; |
| 70 |
|
public static final String COURSE_RESULT_COMP_ATTR_FIXED_CREDIT_VALUE = "fixedCreditValue"; |
| 71 |
|
public static final String COURSE_RESULT_COMP_ATTR_MIN_CREDIT_VALUE = "minCreditValue"; |
| 72 |
|
public static final String COURSE_RESULT_COMP_ATTR_MAX_CREDIT_VALUE = "maxCreditValue"; |
| 73 |
|
public static final String COURSE_RESULT_COMP_ATTR_CREDIT_VALUE_INCR = "creditValueIncrement"; |
| 74 |
|
public static final String COURSE_RESULT_COMP_CREDIT_PREFIX = "kuali.creditType.credit.degree."; |
| 75 |
|
|
| 76 |
|
|
| 77 |
|
public static final String COURSE_CODE_SPECIAL_TOPICS = "kuali.lu.code.specialTopics"; |
| 78 |
|
public static final String COURSE_CODE_PILOT_COURSE = "kuali.lu.code.pilotCourse"; |
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
public static final String ADMIN_ORG = "kuali.adminOrg.type.Administration"; |
| 83 |
|
public static final String SUBJECT_ORG = "kuali.adminOrg.type.CurriculumOversight"; |
| 84 |
|
|
| 85 |
|
public static final String COURSE_LO_RELATION_INCLUDES = "kuali.lo.relation.type.includes"; |
| 86 |
|
public static final String COURSE_LO_SEQUENCE = "sequence"; |
| 87 |
|
public static final String COURSE_LO_COURSE_SPECIFIC_RELATION = "kuali.lu.lo.relation.type.includes"; |
| 88 |
|
public static final String COURSE_LO_TYPE = "kuali.lo.type.singleUse"; |
| 89 |
|
public static final String COURSE_LO_REPOSITORY_KEY = "kuali.loRepository.key.singleUse"; |
| 90 |
|
public static final String COURSE_FINANCIALS_REVENUE_TYPE = "REVENUE"; |
| 91 |
|
|
| 92 |
|
|
| 93 |
|
public static final String COURSE_REFERENCE_TYPE = "kuali.referenceType.CLU"; |
| 94 |
|
|
| 95 |
|
|
| 96 |
|
public static final String ACTIVE = "Active"; |
| 97 |
|
} |