|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SuggestionServiceHelper
Run-time support for handling interaction with user in the context of content standard assignment aided by a suggestionService (e.g., CAT).
Has access to the the current instanceDocument (in the metadata editor), and retrieves suggestions from the suggestion service.
StandardsManager
Method Summary | |
---|---|
String |
getCurrentDoc()
Gets the currentDoc attribute of the SuggestionServiceHelper object |
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. |
String |
getDisplayContent()
Determines what standards to display (e.g., SUGGESTED_CONTENT, STANDARDS_CONTENT, BOTH, ALL) |
String |
getDisplayMode()
Determines whether standards are displayed as a heirarchical tree or flat list. |
int |
getNumSelectedStandards()
Gets the numSelectedStandards attribute of the SuggestionServiceHelper object |
String |
getRecordUrl()
Gets the url of the instance document |
List |
getSelectedStandards()
Gets the standards that are selected in the instanceDoc |
boolean |
getServiceIsActive()
Gets the serviceIsActive attribute of the SuggestionServiceHelper object |
StandardsManager |
getStandardsManager()
Gets the standardsManager attribute of the SuggestionServiceHelper object |
List |
getSuggestedStandards()
Gets the suggested Standards represented in ADN format. |
String |
getUrl()
Gets the url attribute of the SuggestionServiceHelper object |
String |
getXmlFormat()
Gets the xmlFormat attribute of the SuggestionServiceHelper object |
String |
getXpath()
Gets the xpath of the metadata element containing the managedStandards |
void |
setSuggestedStandards(List stds)
Sets the suggestedStandards attribute of the SuggestionServiceHelper object |
void |
updateStandardsDisplay(String displayContent)
Hides and exposes nodes in the hierarchical standards display. |
void |
updateSuggestions()
Update suggestedStandards by performing a query on the SuggestionService using current constraints. |
Method Detail |
---|
boolean getServiceIsActive()
StandardsManager getStandardsManager()
String getXpath()
String getXmlFormat()
List getSuggestedStandards()
int getNumSelectedStandards()
List getSelectedStandards()
void setSuggestedStandards(List stds)
stds
- The new suggestedStandards valueString getDisplayMode()
String getDisplayContent()
String getCurrentDoc()
void updateSuggestions() throws Exception
Exception
- NOT YET DOCUMENTEDString getUrl()
String getRecordUrl()
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.
void updateStandardsDisplay(String displayContent) throws Exception
displayContent
- Description of the Parameter
Exception
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |