|
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.adn.DleseSuggestionServiceHelper
public class DleseSuggestionServiceHelper
CATServiceHelper that converts ASN standards to ADN representation and back for use with the ADN metadataFramework.
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 | |
---|---|
DleseSuggestionServiceHelper(AsnToAdnMapper standardsMapper)
Constructor for the DleseSuggestionServiceHelper object |
|
DleseSuggestionServiceHelper(SchemEditForm sef,
CATHelperPlugin frameworkPlugin)
Constructor for the DleseSuggestionServiceHelper object |
Method Summary | |
---|---|
protected String |
getIdFromCATStandard(CATStandard std)
Returns the AdnText corresponding to the provided standard's identifier (via the standardsMapper instance). |
StandardsDocument |
getStandardsDocument()
Gets the standardsDocument from which suggestions are requested and received. |
String |
getStandardsFormat()
Gets the standardsFormat attribute of the CATServiceHelper object |
DleseStandardsManager |
getStandardsManager()
Gets the standardsManager attribute of the CATServiceHelper object |
AsnToAdnMapper |
getStandardsMapper()
|
static void |
main(String[] args)
The main program for the DleseSuggestionServiceHelper class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DleseSuggestionServiceHelper(SchemEditForm sef, CATHelperPlugin frameworkPlugin)
sef
- SchemEditForm instanceservletContext
- ServletContext providing access to suggestion
service and asfToAdnMapperpublic DleseSuggestionServiceHelper(AsnToAdnMapper standardsMapper)
standardsMapper
- NOT YET DOCUMENTEDMethod Detail |
---|
public DleseStandardsManager getStandardsManager()
CATServiceHelper
getStandardsManager
in interface SuggestionServiceHelper
getStandardsManager
in class CATServiceHelper
public StandardsDocument getStandardsDocument()
CATServiceHelper
getStandardsDocument
in class CATServiceHelper
public String getStandardsFormat()
CATServiceHelper
getStandardsFormat
in class CATServiceHelper
public AsnToAdnMapper getStandardsMapper()
protected String getIdFromCATStandard(CATStandard std)
getIdFromCATStandard
in class CATServiceHelper
std
- NOT YET DOCUMENTED
public static void main(String[] args)
args
- The command line arguments
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |