fr.ifremer.allegro.referential.taxon.generic.service
Interface RemoteTaxonInformationHistoryFullService

All Known Implementing Classes:
RemoteTaxonInformationHistoryFullServiceBase, RemoteTaxonInformationHistoryFullServiceImpl

public interface RemoteTaxonInformationHistoryFullService


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)
           
 

Method Detail

addTaxonInformationHistory

RemoteTaxonInformationHistoryFullVO addTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)

updateTaxonInformationHistory

void updateTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)

removeTaxonInformationHistory

void removeTaxonInformationHistory(RemoteTaxonInformationHistoryFullVO taxonInformationHistory)

getAllTaxonInformationHistory

RemoteTaxonInformationHistoryFullVO[] getAllTaxonInformationHistory()

getTaxonInformationHistoryByReferenceDocumentId

RemoteTaxonInformationHistoryFullVO[] getTaxonInformationHistoryByReferenceDocumentId(java.lang.Integer id)

getTaxonInformationHistoryByTaxonNameHistoryId

RemoteTaxonInformationHistoryFullVO[] getTaxonInformationHistoryByTaxonNameHistoryId(java.lang.Integer id)

getTaxonInformationHistoryByIdentifiers

RemoteTaxonInformationHistoryFullVO getTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                            java.lang.Integer taxonNameHistoryId)

remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers

boolean remoteTaxonInformationHistoryFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst,
                                                                  RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)

remoteTaxonInformationHistoryFullVOsAreEqual

boolean remoteTaxonInformationHistoryFullVOsAreEqual(RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOFirst,
                                                     RemoteTaxonInformationHistoryFullVO remoteTaxonInformationHistoryFullVOSecond)

getTaxonInformationHistoryNaturalIds

RemoteTaxonInformationHistoryNaturalId[] getTaxonInformationHistoryNaturalIds()

getTaxonInformationHistoryByNaturalId

RemoteTaxonInformationHistoryFullVO getTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)

getClusterTaxonInformationHistoryByIdentifiers

ClusterTaxonInformationHistory getClusterTaxonInformationHistoryByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                              java.lang.Integer taxonNameHistoryId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.