eu.etaxonomy.cdm.io.berlinModel.out
Class BerlinModelExportMapping

java.lang.Object
  extended by eu.etaxonomy.cdm.io.common.mapping.CdmIoMapping
      extended by eu.etaxonomy.cdm.io.berlinModel.out.BerlinModelExportMapping
Direct Known Subclasses:
CollectionExportMapping

public class BerlinModelExportMapping
extends CdmIoMapping

Version:
1.0
Author:
a.mueller

Field Summary
 
Fields inherited from class eu.etaxonomy.cdm.io.common.mapping.CdmIoMapping
mapperList
 
Constructor Summary
BerlinModelExportMapping(String tableName)
           
 
Method Summary
 void addCollectionMapping(CollectionExportMapping collectionMapping)
           
protected  List<CdmAttributeMapperBase> getAttributeMapperList()
           
 String getDbTableName()
           
protected  PreparedStatement getPreparedStatement()
           
 boolean initialize(BerlinModelExportState state)
           
 boolean invoke(CdmBase cdmBase)
           
protected  String prepareStatement()
           
 void setDbTableName(String dbTableName)
           
protected  void setPreparedStatement(PreparedStatement preparedStatement)
           
 
Methods inherited from class eu.etaxonomy.cdm.io.common.mapping.CdmIoMapping
addMapper, getDestinationAttributeList, getDestinationAttributes, getSourceAttributes, getSourceAttributesLowerCase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BerlinModelExportMapping

public BerlinModelExportMapping(String tableName)
Method Detail

initialize

public boolean initialize(BerlinModelExportState state)
                   throws SQLException
Throws:
SQLException

invoke

public boolean invoke(CdmBase cdmBase)
               throws SQLException
Throws:
SQLException

addCollectionMapping

public void addCollectionMapping(CollectionExportMapping collectionMapping)

prepareStatement

protected String prepareStatement()

getDbTableName

public String getDbTableName()
Returns:
the berlinModelTableName

setDbTableName

public void setDbTableName(String dbTableName)
Parameters:
berlinModelTableName - the berlinModelTableName to set

getPreparedStatement

protected PreparedStatement getPreparedStatement()
Returns:
the preparedStatement

setPreparedStatement

protected void setPreparedStatement(PreparedStatement preparedStatement)
Parameters:
preparedStatement - the preparedStatement to set

getAttributeMapperList

protected List<CdmAttributeMapperBase> getAttributeMapperList()


Copyright © 2007-2011 EDIT. All Rights Reserved.