|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportHandlerException | |
---|---|
org.equanda.ymport |
Uses of ImportHandlerException in org.equanda.ymport |
---|
Methods in org.equanda.ymport that throw ImportHandlerException | |
---|---|
static Collection |
ImportHandler.buildFieldList(DatabaseMap databaseMap,
FieldMap fieldMap,
String line)
Build a collection of FieldHandlers for a table. |
static ImportHandler |
ImportHandler.buildImportHandler(DatabaseMap databaseMap,
String line)
Build an importhandler for a definition |
FieldHandler |
FieldMapAdapter.getFieldHandler(DatabaseMap dbMap,
String name)
Get the FieldHandler for a specific field |
FieldHandler |
FieldMap.getFieldHandler(DatabaseMap dbMap,
String name)
Get the FieldHandler for a specific field |
FieldMap |
DatabaseMapAdapter.getFieldMap(String table)
Get the FieldMap for a specific table |
FieldMap |
DatabaseMap.getFieldMap(String table)
Get the FieldMap for a specific table |
TableHandler |
DatabaseMapAdapter.getSelector(String table)
Get the handler for a specific selector which needs parameters. |
TableHandler |
DatabaseMap.getSelector(String table)
Get the handler for a specific selector which needs parameters. |
TableHandler |
DatabaseMapAdapter.getTableHandler(String table)
Get the table handler for a specific table/selector combination |
TableHandler |
DatabaseMap.getTableHandler(String table)
Get the table handler for a specific table/selector combination. |
Object |
FieldParser.parse(Object obj)
|
static Collection |
ImportParser.parse(String line)
Parse a data line. |
static boolean |
ImportParser.parseBoolean(Object value)
Parse a boolean. |
static String |
ImportParser.parseClob(Object value)
|
static Date |
ImportParser.parseDate(Object value)
Parse a date. |
static double |
ImportParser.parseDouble(Object value)
Parse a double. |
static int |
ImportParser.parseInt(Object value)
Parse an int. |
static String |
ImportParser.parseString(Object value)
Parse a string. |
static Collection<String> |
ImportParser.parseTableFields(String line)
Get a collection of fieldnames from the table definition. |
static String |
ImportParser.parseTableTable(String line)
Get the table name with optional selector from the given table definition. |
static Timestamp |
ImportParser.parseTimestamp(Object value)
Parses a timestamp. |
void |
FieldHandler.setField(Object proxyObject,
Object fieldValue)
Set the given fieldValue in the given valueObject |
Object |
ImportHandler.ymport(Collection data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |