Uses of Class
org.nuiton.wikitty.entities.FieldType

Packages that use FieldType
org.nuiton.wikitty   
org.nuiton.wikitty.entities   
 

Uses of FieldType in org.nuiton.wikitty
 

Methods in org.nuiton.wikitty that return types with arguments of type FieldType
static LinkedHashMap<String,FieldType> WikittyUtil.buildFieldMapExtension(String... definitions)
          Create map from string representation.
 

Methods in org.nuiton.wikitty with parameters of type FieldType
static Object WikittyUtil.fromString(FieldType field, String s)
          Convert string field representation to correct value type.
static String WikittyUtil.parseField(String def, FieldType fieldType)
          parse FieldType definition and return field name.
static String WikittyUtil.toStringForExport(FieldType field, Object o)
          Convert object o for export CSV/XML.
static String WikittyUtil.toStringForSearchEngine(FieldType field, Object o)
          Convert object o for indexation
 

Uses of FieldType in org.nuiton.wikitty.entities
 

Fields in org.nuiton.wikitty.entities with type parameters of type FieldType
protected  LinkedHashMap<String,FieldType> ExtensionFactory.fields
           
protected  LinkedHashMap<String,FieldType> WikittyExtension.fields
          fields use ordered map, to keep order insertion of field key: field name value: field type
 

Methods in org.nuiton.wikitty.entities that return FieldType
 FieldType Wikitty.getFieldType(String fqfieldName)
          return field type for the given fieldName.
 FieldType WikittyCopyOnWrite.getFieldType(String fqfieldName)
           
 FieldType WikittyImpl.getFieldType(String fqfieldName)
           
 FieldType WikittyExtension.getFieldType(String fieldName)
           
 FieldType BusinessEntityImpl.getFieldType(String ext, String fieldName)
           
 

Methods in org.nuiton.wikitty.entities with parameters of type FieldType
protected  void ExtensionFactory.add(String fieldName, FieldType fieldType)
           
 void WikittyExtension.addField(String fieldName, FieldType type)
           
 

Constructor parameters in org.nuiton.wikitty.entities with type arguments of type FieldType
WikittyExtension(String name, String version, String requires, LinkedHashMap<String,FieldType> fields)
           
 



Copyright © 2009-2011 CodeLutin. All Rights Reserved.