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

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

public class RemoteAuthorFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteAuthorFullService.

See Also:
RemoteAuthorFullService

Constructor Summary
RemoteAuthorFullServiceWSDelegator()
           
 
Method Summary
 RemoteAuthorFullVO addAuthor(RemoteAuthorFullVO author)
           
 ClusterAuthor addOrUpdateClusterAuthor(ClusterAuthor clusterAuthor)
           
 RemoteAuthorFullVO[] getAllAuthor()
           
 ClusterAuthor[] getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteAuthorFullVO getAuthorById(java.lang.Integer id)
           
 RemoteAuthorFullVO[] getAuthorByIds(java.lang.Integer[] id)
           
 RemoteAuthorFullVO getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
           
 RemoteAuthorFullVO[] getAuthorByStatusCode(java.lang.String code)
           
 RemoteAuthorNaturalId getAuthorNaturalIdById(java.lang.Integer id)
           
 RemoteAuthorNaturalId[] getAuthorNaturalIds()
           
 ClusterAuthor getClusterAuthorByIdentifiers(java.lang.Integer id)
           
 boolean remoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
 boolean remoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst, RemoteAuthorFullVO remoteAuthorFullVOSecond)
           
 void removeAuthor(RemoteAuthorFullVO author)
           
 void updateAuthor(RemoteAuthorFullVO author)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAuthorFullServiceWSDelegator

public RemoteAuthorFullServiceWSDelegator()
Method Detail

addAuthor

public RemoteAuthorFullVO addAuthor(RemoteAuthorFullVO author)
See Also:
RemoteAuthorFullService.addAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

updateAuthor

public void updateAuthor(RemoteAuthorFullVO author)
See Also:
RemoteAuthorFullService.updateAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

removeAuthor

public void removeAuthor(RemoteAuthorFullVO author)
See Also:
RemoteAuthorFullService.removeAuthor(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

getAllAuthor

public RemoteAuthorFullVO[] getAllAuthor()
See Also:
RemoteAuthorFullService.getAllAuthor()

getAuthorById

public RemoteAuthorFullVO getAuthorById(java.lang.Integer id)
See Also:
RemoteAuthorFullService.getAuthorById(java.lang.Integer)

getAuthorByIds

public RemoteAuthorFullVO[] getAuthorByIds(java.lang.Integer[] id)
See Also:
RemoteAuthorFullService.getAuthorByIds(java.lang.Integer[])

getAuthorByStatusCode

public RemoteAuthorFullVO[] getAuthorByStatusCode(java.lang.String code)
See Also:
RemoteAuthorFullService.getAuthorByStatusCode(java.lang.String)

remoteAuthorFullVOsAreEqualOnIdentifiers

public boolean remoteAuthorFullVOsAreEqualOnIdentifiers(RemoteAuthorFullVO remoteAuthorFullVOFirst,
                                                        RemoteAuthorFullVO remoteAuthorFullVOSecond)
See Also:
RemoteAuthorFullService.remoteAuthorFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

remoteAuthorFullVOsAreEqual

public boolean remoteAuthorFullVOsAreEqual(RemoteAuthorFullVO remoteAuthorFullVOFirst,
                                           RemoteAuthorFullVO remoteAuthorFullVOSecond)
See Also:
RemoteAuthorFullService.remoteAuthorFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorFullVO)

getAuthorNaturalIds

public RemoteAuthorNaturalId[] getAuthorNaturalIds()
See Also:
RemoteAuthorFullService.getAuthorNaturalIds()

getAuthorByNaturalId

public RemoteAuthorFullVO getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
See Also:
RemoteAuthorFullService.getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId)

getAuthorNaturalIdById

public RemoteAuthorNaturalId getAuthorNaturalIdById(java.lang.Integer id)
See Also:
RemoteAuthorFullService.getAuthorNaturalIdById(java.lang.Integer)

addOrUpdateClusterAuthor

public ClusterAuthor addOrUpdateClusterAuthor(ClusterAuthor clusterAuthor)
See Also:
RemoteAuthorFullService.addOrUpdateClusterAuthor(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterAuthor)

getAllClusterAuthorSinceDateSynchro

public ClusterAuthor[] getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                           java.lang.Integer userId,
                                                           java.lang.Integer[] registrationLocationIds,
                                                           java.lang.Integer pageNumber,
                                                           java.lang.Integer pageSize)
See Also:
RemoteAuthorFullService.getAllClusterAuthorSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterAuthorByIdentifiers

public ClusterAuthor getClusterAuthorByIdentifiers(java.lang.Integer id)
See Also:
RemoteAuthorFullService.getClusterAuthorByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.