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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationHistoryFullServiceBase
      extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationHistoryFullServiceImpl
All Implemented Interfaces:
RemoteTaxonInformationHistoryFullService

public class RemoteTaxonInformationHistoryFullServiceImpl
extends RemoteTaxonInformationHistoryFullServiceBase

See Also:
RemoteTaxonInformationHistoryFullService

Constructor Summary
RemoteTaxonInformationHistoryFullServiceImpl()
           
 
Method Summary
protected  RemoteTaxonInformationHistoryFullVO handleAddTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.addTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected  RemoteTaxonInformationHistoryFullVO[] handleGetAllTaxonInformationHistory()
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getAllTaxonInformationHistory()
protected  ClusterTaxonInformationHistory handleGetClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonInformationHistoryFullVO handleGetTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonInformationHistoryFullVO handleGetTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId)
protected  RemoteTaxonInformationHistoryFullVO[] handleGetTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer)
protected  RemoteTaxonInformationHistoryFullVO[] handleGetTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer)
protected  RemoteTaxonInformationHistoryNaturalId[] handleGetTaxonInformationHistoryNaturalIds()
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryNaturalIds()
protected  boolean handleRemoteTaxonInformationHistoryFullVOsAreEqual(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst, RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.remoteTaxonInformationHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected  boolean handleRemoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst, RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected  void handleRemoveTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.removeTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
protected  void handleUpdateTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.updateTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationHistoryFullServiceBase
addTaxonInformationHistory, getAllTaxonInformationHistory, getClusterTaxonInformationHistoryByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getReferenceDocumentDao, getTaxonInformationHistoryByIdentifiers, getTaxonInformationHistoryByNaturalId, getTaxonInformationHistoryByReferenceDocumentId, getTaxonInformationHistoryByTaxonNameHistoryId, getTaxonInformationHistoryDao, getTaxonInformationHistoryNaturalIds, getTaxonNameHistoryDao, remoteTaxonInformationHistoryFullVOsAreEqual, remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers, removeTaxonInformationHistory, setReferenceDocumentDao, setTaxonInformationHistoryDao, setTaxonNameHistoryDao, updateTaxonInformationHistory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonInformationHistoryFullServiceImpl

public RemoteTaxonInformationHistoryFullServiceImpl()
Method Detail

handleAddTaxonInformationHistory

protected RemoteTaxonInformationHistoryFullVO handleAddTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
                                                                        throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.addTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

Specified by:
handleAddTaxonInformationHistory in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.addTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

handleUpdateTaxonInformationHistory

protected void handleUpdateTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
                                            throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.updateTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

Specified by:
handleUpdateTaxonInformationHistory in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.updateTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

handleRemoveTaxonInformationHistory

protected void handleRemoveTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
                                            throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.removeTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

Specified by:
handleRemoveTaxonInformationHistory in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.removeTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

handleGetAllTaxonInformationHistory

protected RemoteTaxonInformationHistoryFullVO[] handleGetAllTaxonInformationHistory()
                                                                             throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getAllTaxonInformationHistory()

Specified by:
handleGetAllTaxonInformationHistory in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.getAllTaxonInformationHistory()

handleGetTaxonInformationHistoryByReferenceDocumentId

protected RemoteTaxonInformationHistoryFullVO[] handleGetTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer)

Specified by:
handleGetTaxonInformationHistoryByReferenceDocumentId in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer)

handleGetTaxonInformationHistoryByTaxonNameHistoryId

protected RemoteTaxonInformationHistoryFullVO[] handleGetTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer id)
                                                                                              throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer)

Specified by:
handleGetTaxonInformationHistoryByTaxonNameHistoryId in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer)

handleGetTaxonInformationHistoryByIdentifiers

protected RemoteTaxonInformationHistoryFullVO handleGetTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                                            java.lang.Integer taxonNameHistoryId)
                                                                                     throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetTaxonInformationHistoryByIdentifiers in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst,
                                                                                  RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
                                                                           throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

Specified by:
handleRemoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

handleRemoteTaxonInformationHistoryFullVOsAreEqual

protected boolean handleRemoteTaxonInformationHistoryFullVOsAreEqual(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst,
                                                                     RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
                                                              throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.remoteTaxonInformationHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

Specified by:
handleRemoteTaxonInformationHistoryFullVOsAreEqual in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.remoteTaxonInformationHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

handleGetTaxonInformationHistoryNaturalIds

protected RemoteTaxonInformationHistoryNaturalId[] handleGetTaxonInformationHistoryNaturalIds()
                                                                                       throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryNaturalIds()

Specified by:
handleGetTaxonInformationHistoryNaturalIds in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryNaturalIds()

handleGetTaxonInformationHistoryByNaturalId

protected RemoteTaxonInformationHistoryFullVO handleGetTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId)

Specified by:
handleGetTaxonInformationHistoryByNaturalId in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId)

handleGetClusterTaxonInformationHistoryByIdentifiers

protected ClusterTaxonInformationHistory handleGetClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                                              java.lang.Integer taxonNameHistoryId)
                                                                                       throws java.lang.Exception
Description copied from class: RemoteTaxonInformationHistoryFullServiceBase
Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterTaxonInformationHistoryByIdentifiers in class RemoteTaxonInformationHistoryFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTaxonInformationHistoryFullService.getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.