|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.standards.CATServiceHelper org.dlese.dpc.schemedit.standards.td.TeachersDomainServiceHelper
public class TeachersDomainServiceHelper
Run-time support for CAT suggestion service, which acts as intermediary between CAT Service client and Form bean/JSP pages.
The CAT service UI involves extraction of several values from the item
record being edited for each framework, such as selected keywords, selected
graderanges, etc. The functionality to extract these values is delegated to
the framework-specific plug-in, which implments CATHelperPlugin
.
Field Summary |
---|
Fields inherited from class org.dlese.dpc.schemedit.standards.CATServiceHelper |
---|
ALL_CONTENT, BOTH_CONTENT, LIST_MODE, SELECTED_CONTENT, SUGGESTIONS_CONTENT, TREE_MODE |
Constructor Summary | |
---|---|
TeachersDomainServiceHelper(SchemEditForm sef,
CATHelperPlugin frameworkPlugin)
Constructor for the TeachersDomainServiceHelper object |
Method Summary | |
---|---|
String |
getAuthor()
Resolves author from the asnDocument (which it gets from the StandardsDocument) |
List |
getAvailableDocs()
Gets the availableDocs attribute of the CATServiceHelper object |
protected String |
getIdFromCATStandard(CATStandard std)
Gets the idFromCATStandard attribute of the CATServiceHelper object |
StandardsNode |
getRootStandardNode()
Gets the rootStandardNode attribute of the TeachersDomainServiceHelper object |
TeachersDomainLexicon |
getStandardsDocument()
Gets the standardsDocument attribute of the TeachersDomainServiceHelper object |
String |
getStandardsFormat()
Gets the standardsFormat attribute of the TeachersDomainServiceHelper object |
TeachersDomainStandardsManager |
getStandardsManager()
Gets the standardsManager attribute of the TeachersDomainServiceHelper object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TeachersDomainServiceHelper(SchemEditForm sef, CATHelperPlugin frameworkPlugin)
sef
- Description of the ParameterframeworkPlugin
- NOT YET DOCUMENTEDMethod Detail |
---|
public TeachersDomainLexicon getStandardsDocument()
getStandardsDocument
in class CATServiceHelper
public String getStandardsFormat()
getStandardsFormat
in class CATServiceHelper
public TeachersDomainStandardsManager getStandardsManager()
getStandardsManager
in interface SuggestionServiceHelper
getStandardsManager
in class CATServiceHelper
public StandardsNode getRootStandardNode()
getRootStandardNode
in class CATServiceHelper
public String getAuthor()
getAuthor
in class CATServiceHelper
protected String getIdFromCATStandard(CATStandard std)
CATServiceHelper
getIdFromCATStandard
in class CATServiceHelper
std
- NOT YET DOCUMENTED
public List getAvailableDocs()
CATServiceHelper
getAvailableDocs
in class CATServiceHelper
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |