public class DisplayManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ARC_MAP |
static String |
DISPLAY_FIELDS_VIEW |
Constructor and Description |
---|
DisplayManager() |
public static final String DISPLAY_FIELDS_VIEW
public static final String ARC_MAP
public Hashtable getElements()
public void setElements(Hashtable hashtable)
hashtable
- public void addElement(ElementDisplay ed)
public static DisplayManager GetInstance()
public static ElementDisplay GetElementDisplay(String s)
public void assignDisplays(Document doc)
doc
- public static void clean()
public void init()
public static ArrayList GetCreateViewsSQL(boolean isUpdate)
public static String GetArcDefinitionQuery(ArcDefinition arcD, SchemaElement root, SchemaElement foreign, UserI user) throws Exception
Exception
public ArrayList getSchemaLinks()
public void setSchemaLinks(ArrayList list)
list
- public void addSchemaLink(SchemaLink link)
public Hashtable getArcDefinitions()
public void setArcDefinitions(Hashtable hashtable)
hashtable
- public void addArcDefinition(ArcDefinition arc)
public ArcDefinition getArcDefinition(String name)
public ArcDefinition getArcDefinition(SchemaElementI root, SchemaElementI foreign)
root
- foreign
- public ArrayList getArcDefinitions(SchemaElementI root)
root
- public static void AddSqlFunction(SQLFunction function)
public static Hashtable GetSqlFunctions()
public static ArrayList GetSortedFunctions()
public String getSingularDisplayNameForProject()
public String getPluralDisplayNameForProject()
public String getSingularDisplayNameForSubject()
public String getPluralDisplayNameForSubject()
public String getSingularDisplayNameForImageSession() throws org.nrg.config.exceptions.ConfigServiceException
org.nrg.config.exceptions.ConfigServiceException
public String getPluralDisplayNameForImageSession() throws org.nrg.config.exceptions.ConfigServiceException
org.nrg.config.exceptions.ConfigServiceException
public String getSingularDisplayNameForMRSession()
public String getPluralDisplayNameForMRSession()
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.