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

All Known Implementing Classes:
RemoteTaxonGroupInformationFullServiceBase, RemoteTaxonGroupInformationFullServiceImpl

public interface RemoteTaxonGroupInformationFullService


Method Summary
 RemoteTaxonGroupInformationFullVO addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 RemoteTaxonGroupInformationFullVO[] getAllTaxonGroupInformation()
           
 ClusterTaxonGroupInformation getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
 RemoteTaxonGroupInformationFullVO getTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
 RemoteTaxonGroupInformationFullVO getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
           
 RemoteTaxonGroupInformationFullVO[] getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonGroupInformationFullVO[] getTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
           
 RemoteTaxonGroupInformationNaturalId[] getTaxonGroupInformationNaturalIds()
           
 boolean remoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
 boolean remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
 void removeTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 void updateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 

Method Detail

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.