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

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

public class RemoteTaxonInformationFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteTaxonInformationFullService.

See Also:
RemoteTaxonInformationFullService

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

Constructor Detail

RemoteTaxonInformationFullServiceWSDelegator

public RemoteTaxonInformationFullServiceWSDelegator()
Method Detail

addTaxonInformation

public RemoteTaxonInformationFullVO addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
See Also:
RemoteTaxonInformationFullService.addTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

updateTaxonInformation

public void updateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
See Also:
RemoteTaxonInformationFullService.updateTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

removeTaxonInformation

public void removeTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
See Also:
RemoteTaxonInformationFullService.removeTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

getAllTaxonInformation

public RemoteTaxonInformationFullVO[] getAllTaxonInformation()
See Also:
RemoteTaxonInformationFullService.getAllTaxonInformation()

getTaxonInformationByTaxonNameId

public RemoteTaxonInformationFullVO[] getTaxonInformationByTaxonNameId(java.lang.Integer id)
See Also:
RemoteTaxonInformationFullService.getTaxonInformationByTaxonNameId(java.lang.Integer)

getTaxonInformationByReferenceDocumentId

public RemoteTaxonInformationFullVO[] getTaxonInformationByReferenceDocumentId(java.lang.Integer id)
See Also:
RemoteTaxonInformationFullService.getTaxonInformationByReferenceDocumentId(java.lang.Integer)

getTaxonInformationByIdentifiers

public RemoteTaxonInformationFullVO getTaxonInformationByIdentifiers(java.lang.Integer taxonNameId,
                                                                     java.lang.Integer referenceDocumentId)
See Also:
RemoteTaxonInformationFullService.getTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)

remoteTaxonInformationFullVOsAreEqualOnIdentifiers

public boolean remoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst,
                                                                  RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
See Also:
RemoteTaxonInformationFullService.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

remoteTaxonInformationFullVOsAreEqual

public boolean remoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst,
                                                     RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
See Also:
RemoteTaxonInformationFullService.remoteTaxonInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)

getTaxonInformationNaturalIds

public RemoteTaxonInformationNaturalId[] getTaxonInformationNaturalIds()
See Also:
RemoteTaxonInformationFullService.getTaxonInformationNaturalIds()

getTaxonInformationByNaturalId

public RemoteTaxonInformationFullVO getTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
See Also:
RemoteTaxonInformationFullService.getTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationNaturalId)

addOrUpdateClusterTaxonInformation

public ClusterTaxonInformation addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
See Also:
RemoteTaxonInformationFullService.addOrUpdateClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)

getAllClusterTaxonInformationSinceDateSynchro

public ClusterTaxonInformation[] getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                               java.lang.Integer userId,
                                                                               java.lang.Integer[] registrationLocationIds,
                                                                               java.lang.Integer pageNumber,
                                                                               java.lang.Integer pageSize)
See Also:
RemoteTaxonInformationFullService.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterTaxonInformationByIdentifiers

public ClusterTaxonInformation getClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId,
                                                                       java.lang.Integer referenceDocumentId)
See Also:
RemoteTaxonInformationFullService.getClusterTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.