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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationFullServiceImpl
All Implemented Interfaces:
RemoteTaxonInformationFullService

public class RemoteTaxonInformationFullServiceImpl
extends RemoteTaxonInformationFullServiceBase

See Also:
RemoteTaxonInformationFullService

Constructor Summary
RemoteTaxonInformationFullServiceImpl()
           
 
Method Summary
protected  ClusterTaxonInformation handleAddOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.addOrUpdateClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)
protected  RemoteTaxonInformationFullVO handleAddTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.addTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  ClusterTaxonInformation[] handleGetAllClusterTaxonInformationSinceDateSynchro(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 RemoteTaxonInformationFullServiceBase.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonInformationFullVO[] handleGetAllTaxonInformation()
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getAllTaxonInformation()
protected  ClusterTaxonInformation handleGetClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getClusterTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonInformationFullVO handleGetTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonInformationFullVO handleGetTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationNaturalId)
protected  RemoteTaxonInformationFullVO[] handleGetTaxonInformationByReferenceDocumentId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByReferenceDocumentId(java.lang.Integer)
protected  RemoteTaxonInformationFullVO[] handleGetTaxonInformationByTaxonNameId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByTaxonNameId(java.lang.Integer)
protected  RemoteTaxonInformationNaturalId[] handleGetTaxonInformationNaturalIds()
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationNaturalIds()
protected  boolean handleRemoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.remoteTaxonInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  boolean handleRemoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  void handleRemoveTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.removeTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  void handleUpdateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.updateTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationFullServiceBase
addOrUpdateClusterTaxonInformation, addTaxonInformation, getAllClusterTaxonInformationSinceDateSynchro, getAllTaxonInformation, getClusterTaxonInformationByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getReferenceDocumentDao, getTaxonInformationByIdentifiers, getTaxonInformationByNaturalId, getTaxonInformationByReferenceDocumentId, getTaxonInformationByTaxonNameId, getTaxonInformationDao, getTaxonInformationNaturalIds, getTaxonNameDao, remoteTaxonInformationFullVOsAreEqual, remoteTaxonInformationFullVOsAreEqualOnIdentifiers, removeTaxonInformation, setReferenceDocumentDao, setTaxonInformationDao, setTaxonNameDao, updateTaxonInformation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonInformationFullServiceImpl

public RemoteTaxonInformationFullServiceImpl()
Method Detail

handleAddTaxonInformation

protected RemoteTaxonInformationFullVO handleAddTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
                                                          throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.addTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

Specified by:
handleAddTaxonInformation in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.addTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

handleUpdateTaxonInformation

protected void handleUpdateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
                                     throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.updateTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

Specified by:
handleUpdateTaxonInformation in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.updateTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

handleRemoveTaxonInformation

protected void handleRemoveTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
                                     throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.removeTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

Specified by:
handleRemoveTaxonInformation in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.removeTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

handleGetAllTaxonInformation

protected RemoteTaxonInformationFullVO[] handleGetAllTaxonInformation()
                                                               throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.getAllTaxonInformation()

Specified by:
handleGetAllTaxonInformation in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.getAllTaxonInformation()

handleGetTaxonInformationByTaxonNameId

protected RemoteTaxonInformationFullVO[] handleGetTaxonInformationByTaxonNameId(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByTaxonNameId(java.lang.Integer)

Specified by:
handleGetTaxonInformationByTaxonNameId in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.getTaxonInformationByTaxonNameId(java.lang.Integer)

handleGetTaxonInformationByReferenceDocumentId

protected RemoteTaxonInformationFullVO[] handleGetTaxonInformationByReferenceDocumentId(java.lang.Integer id)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByReferenceDocumentId(java.lang.Integer)

Specified by:
handleGetTaxonInformationByReferenceDocumentId in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.getTaxonInformationByReferenceDocumentId(java.lang.Integer)

handleGetTaxonInformationByIdentifiers

protected RemoteTaxonInformationFullVO handleGetTaxonInformationByIdentifiers(java.lang.Integer taxonNameId,
                                                                              java.lang.Integer referenceDocumentId)
                                                                       throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetTaxonInformationByIdentifiers in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.getTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteTaxonInformationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst,
                                                                           RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

Specified by:
handleRemoteTaxonInformationFullVOsAreEqualOnIdentifiers in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

handleRemoteTaxonInformationFullVOsAreEqual

protected boolean handleRemoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst,
                                                              RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.remoteTaxonInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

Specified by:
handleRemoteTaxonInformationFullVOsAreEqual in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.remoteTaxonInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

handleGetTaxonInformationNaturalIds

protected RemoteTaxonInformationNaturalId[] handleGetTaxonInformationNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationNaturalIds()

Specified by:
handleGetTaxonInformationNaturalIds in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.getTaxonInformationNaturalIds()

handleGetTaxonInformationByNaturalId

protected RemoteTaxonInformationFullVO handleGetTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationNaturalId)

Specified by:
handleGetTaxonInformationByNaturalId in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.getTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationNaturalId)

handleAddOrUpdateClusterTaxonInformation

protected ClusterTaxonInformation handleAddOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.addOrUpdateClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)

Specified by:
handleAddOrUpdateClusterTaxonInformation in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.addOrUpdateClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)

handleGetAllClusterTaxonInformationSinceDateSynchro

protected ClusterTaxonInformation[] handleGetAllClusterTaxonInformationSinceDateSynchro(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: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTaxonInformationSinceDateSynchro in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTaxonInformationByIdentifiers

protected ClusterTaxonInformation handleGetClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId,
                                                                                java.lang.Integer referenceDocumentId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteTaxonInformationFullServiceBase
Performs the core logic for RemoteTaxonInformationFullServiceBase.getClusterTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterTaxonInformationByIdentifiers in class RemoteTaxonInformationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationFullService.getClusterTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.