fr.ifremer.allegro.referential.taxon.generic.service
Interface RemoteTaxonGroupInformationFullService
- All Known Implementing Classes:
- RemoteTaxonGroupInformationFullServiceBase, RemoteTaxonGroupInformationFullServiceImpl
public interface RemoteTaxonGroupInformationFullService
addTaxonGroupInformation
RemoteTaxonGroupInformationFullVO addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
updateTaxonGroupInformation
void updateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
removeTaxonGroupInformation
void removeTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
getAllTaxonGroupInformation
RemoteTaxonGroupInformationFullVO[] getAllTaxonGroupInformation()
getTaxonGroupInformationByReferenceDocumentId
RemoteTaxonGroupInformationFullVO[] getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
getTaxonGroupInformationByTaxonGroupId
RemoteTaxonGroupInformationFullVO[] getTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
getTaxonGroupInformationByIdentifiers
RemoteTaxonGroupInformationFullVO getTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId,
java.lang.Integer taxonGroupId)
remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers
boolean remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst,
RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
remoteTaxonGroupInformationFullVOsAreEqual
boolean remoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst,
RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
getTaxonGroupInformationNaturalIds
RemoteTaxonGroupInformationNaturalId[] getTaxonGroupInformationNaturalIds()
getTaxonGroupInformationByNaturalId
RemoteTaxonGroupInformationFullVO getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
getClusterTaxonGroupInformationByIdentifiers
ClusterTaxonGroupInformation getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId,
java.lang.Integer taxonGroupId)
Copyright © 2008-2010 IFREMER. All Rights Reserved.