Uses of Interface
org.equanda.ymport.FieldMap

Packages that use FieldMap
org.equanda.ymport   
 

Uses of FieldMap in org.equanda.ymport
 

Classes in org.equanda.ymport that implement FieldMap
 class FieldMapAdapter
          Adapter for FieldMap objects.
 

Fields in org.equanda.ymport with type parameters of type FieldMap
protected static HashMap<String,FieldMap> DatabaseMapAdapter.FIELDS_MAP
          map object, for quick and easy retrieval of FieldMap
 

Methods in org.equanda.ymport that return FieldMap
 FieldMap DatabaseMapAdapter.getFieldMap(String table)
          Get the FieldMap for a specific table
 FieldMap DatabaseMap.getFieldMap(String table)
          Get the FieldMap for a specific table
 

Methods in org.equanda.ymport with parameters of type FieldMap
static Collection ImportHandler.buildFieldList(DatabaseMap databaseMap, FieldMap fieldMap, String line)
          Build a collection of FieldHandlers for a table.
 



Copyright © 2007-2009. All Rights Reserved.