Class TeachersDomainFrameworkPlugin
java.lang.Object
org.dlese.dpc.schemedit.standards.AbstractCATHelperPlugin
org.dlese.dpc.schemedit.standards.asn.AsnCATPlugin
org.dlese.dpc.schemedit.standards.asn.plugin.NcsItemFrameworkPlugin
org.dlese.dpc.schemedit.standards.td.TeachersDomainFrameworkPlugin
- All Implemented Interfaces:
CATHelperPlugin
CATService FrameworkPlugin providing information specific to the "comm_core"
framework.
The msp2 framework has multiple subject fields and a repeating keywords field.
- Author:
- ostwald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the descriptionPath of the msp2 frameworkGets the gradeRangePath of the msp2 frameworkGets the keywordPath of the msp2 frameworkGets the optionalCatUIFields attribute of the TeachersDomainFrameworkPlugin objectString[]Gets the collected recordSubjects defined under three xpaths.Gets the subjectPath of the msp2 frameworkvoidinit(CATServiceHelper helper) NOT YET DOCUMENTEDMethods inherited from class org.dlese.dpc.schemedit.standards.asn.plugin.NcsItemFrameworkPlugin
getGradeRangeOptions, gradeRangeHelperInitMethods inherited from class org.dlese.dpc.schemedit.standards.asn.AsnCATPlugin
getCatHelper, getDerivedCATEndGrade, getDerivedCATStartGrade, getGradeLevelOptionValue, getGradeRangeHelper, getSelectedCATEndGrade, getSelectedCATStartGrade, prtlnErrMethods inherited from class org.dlese.dpc.schemedit.standards.AbstractCATHelperPlugin
getRecordDescription, getRecordGradeRanges, getRecordKeywords, getRecordSubjects, normalizeSubjectValue
-
Constructor Details
-
TeachersDomainFrameworkPlugin
public TeachersDomainFrameworkPlugin()
-
-
Method Details
-
init
Description copied from class:AbstractCATHelperPluginNOT YET DOCUMENTED- Specified by:
initin interfaceCATHelperPlugin- Overrides:
initin classAbstractCATHelperPlugin- Parameters:
helper- NOT YET DOCUMENTED
-
getOptionalCatUIFields
Gets the optionalCatUIFields attribute of the TeachersDomainFrameworkPlugin object- Specified by:
getOptionalCatUIFieldsin interfaceCATHelperPlugin- Overrides:
getOptionalCatUIFieldsin classNcsItemFrameworkPlugin- Returns:
- The optionalCatUIFields value
-
getGradeRangePath
Gets the gradeRangePath of the msp2 framework- Overrides:
getGradeRangePathin classNcsItemFrameworkPlugin- Returns:
- The gradeRangePath value
-
getRecordSubjects
Gets the collected recordSubjects defined under three xpaths.- Specified by:
getRecordSubjectsin interfaceCATHelperPlugin- Overrides:
getRecordSubjectsin classAbstractCATHelperPlugin- Returns:
- The recordSubjects value
-
getKeywordPath
Gets the keywordPath of the msp2 framework- Overrides:
getKeywordPathin classNcsItemFrameworkPlugin- Returns:
- The keywordPath value
-
getDescriptionPath
Gets the descriptionPath of the msp2 framework- Overrides:
getDescriptionPathin classNcsItemFrameworkPlugin- Returns:
- The descriptionPath value
-
getSubjectPath
Gets the subjectPath of the msp2 framework- Overrides:
getSubjectPathin classNcsItemFrameworkPlugin- Returns:
- The subjectPath value
-