DLESE Tools
v1.6.0

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

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.EngPathFrameworkPlugin
All Implemented Interfaces:
CATHelperPlugin

public class EngPathFrameworkPlugin
extends AsnCATPlugin

CATService FrameworkPlugin providing information specific to the res_qual framework.

Author:
ostwald

Constructor Summary
EngPathFrameworkPlugin()
           
 
Method Summary
 String getDescriptionPath()
          Gets the descriptionPath attribute of the EngPathFrameworkPlugin 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 EngPathFrameworkPlugin object
 String getSubjectPath()
          Gets the subjectPath attribute of the EngPathFrameworkPlugin object
protected  GradeRangeHelper gradeRangeHelperInit()
          NOTE: the schema simply defines these values, and the groups file does not offer any alternative screen names.
 
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

EngPathFrameworkPlugin

public EngPathFrameworkPlugin()
Method Detail

getOptionalCatUIFields

public List getOptionalCatUIFields()
Gets the optionalCatUIFields attribute of the EngPathFrameworkPlugin 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

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" should correspond to the selectable values from the metaDataFramework.

Specified by:
getGradeRangeOptions in interface CATHelperPlugin
Specified by:
getGradeRangeOptions in class AsnCATPlugin
Returns:
The gradeRanges value

gradeRangeHelperInit

protected GradeRangeHelper gradeRangeHelperInit()
NOTE: the schema simply defines these values, and the groups file does not offer any alternative screen names.

Specified by:
gradeRangeHelperInit in class AsnCATPlugin
Returns:
NOT YET DOCUMENTED
See Also:
GradeRangeHelper

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 EngPathFrameworkPlugin object

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

getSubjectPath

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

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

DLESE Tools
v1.6.0