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

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

public class RemoteCitationFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteCitationFullService.

See Also:
RemoteCitationFullService

Constructor Summary
RemoteCitationFullServiceWSDelegator()
           
 
Method Summary
 RemoteCitationFullVO addCitation(RemoteCitationFullVO citation)
           
 ClusterCitation addOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
 RemoteCitationFullVO[] getAllCitation()
           
 ClusterCitation[] getAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteCitationFullVO getCitationById(java.lang.Integer id)
           
 RemoteCitationFullVO[] getCitationByIds(java.lang.Integer[] id)
           
 RemoteCitationFullVO getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
 RemoteCitationFullVO[] getCitationByStatusCode(java.lang.String code)
           
 RemoteCitationNaturalId getCitationNaturalIdById(java.lang.Integer id)
           
 RemoteCitationNaturalId[] getCitationNaturalIds()
           
 ClusterCitation getClusterCitationByIdentifiers(java.lang.Integer id)
           
 boolean remoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
 boolean remoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst, RemoteCitationFullVO remoteCitationFullVOSecond)
           
 void removeCitation(RemoteCitationFullVO citation)
           
 void updateCitation(RemoteCitationFullVO citation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCitationFullServiceWSDelegator

public RemoteCitationFullServiceWSDelegator()
Method Detail

addCitation

public RemoteCitationFullVO addCitation(RemoteCitationFullVO citation)
See Also:
RemoteCitationFullService.addCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)

updateCitation

public void updateCitation(RemoteCitationFullVO citation)
See Also:
RemoteCitationFullService.updateCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)

removeCitation

public void removeCitation(RemoteCitationFullVO citation)
See Also:
RemoteCitationFullService.removeCitation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)

getAllCitation

public RemoteCitationFullVO[] getAllCitation()
See Also:
RemoteCitationFullService.getAllCitation()

getCitationById

public RemoteCitationFullVO getCitationById(java.lang.Integer id)
See Also:
RemoteCitationFullService.getCitationById(java.lang.Integer)

getCitationByIds

public RemoteCitationFullVO[] getCitationByIds(java.lang.Integer[] id)
See Also:
RemoteCitationFullService.getCitationByIds(java.lang.Integer[])

getCitationByStatusCode

public RemoteCitationFullVO[] getCitationByStatusCode(java.lang.String code)
See Also:
RemoteCitationFullService.getCitationByStatusCode(java.lang.String)

remoteCitationFullVOsAreEqualOnIdentifiers

public boolean remoteCitationFullVOsAreEqualOnIdentifiers(RemoteCitationFullVO remoteCitationFullVOFirst,
                                                          RemoteCitationFullVO remoteCitationFullVOSecond)
See Also:
RemoteCitationFullService.remoteCitationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)

remoteCitationFullVOsAreEqual

public boolean remoteCitationFullVOsAreEqual(RemoteCitationFullVO remoteCitationFullVOFirst,
                                             RemoteCitationFullVO remoteCitationFullVOSecond)
See Also:
RemoteCitationFullService.remoteCitationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationFullVO)

getCitationNaturalIds

public RemoteCitationNaturalId[] getCitationNaturalIds()
See Also:
RemoteCitationFullService.getCitationNaturalIds()

getCitationByNaturalId

public RemoteCitationFullVO getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
See Also:
RemoteCitationFullService.getCitationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationNaturalId)

getCitationNaturalIdById

public RemoteCitationNaturalId getCitationNaturalIdById(java.lang.Integer id)
See Also:
RemoteCitationFullService.getCitationNaturalIdById(java.lang.Integer)

addOrUpdateClusterCitation

public ClusterCitation addOrUpdateClusterCitation(ClusterCitation clusterCitation)
See Also:
RemoteCitationFullService.addOrUpdateClusterCitation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterCitation)

getAllClusterCitationSinceDateSynchro

public ClusterCitation[] getAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                               java.lang.Integer userId,
                                                               java.lang.Integer[] registrationLocationIds,
                                                               java.lang.Integer pageNumber,
                                                               java.lang.Integer pageSize)
See Also:
RemoteCitationFullService.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterCitationByIdentifiers

public ClusterCitation getClusterCitationByIdentifiers(java.lang.Integer id)
See Also:
RemoteCitationFullService.getClusterCitationByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.