Class NcsItemFrameworkPlugin
java.lang.Object
org.dlese.dpc.schemedit.standards.AbstractCATHelperPlugin
org.dlese.dpc.schemedit.standards.asn.AsnCATPlugin
org.dlese.dpc.schemedit.standards.asn.plugin.NcsItemFrameworkPlugin
- All Implemented Interfaces:
CATHelperPlugin
- Direct Known Subclasses:
CommCoreFrameworkPlugin,Msp2FrameworkPlugin,ResQualFrameworkPlugin,TeachersDomainFrameworkPlugin
CATService FrameworkPlugin providing information specific to the ncs_item
framework.
- Author:
- ostwald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the descriptionPath attribute of the NcsItemFrameworkPlugin objectGets the gradeRanges corresponding to the grades searchable in the Suggestion service (and which can be specified in the control box).Gets the gradeRangePath attribute of the NcsItemSuggestionServiceHelper objectGets the keywordPath attribute of the NcsItemSuggestionServiceHelper objectGets the optionalCatUIFields attribute of the NcsItemFrameworkPlugin objectGets the subjectPath attribute of the NcsItemFrameworkPlugin objectprotected GradeRangeHelperInitialize a gradeRangeHelper instance for the ncs_item gradeRange Vocab valuesMethods 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, getRecordSubjects, init, normalizeSubjectValue
-
Constructor Details
-
NcsItemFrameworkPlugin
public NcsItemFrameworkPlugin()
-
-
Method Details
-
gradeRangeHelperInit
Initialize a gradeRangeHelper instance for the ncs_item gradeRange Vocab values- Specified by:
gradeRangeHelperInitin classAsnCATPlugin- Returns:
- a GradeRangeHelper instance
- See Also:
-
getOptionalCatUIFields
Gets the optionalCatUIFields attribute of the NcsItemFrameworkPlugin object- Specified by:
getOptionalCatUIFieldsin interfaceCATHelperPlugin- Specified by:
getOptionalCatUIFieldsin classAsnCATPlugin- Returns:
- The optionalCatUIFields value
-
getGradeRangePath
Gets the gradeRangePath attribute of the NcsItemSuggestionServiceHelper object- Specified by:
getGradeRangePathin classAsnCATPlugin- Returns:
- The gradeRangePath value
-
getKeywordPath
Gets the keywordPath attribute of the NcsItemSuggestionServiceHelper object- Specified by:
getKeywordPathin classAsnCATPlugin- Returns:
- The keywordPath value
-
getDescriptionPath
Gets the descriptionPath attribute of the NcsItemFrameworkPlugin object- Specified by:
getDescriptionPathin classAsnCATPlugin- Returns:
- The descriptionPath value
-
getSubjectPath
Gets the subjectPath attribute of the NcsItemFrameworkPlugin object- Specified by:
getSubjectPathin classAsnCATPlugin- Returns:
- The subjectPath value
-
getGradeRangeOptions
Gets the gradeRanges corresponding to the grades searchable in the Suggestion service (and which can be specified in the control box).NOTE: the "values" should correspond to what the service expects, while the "labels" are human-meaningful representations of the values. E.g., one member of the gradeRangeOption list might be (value: "1", label: "1st Grade")
- Specified by:
getGradeRangeOptionsin interfaceCATHelperPlugin- Specified by:
getGradeRangeOptionsin classAsnCATPlugin- Returns:
- The gradeRanges value
-