|
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.asn.AsnSuggestionServiceHelper
public class AsnSuggestionServiceHelper
SuggestionsServiceHelper for the CAT REST standards suggestion service, operating over ASN Standards.
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 | |
---|---|
AsnSuggestionServiceHelper(SchemEditForm sef,
CATHelperPlugin frameworkPlugin)
Constructor for the AsnSuggestionServiceHelper object |
Method Summary | |
---|---|
void |
displaySuggestions(List standardsList)
Debugging |
List |
getAvailableDocs()
Gets the availableDocs attribute of the AsnSuggestionServiceHelper object |
String |
getCurrentDoc()
Gets the currentDoc attribute of the AsnSuggestionServiceHelper object |
String |
getDefaultDoc()
Gets the defaultDoc attribute of the AsnSuggestionServiceHelper object |
protected String |
getIdFromCATStandard(CATStandard std)
Gets the idFromCATStandard attribute of the AsnSuggestionServiceHelper object |
Map |
getOtherSelectedStandards()
Gets the otherSelectedStandards attribute of the AsnSuggestionServiceHelper object |
SelectedStandardsBean |
getSelectedStandardsBean()
Gets the selectedStandardsBean attribute of the AsnSuggestionServiceHelper object |
AsnStandardsDocument |
getStandardsDocument()
Gets the current standardsDocument if one has been assigned, or fetches the "defaultDoc" from the StandardsRegistry. |
String |
getStandardsFormat()
Gets the standardsFormat attribute of the AsnSuggestionServiceHelper object (hardcoded to "asn"). |
AsnStandardsManager |
getStandardsManager()
Gets the standardsManager attribute of the AsnSuggestionServiceHelper object |
void |
setStandardsDocument(String key)
Sets the asnDocument attribute of the AsnSuggestionServiceHelper object |
void |
updateSelectedStandardsBean()
Write the list of selected standards, as well as the currentStandards Doc to the SelectedStandardsBean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsnSuggestionServiceHelper(SchemEditForm sef, CATHelperPlugin frameworkPlugin)
sef
- NOT YET DOCUMENTEDframeworkPlugin
- NOT YET DOCUMENTEDMethod Detail |
---|
public AsnStandardsDocument getStandardsDocument()
getStandardsDocument
in class CATServiceHelper
public String getStandardsFormat()
getStandardsFormat
in class CATServiceHelper
public AsnStandardsManager getStandardsManager()
getStandardsManager
in interface SuggestionServiceHelper
getStandardsManager
in class CATServiceHelper
public Map getOtherSelectedStandards()
getOtherSelectedStandards
in class CATServiceHelper
public void updateSelectedStandardsBean()
public SelectedStandardsBean getSelectedStandardsBean()
public List getAvailableDocs()
getAvailableDocs
in class CATServiceHelper
public String getCurrentDoc()
getCurrentDoc
in interface SuggestionServiceHelper
getCurrentDoc
in class CATServiceHelper
public String getDefaultDoc()
public void setStandardsDocument(String key) throws Exception
key
- The new asnDocument value
Exception
- Description of the Exceptionprotected String getIdFromCATStandard(CATStandard std)
getIdFromCATStandard
in class CATServiceHelper
std
- NOT YET DOCUMENTED
public void displaySuggestions(List standardsList)
displaySuggestions
in class CATServiceHelper
standardsList
- A list of StandardsWrapper instances to display.
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |