DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.standards.asn.plugin
Class NcsItemFrameworkPlugin

java.lang.Object
  extended by org.dlese.dpc.schemedit.standards.AbstractCATHelperPlugin
      extended by org.dlese.dpc.schemedit.standards.asn.AsnCATPlugin
          extended by org.dlese.dpc.schemedit.standards.asn.plugin.NcsItemFrameworkPlugin
All Implemented Interfaces:
CATHelperPlugin
Direct Known Subclasses:
CommCoreFrameworkPlugin, Msp2FrameworkPlugin, ResQualFrameworkPlugin, TeachersDomainFrameworkPlugin

public class NcsItemFrameworkPlugin
extends AsnCATPlugin

CATService FrameworkPlugin providing information specific to the ncs_item framework.

Author:
ostwald

Constructor Summary
NcsItemFrameworkPlugin()
           
 
Method Summary
 String getDescriptionPath()
          Gets the descriptionPath attribute of the NcsItemFrameworkPlugin object
 List getGradeRangeOptions()
          Gets the gradeRanges corresponding to the grades searchable in the Suggestion service (and which can be specified in the control box).
 String getGradeRangePath()
          Gets the gradeRangePath attribute of the NcsItemSuggestionServiceHelper object
 String getKeywordPath()
          Gets the keywordPath attribute of the NcsItemSuggestionServiceHelper object
 List getOptionalCatUIFields()
          Gets the optionalCatUIFields attribute of the NcsItemFrameworkPlugin object
 String getSubjectPath()
          Gets the subjectPath attribute of the NcsItemFrameworkPlugin object
protected  GradeRangeHelper gradeRangeHelperInit()
          Initialize a gradeRangeHelper instance for the ncs_item gradeRange Vocab values
 
Methods inherited from class org.dlese.dpc.schemedit.standards.asn.AsnCATPlugin
getCatHelper, getDerivedCATEndGrade, getDerivedCATStartGrade, getGradeLevelOptionValue, getGradeRangeHelper, getSelectedCATEndGrade, getSelectedCATStartGrade, prtlnErr
 
Methods inherited from class org.dlese.dpc.schemedit.standards.AbstractCATHelperPlugin
getRecordDescription, getRecordGradeRanges, getRecordKeywords, getRecordSubjects, getRecordSubjects, init, normalizeSubjectValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NcsItemFrameworkPlugin

public NcsItemFrameworkPlugin()
Method Detail

gradeRangeHelperInit

protected GradeRangeHelper gradeRangeHelperInit()
Initialize a gradeRangeHelper instance for the ncs_item gradeRange Vocab values

Specified by:
gradeRangeHelperInit in class AsnCATPlugin
Returns:
a GradeRangeHelper instance
See Also:
GradeRangeHelper

getOptionalCatUIFields

public List getOptionalCatUIFields()
Gets the optionalCatUIFields attribute of the NcsItemFrameworkPlugin object

Specified by:
getOptionalCatUIFields in interface CATHelperPlugin
Specified by:
getOptionalCatUIFields in class AsnCATPlugin
Returns:
The optionalCatUIFields value

getGradeRangePath

public String getGradeRangePath()
Gets the gradeRangePath attribute of the NcsItemSuggestionServiceHelper object

Specified by:
getGradeRangePath in class AsnCATPlugin
Returns:
The gradeRangePath value

getKeywordPath

public String getKeywordPath()
Gets the keywordPath attribute of the NcsItemSuggestionServiceHelper object

Specified by:
getKeywordPath in class AsnCATPlugin
Returns:
The keywordPath value

getDescriptionPath

public String getDescriptionPath()
Gets the descriptionPath attribute of the NcsItemFrameworkPlugin object

Specified by:
getDescriptionPath in class AsnCATPlugin
Returns:
The descriptionPath value

getSubjectPath

public String getSubjectPath()
Gets the subjectPath attribute of the NcsItemFrameworkPlugin object

Specified by:
getSubjectPath in class AsnCATPlugin
Returns:
The subjectPath value

getGradeRangeOptions

public List 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:
getGradeRangeOptions in interface CATHelperPlugin
Specified by:
getGradeRangeOptions in class AsnCATPlugin
Returns:
The gradeRanges value

DLESE Tools
v1.6.0