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

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonInformationHistoryFullServiceWSDelegator

public class RemoteTaxonInformationHistoryFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteTaxonInformationHistoryFullService.

See Also:
RemoteTaxonInformationHistoryFullService

Constructor Summary
RemoteTaxonInformationHistoryFullServiceWSDelegator()
           
 
Method Summary
 RemoteTaxonInformationHistoryFullVO addTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
           
 RemoteTaxonInformationHistoryFullVO[] getAllTaxonInformationHistory()
           
 ClusterTaxonInformationHistory getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId)
           
 RemoteTaxonInformationHistoryFullVO getTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonNameHistoryId)
           
 RemoteTaxonInformationHistoryFullVO getTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
           
 RemoteTaxonInformationHistoryFullVO[] getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonInformationHistoryFullVO[] getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer id)
           
 RemoteTaxonInformationHistoryNaturalId[] getTaxonInformationHistoryNaturalIds()
           
 boolean remoteTaxonInformationHistoryFullVOsAreEqual(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst, RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
           
 boolean remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst, RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
           
 void removeTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
           
 void updateTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonInformationHistoryFullServiceWSDelegator

public RemoteTaxonInformationHistoryFullServiceWSDelegator()
Method Detail

addTaxonInformationHistory

public RemoteTaxonInformationHistoryFullVO addTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
See Also:
RemoteTaxonInformationHistoryFullService.addTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

updateTaxonInformationHistory

public void updateTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
See Also:
RemoteTaxonInformationHistoryFullService.updateTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

removeTaxonInformationHistory

public void removeTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)
See Also:
RemoteTaxonInformationHistoryFullService.removeTaxonInformationHistory(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

getAllTaxonInformationHistory

public RemoteTaxonInformationHistoryFullVO[] getAllTaxonInformationHistory()
See Also:
RemoteTaxonInformationHistoryFullService.getAllTaxonInformationHistory()

getTaxonInformationHistoryByReferenceDocumentId

public RemoteTaxonInformationHistoryFullVO[] getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer id)
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer)

getTaxonInformationHistoryByTaxonNameHistoryId

public RemoteTaxonInformationHistoryFullVO[] getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer id)
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer)

getTaxonInformationHistoryByIdentifiers

public RemoteTaxonInformationHistoryFullVO getTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                                   java.lang.Integer taxonNameHistoryId)
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)

remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers

public boolean remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst,
                                                                         RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
See Also:
RemoteTaxonInformationHistoryFullService.remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

remoteTaxonInformationHistoryFullVOsAreEqual

public boolean remoteTaxonInformationHistoryFullVOsAreEqual(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst,
                                                            RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)
See Also:
RemoteTaxonInformationHistoryFullService.remoteTaxonInformationHistoryFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryFullVO)

getTaxonInformationHistoryNaturalIds

public RemoteTaxonInformationHistoryNaturalId[] getTaxonInformationHistoryNaturalIds()
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryNaturalIds()

getTaxonInformationHistoryByNaturalId

public RemoteTaxonInformationHistoryFullVO getTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
See Also:
RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId)

getClusterTaxonInformationHistoryByIdentifiers

public ClusterTaxonInformationHistory getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                                     java.lang.Integer taxonNameHistoryId)
See Also:
RemoteTaxonInformationHistoryFullService.getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.