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

All Known Implementing Classes:
RemoteTaxonInformationFullServiceBase, RemoteTaxonInformationFullServiceImpl

public interface RemoteTaxonInformationFullService


Method Summary
 ClusterTaxonInformation addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
 RemoteTaxonInformationFullVO addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 ClusterTaxonInformation[] getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTaxonInformationFullVO[] getAllTaxonInformation()
           
 ClusterTaxonInformation getClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
 RemoteTaxonInformationFullVO getTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
 RemoteTaxonInformationFullVO getTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
           
 RemoteTaxonInformationFullVO[] getTaxonInformationByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonInformationFullVO[] getTaxonInformationByTaxonNameId(java.lang.Integer id)
           
 RemoteTaxonInformationNaturalId[] getTaxonInformationNaturalIds()
           
 boolean remoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
 boolean remoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
 void removeTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 void updateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 

Method Detail

addTaxonInformation

RemoteTaxonInformationFullVO addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)

updateTaxonInformation

void updateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)

removeTaxonInformation

void removeTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)

getAllTaxonInformation

RemoteTaxonInformationFullVO[] getAllTaxonInformation()

getTaxonInformationByTaxonNameId

RemoteTaxonInformationFullVO[] getTaxonInformationByTaxonNameId(java.lang.Integer id)

getTaxonInformationByReferenceDocumentId

RemoteTaxonInformationFullVO[] getTaxonInformationByReferenceDocumentId(java.lang.Integer id)

getTaxonInformationByIdentifiers

RemoteTaxonInformationFullVO getTaxonInformationByIdentifiers(java.lang.Integer taxonNameId,
                                                              java.lang.Integer referenceDocumentId)

remoteTaxonInformationFullVOsAreEqualOnIdentifiers

boolean remoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst,
                                                           RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)

remoteTaxonInformationFullVOsAreEqual

boolean remoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst,
                                              RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)

getTaxonInformationNaturalIds

RemoteTaxonInformationNaturalId[] getTaxonInformationNaturalIds()

getTaxonInformationByNaturalId

RemoteTaxonInformationFullVO getTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)

addOrUpdateClusterTaxonInformation

ClusterTaxonInformation addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)

getAllClusterTaxonInformationSinceDateSynchro

ClusterTaxonInformation[] getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                        java.lang.Integer userId,
                                                                        java.lang.Integer[] registrationLocationIds,
                                                                        java.lang.Integer pageNumber,
                                                                        java.lang.Integer pageSize)

getClusterTaxonInformationByIdentifiers

ClusterTaxonInformation getClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId,
                                                                java.lang.Integer referenceDocumentId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.