Uses of Class
fr.ifremer.allegro.referential.taxon.TaxonNameHistory

Packages that use TaxonNameHistory
fr.ifremer.allegro.referential.taxon   
 

Uses of TaxonNameHistory in fr.ifremer.allegro.referential.taxon
 

Subclasses of TaxonNameHistory in fr.ifremer.allegro.referential.taxon
 class TaxonNameHistoryImpl
           
 

Methods in fr.ifremer.allegro.referential.taxon that return TaxonNameHistory
 TaxonNameHistory TaxonNameHistoryDaoImpl.clusterTaxonNameHistoryToEntity(ClusterTaxonNameHistory clusterTaxonNameHistory)
           
 TaxonNameHistory TaxonNameHistoryDao.clusterTaxonNameHistoryToEntity(ClusterTaxonNameHistory clusterTaxonNameHistory)
          Converts an instance of type ClusterTaxonNameHistory to this DAO's entity.
 TaxonNameHistory TaxonNameHistoryDao.create(java.lang.String name, java.lang.String comments, java.lang.Integer upperRank, java.lang.Boolean isReferent, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.sql.Timestamp updateDate, Citation citation, TaxonName parentTaxonName, TaxonName taxonName)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonNameHistory instance from all attributes and properties and adds it to the persistent store.
 TaxonNameHistory TaxonNameHistoryDaoBase.create(java.lang.String name, java.lang.String comments, java.lang.Integer upperRank, java.lang.Boolean isReferent, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.sql.Timestamp updateDate, Citation citation, TaxonName parentTaxonName, TaxonName taxonName)
           
 TaxonNameHistory TaxonNameHistoryDao.create(TaxonNameHistory taxonNameHistory)
          Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonNameHistory and adds it to the persistent store.
 TaxonNameHistory TaxonNameHistoryDaoBase.create(TaxonNameHistory taxonNameHistory)
           
 TaxonNameHistory TaxonNameHistoryDao.createFromClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
           
 TaxonNameHistory TaxonNameHistoryDaoBase.createFromClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
           
 TaxonNameHistory TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.Integer id)
           
 TaxonNameHistory TaxonNameHistoryDaoBase.findTaxonNameHistoryById(java.lang.Integer id)
           
 TaxonNameHistory TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryById(java.lang.Integer) with an additional argument called queryString.
 TaxonNameHistory TaxonNameHistoryDaoBase.findTaxonNameHistoryById(java.lang.String queryString, java.lang.Integer id)
           
 TaxonNameHistory TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.Integer id)
           
 TaxonNameHistory TaxonNameHistoryDaoBase.findTaxonNameHistoryByNaturalId(java.lang.Integer id)
           
 TaxonNameHistory TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as TaxonNameHistoryDao.findTaxonNameHistoryByNaturalId(java.lang.Integer) with an additional argument called queryString.
 TaxonNameHistory TaxonNameHistoryDaoBase.findTaxonNameHistoryByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 TaxonNameHistory TaxonInformationHistoryPK.getTaxonNameHistory()
           
protected  TaxonNameHistory TaxonNameHistoryDaoImpl.handleCreateFromClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
           
protected abstract  TaxonNameHistory TaxonNameHistoryDaoBase.handleCreateFromClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
          Performs the core logic for TaxonNameHistoryDaoBase.createFromClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)
 TaxonNameHistory TaxonNameHistoryDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonNameHistory from the persistent store.
 TaxonNameHistory TaxonNameHistoryDaoBase.load(java.lang.Integer id)
           
static TaxonNameHistory TaxonNameHistory.Factory.newInstance()
          Constructs a new instance of TaxonNameHistory.
static TaxonNameHistory TaxonNameHistory.Factory.newInstance(java.lang.String name, java.lang.String comments, java.lang.Integer upperRank, java.lang.Boolean isReferent, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.sql.Timestamp updateDate, Citation citation, TaxonName parentTaxonName, TaxonName taxonName)
          Constructs a new instance of TaxonNameHistory, taking all possible properties (except the identifier(s))as arguments.
 TaxonNameHistory TaxonNameHistoryDaoImpl.remoteTaxonNameHistoryFullVOToEntity(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVO)
           
 TaxonNameHistory TaxonNameHistoryDao.remoteTaxonNameHistoryFullVOToEntity(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVO)
          Converts an instance of type RemoteTaxonNameHistoryFullVO to this DAO's entity.
 TaxonNameHistory TaxonNameHistoryDaoImpl.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId remoteTaxonNameHistoryNaturalId)
           
 TaxonNameHistory TaxonNameHistoryDao.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId remoteTaxonNameHistoryNaturalId)
          Converts an instance of type RemoteTaxonNameHistoryNaturalId to this DAO's entity.
protected  TaxonNameHistory TaxonNameHistoryDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type TaxonNameHistory
 void TaxonNameHistoryDaoImpl.clusterTaxonNameHistoryToEntity(ClusterTaxonNameHistory source, TaxonNameHistory target, boolean copyIfNull)
           
 void TaxonNameHistoryDao.clusterTaxonNameHistoryToEntity(ClusterTaxonNameHistory source, TaxonNameHistory target, boolean copyIfNull)
          Copies the fields of ClusterTaxonNameHistory to the specified entity.
 void TaxonNameHistoryDaoBase.clusterTaxonNameHistoryToEntity(ClusterTaxonNameHistory source, TaxonNameHistory target, boolean copyIfNull)
           
 java.lang.Object TaxonInformationHistoryDao.create(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.create(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object TaxonInformationHistoryDaoBase.create(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 java.lang.Object TaxonInformationHistoryDao.create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.create(java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object TaxonInformationHistoryDaoBase.create(int transform, java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 java.lang.Object TaxonNameHistoryDao.create(int transform, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonNameHistoryDao.create(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object TaxonNameHistoryDaoBase.create(int transform, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDao.create(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformationHistory instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TaxonInformationHistory TaxonInformationHistoryDaoBase.create(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDao.create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonInformationHistory instance from all attributes and properties and adds it to the persistent store.
 TaxonInformationHistory TaxonInformationHistoryDaoBase.create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonNameHistory TaxonNameHistoryDao.create(TaxonNameHistory taxonNameHistory)
          Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonNameHistory and adds it to the persistent store.
 TaxonNameHistory TaxonNameHistoryDaoBase.create(TaxonNameHistory taxonNameHistory)
           
 java.lang.Object TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByIdentifiers(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 java.lang.Object TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 java.lang.Object TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByIdentifiers(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByIdentifiers(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 TaxonInformationHistory TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 java.lang.Object TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByNaturalId(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 java.lang.Object TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(int, fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 java.lang.Object TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByNaturalId(int transform, java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByNaturalId(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 TaxonInformationHistory TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int transform, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByTaxonNameHistory(int transform, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByTaxonNameHistory(int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 java.util.Collection TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByTaxonNameHistory(int transform, java.lang.String queryString, TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(int transform, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.util.Collection TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByTaxonNameHistory(int transform, TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(String, fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, int pageNumber, int pageSize, TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional argument called queryString.
 java.util.Collection TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByTaxonNameHistory(java.lang.String queryString, TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDao.findTaxonInformationHistoryByTaxonNameHistory(TaxonNameHistory taxonNameHistory)
           
 java.util.Collection TaxonInformationHistoryDaoBase.findTaxonInformationHistoryByTaxonNameHistory(TaxonNameHistory taxonNameHistory)
           
 java.lang.Object TaxonInformationHistoryDao.load(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           Does the same thing as TaxonInformationHistoryDao.load(fr.ifremer.allegro.referential.taxon.ReferenceDocument,fr.ifremer.allegro.referential.taxon.TaxonNameHistory) with an additional flag called transform.
 java.lang.Object TaxonInformationHistoryDaoBase.load(int transform, ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 TaxonInformationHistory TaxonInformationHistoryDao.load(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
          Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory from the persistent store.
 TaxonInformationHistory TaxonInformationHistoryDaoBase.load(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 void TaxonNameHistoryDaoImpl.remoteTaxonNameHistoryFullVOToEntity(RemoteTaxonNameHistoryFullVO source, TaxonNameHistory target, boolean copyIfNull)
           
 void TaxonNameHistoryDao.remoteTaxonNameHistoryFullVOToEntity(RemoteTaxonNameHistoryFullVO source, TaxonNameHistory target, boolean copyIfNull)
          Copies the fields of RemoteTaxonNameHistoryFullVO to the specified entity.
 void TaxonNameHistoryDaoBase.remoteTaxonNameHistoryFullVOToEntity(RemoteTaxonNameHistoryFullVO source, TaxonNameHistory target, boolean copyIfNull)
           
 void TaxonNameHistoryDaoImpl.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId source, TaxonNameHistory target, boolean copyIfNull)
           
 void TaxonNameHistoryDao.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId source, TaxonNameHistory target, boolean copyIfNull)
          Copies the fields of RemoteTaxonNameHistoryNaturalId to the specified entity.
 void TaxonNameHistoryDaoBase.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId source, TaxonNameHistory target, boolean copyIfNull)
           
 void TaxonInformationHistoryDao.remove(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonInformationHistory having the given identifiers from the persistent store.
 void TaxonInformationHistoryDaoBase.remove(ReferenceDocument referenceDocument, TaxonNameHistory taxonNameHistory)
           
 void TaxonNameHistoryDao.remove(TaxonNameHistory taxonNameHistory)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonNameHistory from the persistent store.
 void TaxonNameHistoryDaoBase.remove(TaxonNameHistory taxonNameHistory)
           
 void TaxonInformationHistoryPK.setTaxonNameHistory(TaxonNameHistory taxonNameHistory)
           
 ClusterTaxonNameHistory TaxonNameHistoryDaoImpl.toClusterTaxonNameHistory(TaxonNameHistory entity)
           
 ClusterTaxonNameHistory TaxonNameHistoryDao.toClusterTaxonNameHistory(TaxonNameHistory entity)
          Converts this DAO's entity to an object of type ClusterTaxonNameHistory.
 ClusterTaxonNameHistory TaxonNameHistoryDaoBase.toClusterTaxonNameHistory(TaxonNameHistory entity)
           
 void TaxonNameHistoryDaoImpl.toClusterTaxonNameHistory(TaxonNameHistory source, ClusterTaxonNameHistory target)
           
 void TaxonNameHistoryDao.toClusterTaxonNameHistory(TaxonNameHistory source, ClusterTaxonNameHistory target)
          Copies the fields of the specified entity to the target value object.
 void TaxonNameHistoryDaoBase.toClusterTaxonNameHistory(TaxonNameHistory source, ClusterTaxonNameHistory target)
           
 RemoteTaxonNameHistoryFullVO TaxonNameHistoryDaoImpl.toRemoteTaxonNameHistoryFullVO(TaxonNameHistory entity)
           
 RemoteTaxonNameHistoryFullVO TaxonNameHistoryDao.toRemoteTaxonNameHistoryFullVO(TaxonNameHistory entity)
          Converts this DAO's entity to an object of type RemoteTaxonNameHistoryFullVO.
 RemoteTaxonNameHistoryFullVO TaxonNameHistoryDaoBase.toRemoteTaxonNameHistoryFullVO(TaxonNameHistory entity)
           
 void TaxonNameHistoryDaoImpl.toRemoteTaxonNameHistoryFullVO(TaxonNameHistory source, RemoteTaxonNameHistoryFullVO target)
           
 void TaxonNameHistoryDao.toRemoteTaxonNameHistoryFullVO(TaxonNameHistory source, RemoteTaxonNameHistoryFullVO target)
          Copies the fields of the specified entity to the target value object.
 void TaxonNameHistoryDaoBase.toRemoteTaxonNameHistoryFullVO(TaxonNameHistory source, RemoteTaxonNameHistoryFullVO target)
           
 RemoteTaxonNameHistoryNaturalId TaxonNameHistoryDaoImpl.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory entity)
           
 RemoteTaxonNameHistoryNaturalId TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory entity)
          Converts this DAO's entity to an object of type RemoteTaxonNameHistoryNaturalId.
 RemoteTaxonNameHistoryNaturalId TaxonNameHistoryDaoBase.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory entity)
           
 void TaxonNameHistoryDaoImpl.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory source, RemoteTaxonNameHistoryNaturalId target)
           
 void TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory source, RemoteTaxonNameHistoryNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TaxonNameHistoryDaoBase.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory source, RemoteTaxonNameHistoryNaturalId target)
           
protected  java.lang.Object TaxonNameHistoryDaoBase.transformEntity(int transform, TaxonNameHistory entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.taxon.TaxonNameHistoryDao, please note that the TaxonNameHistoryDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void TaxonNameHistoryDao.update(TaxonNameHistory taxonNameHistory)
          Updates the taxonNameHistory instance in the persistent store.
 void TaxonNameHistoryDaoBase.update(TaxonNameHistory taxonNameHistory)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.