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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteReferenceTaxonFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteReferenceTaxonFullServiceImpl
All Implemented Interfaces:
RemoteReferenceTaxonFullService

public class RemoteReferenceTaxonFullServiceImpl
extends RemoteReferenceTaxonFullServiceBase

See Also:
RemoteReferenceTaxonFullService

Constructor Summary
RemoteReferenceTaxonFullServiceImpl()
           
 
Method Summary
protected  ClusterReferenceTaxon handleAddOrUpdateClusterReferenceTaxon(ClusterReferenceTaxon clusterReferenceTaxon)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.addOrUpdateClusterReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceTaxon)
protected  RemoteReferenceTaxonFullVO handleAddReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.addReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  ClusterReferenceTaxon[] handleGetAllClusterReferenceTaxonSinceDateSynchro(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 RemoteReferenceTaxonFullServiceBase.getAllClusterReferenceTaxonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteReferenceTaxonFullVO[] handleGetAllReferenceTaxon()
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getAllReferenceTaxon()
protected  ClusterReferenceTaxon handleGetClusterReferenceTaxonByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getClusterReferenceTaxonByIdentifiers(java.lang.Integer)
protected  RemoteReferenceTaxonFullVO handleGetReferenceTaxonById(java.lang.Integer id)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonById(java.lang.Integer)
protected  RemoteReferenceTaxonFullVO[] handleGetReferenceTaxonByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonByIds(java.lang.Integer[])
protected  RemoteReferenceTaxonFullVO handleGetReferenceTaxonByNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonNaturalId)
protected  RemoteReferenceTaxonNaturalId handleGetReferenceTaxonNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonNaturalIdById(java.lang.Integer)
protected  RemoteReferenceTaxonNaturalId[] handleGetReferenceTaxonNaturalIds()
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonNaturalIds()
protected  boolean handleRemoteReferenceTaxonFullVOsAreEqual(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.remoteReferenceTaxonFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  boolean handleRemoteReferenceTaxonFullVOsAreEqualOnIdentifiers(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.remoteReferenceTaxonFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  void handleRemoveReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.removeReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  void handleUpdateReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.updateReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteReferenceTaxonFullServiceBase
addOrUpdateClusterReferenceTaxon, addReferenceTaxon, getAllClusterReferenceTaxonSinceDateSynchro, getAllReferenceTaxon, getClusterReferenceTaxonByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getReferenceTaxonById, getReferenceTaxonByIds, getReferenceTaxonByNaturalId, getReferenceTaxonDao, getReferenceTaxonNaturalIdById, getReferenceTaxonNaturalIds, remoteReferenceTaxonFullVOsAreEqual, remoteReferenceTaxonFullVOsAreEqualOnIdentifiers, removeReferenceTaxon, setReferenceTaxonDao, updateReferenceTaxon
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteReferenceTaxonFullServiceImpl

public RemoteReferenceTaxonFullServiceImpl()
Method Detail

handleAddReferenceTaxon

protected RemoteReferenceTaxonFullVO handleAddReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
                                                      throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.addReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

Specified by:
handleAddReferenceTaxon in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.addReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

handleUpdateReferenceTaxon

protected void handleUpdateReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
                                   throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.updateReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

Specified by:
handleUpdateReferenceTaxon in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.updateReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

handleRemoveReferenceTaxon

protected void handleRemoveReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
                                   throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.removeReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

Specified by:
handleRemoveReferenceTaxon in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.removeReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

handleGetAllReferenceTaxon

protected RemoteReferenceTaxonFullVO[] handleGetAllReferenceTaxon()
                                                           throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.getAllReferenceTaxon()

Specified by:
handleGetAllReferenceTaxon in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.getAllReferenceTaxon()

handleGetReferenceTaxonById

protected RemoteReferenceTaxonFullVO handleGetReferenceTaxonById(java.lang.Integer id)
                                                          throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonById(java.lang.Integer)

Specified by:
handleGetReferenceTaxonById in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.getReferenceTaxonById(java.lang.Integer)

handleGetReferenceTaxonByIds

protected RemoteReferenceTaxonFullVO[] handleGetReferenceTaxonByIds(java.lang.Integer[] id)
                                                             throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonByIds(java.lang.Integer[])

Specified by:
handleGetReferenceTaxonByIds in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.getReferenceTaxonByIds(java.lang.Integer[])

handleRemoteReferenceTaxonFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteReferenceTaxonFullVOsAreEqualOnIdentifiers(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst,
                                                                         RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
                                                                  throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.remoteReferenceTaxonFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

Specified by:
handleRemoteReferenceTaxonFullVOsAreEqualOnIdentifiers in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.remoteReferenceTaxonFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

handleRemoteReferenceTaxonFullVOsAreEqual

protected boolean handleRemoteReferenceTaxonFullVOsAreEqual(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst,
                                                            RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
                                                     throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.remoteReferenceTaxonFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

Specified by:
handleRemoteReferenceTaxonFullVOsAreEqual in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.remoteReferenceTaxonFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)

handleGetReferenceTaxonNaturalIds

protected RemoteReferenceTaxonNaturalId[] handleGetReferenceTaxonNaturalIds()
                                                                     throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonNaturalIds()

Specified by:
handleGetReferenceTaxonNaturalIds in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.getReferenceTaxonNaturalIds()

handleGetReferenceTaxonByNaturalId

protected RemoteReferenceTaxonFullVO handleGetReferenceTaxonByNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
                                                                 throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonNaturalId)

Specified by:
handleGetReferenceTaxonByNaturalId in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.getReferenceTaxonByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonNaturalId)

handleGetReferenceTaxonNaturalIdById

protected RemoteReferenceTaxonNaturalId handleGetReferenceTaxonNaturalIdById(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonNaturalIdById(java.lang.Integer)

Specified by:
handleGetReferenceTaxonNaturalIdById in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.getReferenceTaxonNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterReferenceTaxon

protected ClusterReferenceTaxon handleAddOrUpdateClusterReferenceTaxon(ClusterReferenceTaxon clusterReferenceTaxon)
                                                                throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.addOrUpdateClusterReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceTaxon)

Specified by:
handleAddOrUpdateClusterReferenceTaxon in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.addOrUpdateClusterReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterReferenceTaxon)

handleGetAllClusterReferenceTaxonSinceDateSynchro

protected ClusterReferenceTaxon[] handleGetAllClusterReferenceTaxonSinceDateSynchro(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: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.getAllClusterReferenceTaxonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterReferenceTaxonSinceDateSynchro in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.getAllClusterReferenceTaxonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterReferenceTaxonByIdentifiers

protected ClusterReferenceTaxon handleGetClusterReferenceTaxonByIdentifiers(java.lang.Integer id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteReferenceTaxonFullServiceBase
Performs the core logic for RemoteReferenceTaxonFullServiceBase.getClusterReferenceTaxonByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterReferenceTaxonByIdentifiers in class RemoteReferenceTaxonFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteReferenceTaxonFullService.getClusterReferenceTaxonByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.