fr.ifremer.allegro.referential.taxon.generic.service
Class RemoteTaxonGroupInformationFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.generic.service.RemoteTaxonGroupInformationFullServiceWSDelegator

public class RemoteTaxonGroupInformationFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteTaxonGroupInformationFullService.

See Also:
RemoteTaxonGroupInformationFullService

Constructor Summary
RemoteTaxonGroupInformationFullServiceWSDelegator()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTaxonGroupInformationFullServiceWSDelegator

public RemoteTaxonGroupInformationFullServiceWSDelegator()
Method Detail

addTaxonGroupInformation

public RemoteTaxonGroupInformationFullVO addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
See Also:
RemoteTaxonGroupInformationFullService.addTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

updateTaxonGroupInformation

public void updateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
See Also:
RemoteTaxonGroupInformationFullService.updateTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

removeTaxonGroupInformation

public void removeTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
See Also:
RemoteTaxonGroupInformationFullService.removeTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

getAllTaxonGroupInformation

public RemoteTaxonGroupInformationFullVO[] getAllTaxonGroupInformation()
See Also:
RemoteTaxonGroupInformationFullService.getAllTaxonGroupInformation()

getTaxonGroupInformationByReferenceDocumentId

public RemoteTaxonGroupInformationFullVO[] getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer)

getTaxonGroupInformationByTaxonGroupId

public RemoteTaxonGroupInformationFullVO[] getTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer)

getTaxonGroupInformationByIdentifiers

public RemoteTaxonGroupInformationFullVO getTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                               java.lang.Integer taxonGroupId)
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)

remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers

public boolean remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst,
                                                                       RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
See Also:
RemoteTaxonGroupInformationFullService.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

remoteTaxonGroupInformationFullVOsAreEqual

public boolean remoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst,
                                                          RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
See Also:
RemoteTaxonGroupInformationFullService.remoteTaxonGroupInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)

getTaxonGroupInformationNaturalIds

public RemoteTaxonGroupInformationNaturalId[] getTaxonGroupInformationNaturalIds()
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationNaturalIds()

getTaxonGroupInformationByNaturalId

public RemoteTaxonGroupInformationFullVO getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
See Also:
RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId)

getClusterTaxonGroupInformationByIdentifiers

public ClusterTaxonGroupInformation getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId,
                                                                                 java.lang.Integer taxonGroupId)
See Also:
RemoteTaxonGroupInformationFullService.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.