Uses of Class
phenote.config.FieldConfig

Packages that use FieldConfig
phenote.config   
phenote.datamodel   
 

Uses of FieldConfig in phenote.config
 

Methods in phenote.config that return FieldConfig
(package private)  FieldConfig Config.getAllFieldCfg(java.lang.String fieldName)
          should first check field with datatag if has one, and if not then label as label may not be unique - fix this - only uses label at the moment
 FieldConfig Config.getEnbldFieldCfg(int index, java.lang.String group)
           
 

Methods in phenote.config that return types with arguments of type FieldConfig
 java.util.List<FieldConfig> Config.getAllFieldCfgs()
           
 java.util.List<FieldConfig> Config.getEnbldFieldCfgs()
          OntologyDataAdapter calls this to figure which ontologies to load This is a list of enabled fields - does not include disabled fields! retname getEnabledFieldConfigs?
 java.util.List<FieldConfig> Config.getFieldCfgsInGroup(java.lang.String group)
          get enabled field configs for a group - or should we just use Field?
 

Methods in phenote.config with parameters of type FieldConfig
 void Config.addFieldConfig(FieldConfig fc)
           
(package private)  int Config.getAllFieldIndex(FieldConfig fc)
          get index of field config in enabled field config list - returns -1 if not in there -- ex?
(package private)  boolean Config.hasFieldCfgAll(FieldConfig fc)
          returns true if has field config with same name - contents may differ
(package private)  void Config.insertFieldConfig(int index, FieldConfig fc)
          adds to both field config list and xml beans field list
(package private) static OntologyConfig OntologyConfig.makePostCompRelCfg(java.lang.String file, FieldConfig fc)
           
(package private)  void OntologyConfig.mergeWithOldConfig(FieldConfig oldFC)
          make ontology xml bean and add to field xml bean for writeback
 

Constructors in phenote.config with parameters of type FieldConfig
OntologyConfig(phenote.config.xml.FieldDocument.Field field, FieldConfig fc)
          PASE! Ontology stuff in field itself (field only has one ontology) - this is getting phased out replaced by field with single ontology element this also doesnt have Ontology xml bean - phase out now??
OntologyConfig(phenote.config.xml.OntologyDocument.Ontology o, FieldConfig fc)
          confusing - this is xml bean Ontology NOT datamodel Ontology - this is reading in from xml config - if ontology doesnt have name use fieldName (single ontols just use field name)
OntologyConfig(java.lang.String name, java.lang.String displayName, FieldConfig fc)
           
 

Uses of FieldConfig in phenote.datamodel
 

Constructors in phenote.datamodel with parameters of type FieldConfig
CharField(FieldConfig fc)
          heck why not just pass in the FieldConfig with its xml config bean