|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CATHelperPlugin
Interface for framework-specific plugins to the CATServiceHelper
Method Summary | |
---|---|
String |
getDerivedCATEndGrade()
Gets the gradeRangeOptionValue corresponding to the highest selected gradeRange in the current instance document. |
String |
getDerivedCATStartGrade()
Gets the gradeRangeOptionValue corresponding to the lowest selected gradeRange in the current instance document. |
List |
getGradeRangeOptions()
Gets the gradeRangeOptions for this framework |
List |
getOptionalCatUIFields()
Gets a list specifying what optional fields (e.g., "subject", "keyword") is exported by this framework. |
String |
getRecordDescription()
Gets the recordDescription for the current record |
String[] |
getRecordGradeRanges()
Gets the recordGradeRanges for the current record |
String[] |
getRecordKeywords()
Gets the recordKeywords for the current record |
String[] |
getRecordSubjects()
Gets the recordSubjects for the current record |
int |
getSelectedCATEndGrade(String[] gradeConstraints)
|
int |
getSelectedCATStartGrade(String[] gradeConstraints)
|
void |
init(CATServiceHelper helper)
Initialize the plugin with a CATServiceHelper instance |
Method Detail |
---|
void init(CATServiceHelper helper)
helper
- NOT YET DOCUMENTEDList getOptionalCatUIFields()
String getRecordDescription()
String[] getRecordKeywords()
String[] getRecordGradeRanges()
String getDerivedCATStartGrade()
NOTE: this requires converting from possible gradeRange metadata values to the values supplied for gradeRangeOptions.
String getDerivedCATEndGrade()
NOTE: this requires converting from possible gradeRange metadata values to the values supplied for gradeRangeOptions.
String[] getRecordSubjects()
List getGradeRangeOptions()
int getSelectedCATEndGrade(String[] gradeConstraints)
int getSelectedCATStartGrade(String[] gradeConstraints)
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |