fr.ifremer.allegro.referential.taxon.generic.service
Interface RemoteTaxonInformationFullService
- All Known Implementing Classes:
- RemoteTaxonInformationFullServiceBase, RemoteTaxonInformationFullServiceImpl
public interface RemoteTaxonInformationFullService
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.