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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonNameFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonNameFullServiceImpl
All Implemented Interfaces:
RemoteTaxonNameFullService

public class RemoteTaxonNameFullServiceImpl
extends RemoteTaxonNameFullServiceBase

See Also:
RemoteTaxonNameFullService

Constructor Summary
RemoteTaxonNameFullServiceImpl()
           
 
Method Summary
protected  ClusterTaxonName handleAddOrUpdateClusterTaxonName(ClusterTaxonName clusterTaxonName)
          Performs the core logic for RemoteTaxonNameFullServiceBase.addOrUpdateClusterTaxonName(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonName)
protected  RemoteTaxonNameFullVO handleAddTaxonName(RemoteTaxonNameFullVO taxonName)
          Performs the core logic for RemoteTaxonNameFullServiceBase.addTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected  ClusterTaxonName[] handleGetAllClusterTaxonNameSinceDateSynchro(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 RemoteTaxonNameFullServiceBase.getAllClusterTaxonNameSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonNameFullVO[] handleGetAllTaxonName()
          Performs the core logic for RemoteTaxonNameFullServiceBase.getAllTaxonName()
protected  ClusterTaxonName handleGetClusterTaxonNameByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getClusterTaxonNameByIdentifiers(java.lang.Integer)
protected  RemoteTaxonNameFullVO[] handleGetTaxonNameByCitationId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByCitationId(java.lang.Integer)
protected  RemoteTaxonNameFullVO handleGetTaxonNameById(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameById(java.lang.Integer)
protected  RemoteTaxonNameFullVO[] handleGetTaxonNameByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByIds(java.lang.Integer[])
protected  RemoteTaxonNameFullVO handleGetTaxonNameByNaturalId(RemoteTaxonNameNaturalId taxonNameNaturalId)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameNaturalId)
protected  RemoteTaxonNameFullVO[] handleGetTaxonNameByParentTaxonNameId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByParentTaxonNameId(java.lang.Integer)
protected  RemoteTaxonNameFullVO[] handleGetTaxonNameByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByReferenceTaxonId(java.lang.Integer)
protected  RemoteTaxonNameFullVO[] handleGetTaxonNameByTaxonomicLevelCode(java.lang.String code)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByTaxonomicLevelCode(java.lang.String)
protected  RemoteTaxonNameNaturalId handleGetTaxonNameNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameNaturalIdById(java.lang.Integer)
protected  RemoteTaxonNameNaturalId[] handleGetTaxonNameNaturalIds()
          Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameNaturalIds()
protected  boolean handleRemoteTaxonNameFullVOsAreEqual(RemoteTaxonNameFullVO remoteTaxonNameFullVOFirst, RemoteTaxonNameFullVO remoteTaxonNameFullVOSecond)
          Performs the core logic for RemoteTaxonNameFullServiceBase.remoteTaxonNameFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected  boolean handleRemoteTaxonNameFullVOsAreEqualOnIdentifiers(RemoteTaxonNameFullVO remoteTaxonNameFullVOFirst, RemoteTaxonNameFullVO remoteTaxonNameFullVOSecond)
          Performs the core logic for RemoteTaxonNameFullServiceBase.remoteTaxonNameFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected  void handleRemoveTaxonName(RemoteTaxonNameFullVO taxonName)
          Performs the core logic for RemoteTaxonNameFullServiceBase.removeTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
protected  void handleUpdateTaxonName(RemoteTaxonNameFullVO taxonName)
          Performs the core logic for RemoteTaxonNameFullServiceBase.updateTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonNameFullServiceBase
addOrUpdateClusterTaxonName, addTaxonName, getAllClusterTaxonNameSinceDateSynchro, getAllTaxonName, getCitationDao, getClusterTaxonNameByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getReferenceTaxonDao, getTaxonNameByCitationId, getTaxonNameById, getTaxonNameByIds, getTaxonNameByNaturalId, getTaxonNameByParentTaxonNameId, getTaxonNameByReferenceTaxonId, getTaxonNameByTaxonomicLevelCode, getTaxonNameDao, getTaxonNameHistoryDao, getTaxonNameNaturalIdById, getTaxonNameNaturalIds, getTaxonomicLevelDao, remoteTaxonNameFullVOsAreEqual, remoteTaxonNameFullVOsAreEqualOnIdentifiers, removeTaxonName, setCitationDao, setReferenceTaxonDao, setTaxonNameDao, setTaxonNameHistoryDao, setTaxonomicLevelDao, updateTaxonName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonNameFullServiceImpl

public RemoteTaxonNameFullServiceImpl()
Method Detail

handleAddTaxonName

protected RemoteTaxonNameFullVO handleAddTaxonName(RemoteTaxonNameFullVO taxonName)
                                            throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.addTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

Specified by:
handleAddTaxonName in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.addTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

handleUpdateTaxonName

protected void handleUpdateTaxonName(RemoteTaxonNameFullVO taxonName)
                              throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.updateTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

Specified by:
handleUpdateTaxonName in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.updateTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

handleRemoveTaxonName

protected void handleRemoveTaxonName(RemoteTaxonNameFullVO taxonName)
                              throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.removeTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

Specified by:
handleRemoveTaxonName in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.removeTaxonName(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

handleGetAllTaxonName

protected RemoteTaxonNameFullVO[] handleGetAllTaxonName()
                                                 throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getAllTaxonName()

Specified by:
handleGetAllTaxonName in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getAllTaxonName()

handleGetTaxonNameById

protected RemoteTaxonNameFullVO handleGetTaxonNameById(java.lang.Integer id)
                                                throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameById(java.lang.Integer)

Specified by:
handleGetTaxonNameById in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameById(java.lang.Integer)

handleGetTaxonNameByIds

protected RemoteTaxonNameFullVO[] handleGetTaxonNameByIds(java.lang.Integer[] id)
                                                   throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByIds(java.lang.Integer[])

Specified by:
handleGetTaxonNameByIds in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameByIds(java.lang.Integer[])

handleGetTaxonNameByReferenceTaxonId

protected RemoteTaxonNameFullVO[] handleGetTaxonNameByReferenceTaxonId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByReferenceTaxonId(java.lang.Integer)

Specified by:
handleGetTaxonNameByReferenceTaxonId in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameByReferenceTaxonId(java.lang.Integer)

handleGetTaxonNameByTaxonomicLevelCode

protected RemoteTaxonNameFullVO[] handleGetTaxonNameByTaxonomicLevelCode(java.lang.String code)
                                                                  throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByTaxonomicLevelCode(java.lang.String)

Specified by:
handleGetTaxonNameByTaxonomicLevelCode in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameByTaxonomicLevelCode(java.lang.String)

handleGetTaxonNameByCitationId

protected RemoteTaxonNameFullVO[] handleGetTaxonNameByCitationId(java.lang.Integer id)
                                                          throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByCitationId(java.lang.Integer)

Specified by:
handleGetTaxonNameByCitationId in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameByCitationId(java.lang.Integer)

handleGetTaxonNameByParentTaxonNameId

protected RemoteTaxonNameFullVO[] handleGetTaxonNameByParentTaxonNameId(java.lang.Integer id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByParentTaxonNameId(java.lang.Integer)

Specified by:
handleGetTaxonNameByParentTaxonNameId in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameByParentTaxonNameId(java.lang.Integer)

handleRemoteTaxonNameFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTaxonNameFullVOsAreEqualOnIdentifiers(RemoteTaxonNameFullVO remoteTaxonNameFullVOFirst,
                                                                    RemoteTaxonNameFullVO remoteTaxonNameFullVOSecond)
                                                             throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.remoteTaxonNameFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

Specified by:
handleRemoteTaxonNameFullVOsAreEqualOnIdentifiers in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.remoteTaxonNameFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

handleRemoteTaxonNameFullVOsAreEqual

protected boolean handleRemoteTaxonNameFullVOsAreEqual(RemoteTaxonNameFullVO remoteTaxonNameFullVOFirst,
                                                       RemoteTaxonNameFullVO remoteTaxonNameFullVOSecond)
                                                throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.remoteTaxonNameFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

Specified by:
handleRemoteTaxonNameFullVOsAreEqual in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.remoteTaxonNameFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameFullVO)

handleGetTaxonNameNaturalIds

protected RemoteTaxonNameNaturalId[] handleGetTaxonNameNaturalIds()
                                                           throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameNaturalIds()

Specified by:
handleGetTaxonNameNaturalIds in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameNaturalIds()

handleGetTaxonNameByNaturalId

protected RemoteTaxonNameFullVO handleGetTaxonNameByNaturalId(RemoteTaxonNameNaturalId taxonNameNaturalId)
                                                       throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameNaturalId)

Specified by:
handleGetTaxonNameByNaturalId in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameNaturalId)

handleGetTaxonNameNaturalIdById

protected RemoteTaxonNameNaturalId handleGetTaxonNameNaturalIdById(java.lang.Integer id)
                                                            throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getTaxonNameNaturalIdById(java.lang.Integer)

Specified by:
handleGetTaxonNameNaturalIdById in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getTaxonNameNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterTaxonName

protected ClusterTaxonName handleAddOrUpdateClusterTaxonName(ClusterTaxonName clusterTaxonName)
                                                      throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.addOrUpdateClusterTaxonName(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonName)

Specified by:
handleAddOrUpdateClusterTaxonName in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.addOrUpdateClusterTaxonName(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonName)

handleGetAllClusterTaxonNameSinceDateSynchro

protected ClusterTaxonName[] handleGetAllClusterTaxonNameSinceDateSynchro(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: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getAllClusterTaxonNameSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTaxonNameSinceDateSynchro in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getAllClusterTaxonNameSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTaxonNameByIdentifiers

protected ClusterTaxonName handleGetClusterTaxonNameByIdentifiers(java.lang.Integer id)
                                                           throws java.lang.Exception
Description copied from class: RemoteTaxonNameFullServiceBase
Performs the core logic for RemoteTaxonNameFullServiceBase.getClusterTaxonNameByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterTaxonNameByIdentifiers in class RemoteTaxonNameFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonNameFullService.getClusterTaxonNameByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.