fr.ifremer.allegro.referential.taxon.generic.service
Class RemoteTaxonNameHistoryFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonNameHistoryFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonNameHistoryFullServiceImpl
All Implemented Interfaces:
RemoteTaxonNameHistoryFullService

public class RemoteTaxonNameHistoryFullServiceImpl
extends RemoteTaxonNameHistoryFullServiceBase

See Also:
RemoteTaxonNameHistoryFullService

Constructor Summary
RemoteTaxonNameHistoryFullServiceImpl()
           
 
Method Summary
protected  ClusterTaxonNameHistory handleAddOrUpdateClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.addOrUpdateClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)
protected  RemoteTaxonNameHistoryFullVO handleAddTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.addTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected  ClusterTaxonNameHistory[] handleGetAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonNameHistoryFullVO[] handleGetAllTaxonNameHistory()
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getAllTaxonNameHistory()
protected  ClusterTaxonNameHistory handleGetClusterTaxonNameHistoryByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getClusterTaxonNameHistoryByIdentifiers(java.lang.Integer)
protected  RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByCitationId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByCitationId(java.lang.Integer)
protected  RemoteTaxonNameHistoryFullVO handleGetTaxonNameHistoryById(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryById(java.lang.Integer)
protected  RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByIds(java.lang.Integer[])
protected  RemoteTaxonNameHistoryFullVO handleGetTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryNaturalId)
protected  RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByParentTaxonNameId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByParentTaxonNameId(java.lang.Integer)
protected  RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByTaxonNameId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByTaxonNameId(java.lang.Integer)
protected  RemoteTaxonNameHistoryNaturalId handleGetTaxonNameHistoryNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryNaturalIdById(java.lang.Integer)
protected  RemoteTaxonNameHistoryNaturalId[] handleGetTaxonNameHistoryNaturalIds()
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryNaturalIds()
protected  boolean handleRemoteTaxonNameHistoryFullVOsAreEqual(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOFirst, RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOSecond)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.remoteTaxonNameHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected  boolean handleRemoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOFirst, RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOSecond)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.remoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected  void handleRemoveTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.removeTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
protected  void handleUpdateTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.updateTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonNameHistoryFullServiceBase
addOrUpdateClusterTaxonNameHistory, addTaxonNameHistory, getAllClusterTaxonNameHistorySinceDateSynchro, getAllTaxonNameHistory, getCitationDao, getClusterTaxonNameHistoryByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getTaxonNameDao, getTaxonNameHistoryByCitationId, getTaxonNameHistoryById, getTaxonNameHistoryByIds, getTaxonNameHistoryByNaturalId, getTaxonNameHistoryByParentTaxonNameId, getTaxonNameHistoryByTaxonNameId, getTaxonNameHistoryDao, getTaxonNameHistoryNaturalIdById, getTaxonNameHistoryNaturalIds, remoteTaxonNameHistoryFullVOsAreEqual, remoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers, removeTaxonNameHistory, setCitationDao, setTaxonNameDao, setTaxonNameHistoryDao, updateTaxonNameHistory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonNameHistoryFullServiceImpl

public RemoteTaxonNameHistoryFullServiceImpl()
Method Detail

handleAddTaxonNameHistory

protected RemoteTaxonNameHistoryFullVO handleAddTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
                                                          throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.addTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

Specified by:
handleAddTaxonNameHistory in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.addTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

handleUpdateTaxonNameHistory

protected void handleUpdateTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
                                     throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.updateTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

Specified by:
handleUpdateTaxonNameHistory in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.updateTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

handleRemoveTaxonNameHistory

protected void handleRemoveTaxonNameHistory(RemoteTaxonNameHistoryFullVO taxonNameHistory)
                                     throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.removeTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

Specified by:
handleRemoveTaxonNameHistory in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.removeTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

handleGetAllTaxonNameHistory

protected RemoteTaxonNameHistoryFullVO[] handleGetAllTaxonNameHistory()
                                                               throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getAllTaxonNameHistory()

Specified by:
handleGetAllTaxonNameHistory in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getAllTaxonNameHistory()

handleGetTaxonNameHistoryById

protected RemoteTaxonNameHistoryFullVO handleGetTaxonNameHistoryById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryById(java.lang.Integer)

Specified by:
handleGetTaxonNameHistoryById in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryById(java.lang.Integer)

handleGetTaxonNameHistoryByIds

protected RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByIds(java.lang.Integer[] id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByIds(java.lang.Integer[])

Specified by:
handleGetTaxonNameHistoryByIds in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByIds(java.lang.Integer[])

handleGetTaxonNameHistoryByCitationId

protected RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByCitationId(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByCitationId(java.lang.Integer)

Specified by:
handleGetTaxonNameHistoryByCitationId in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByCitationId(java.lang.Integer)

handleGetTaxonNameHistoryByTaxonNameId

protected RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByTaxonNameId(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByTaxonNameId(java.lang.Integer)

Specified by:
handleGetTaxonNameHistoryByTaxonNameId in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByTaxonNameId(java.lang.Integer)

handleGetTaxonNameHistoryByParentTaxonNameId

protected RemoteTaxonNameHistoryFullVO[] handleGetTaxonNameHistoryByParentTaxonNameId(java.lang.Integer id)
                                                                               throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByParentTaxonNameId(java.lang.Integer)

Specified by:
handleGetTaxonNameHistoryByParentTaxonNameId in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByParentTaxonNameId(java.lang.Integer)

handleRemoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOFirst,
                                                                           RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.remoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

Specified by:
handleRemoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.remoteTaxonNameHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

handleRemoteTaxonNameHistoryFullVOsAreEqual

protected boolean handleRemoteTaxonNameHistoryFullVOsAreEqual(RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOFirst,
                                                              RemoteTaxonNameHistoryFullVO remoteTaxonNameHistoryFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.remoteTaxonNameHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

Specified by:
handleRemoteTaxonNameHistoryFullVOsAreEqual in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.remoteTaxonNameHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryFullVO)

handleGetTaxonNameHistoryNaturalIds

protected RemoteTaxonNameHistoryNaturalId[] handleGetTaxonNameHistoryNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryNaturalIds()

Specified by:
handleGetTaxonNameHistoryNaturalIds in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryNaturalIds()

handleGetTaxonNameHistoryByNaturalId

protected RemoteTaxonNameHistoryFullVO handleGetTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryNaturalId)

Specified by:
handleGetTaxonNameHistoryByNaturalId in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryNaturalId)

handleGetTaxonNameHistoryNaturalIdById

protected RemoteTaxonNameHistoryNaturalId handleGetTaxonNameHistoryNaturalIdById(java.lang.Integer id)
                                                                          throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryNaturalIdById(java.lang.Integer)

Specified by:
handleGetTaxonNameHistoryNaturalIdById in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getTaxonNameHistoryNaturalIdById(java.lang.Integer)

handleGetAllClusterTaxonNameHistorySinceDateSynchro

protected ClusterTaxonNameHistory[] handleGetAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                        java.lang.Integer userId,
                                                                                        java.lang.Integer[] registrationLocationIds,
                                                                                        java.lang.Integer pageNumber,
                                                                                        java.lang.Integer pageSize)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTaxonNameHistorySinceDateSynchro in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getAllClusterTaxonNameHistorySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTaxonNameHistoryByIdentifiers

protected ClusterTaxonNameHistory handleGetClusterTaxonNameHistoryByIdentifiers(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getClusterTaxonNameHistoryByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterTaxonNameHistoryByIdentifiers in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.getClusterTaxonNameHistoryByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterTaxonNameHistory

protected ClusterTaxonNameHistory handleAddOrUpdateClusterTaxonNameHistory(ClusterTaxonNameHistory clusterTaxonNameHistory)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonNameHistoryFullServiceBase
Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.addOrUpdateClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)

Specified by:
handleAddOrUpdateClusterTaxonNameHistory in class RemoteTaxonNameHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameHistoryFullService.addOrUpdateClusterTaxonNameHistory(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonNameHistory)


Copyright © 2008-2010 IFREMER. All Rights Reserved.