fr.ifremer.allegro.administration.user.generic.service
Class RemotePersonFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.administration.user.generic.service.RemotePersonFullServiceWSDelegator

public class RemotePersonFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemotePersonFullService.

See Also:
RemotePersonFullService

Constructor Summary
RemotePersonFullServiceWSDelegator()
           
 
Method Summary
 ClusterPerson addOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
 RemotePersonFullVO addPerson(RemotePersonFullVO person)
           
 ClusterPerson[] getAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemotePersonFullVO[] getAllPerson()
           
 ClusterPerson getClusterPersonByIdentifiers(java.lang.Integer id)
           
 RemotePersonFullVO[] getPersonByDepartmentId(java.lang.Integer id)
           
 RemotePersonFullVO getPersonById(java.lang.Integer id)
           
 RemotePersonFullVO[] getPersonByIds(java.lang.Integer[] id)
           
 RemotePersonFullVO getPersonByNaturalId(RemotePersonNaturalId personNaturalId)
           
 RemotePersonFullVO[] getPersonByStatusCode(java.lang.String code)
           
 RemotePersonNaturalId getPersonNaturalIdById(java.lang.Integer id)
           
 RemotePersonNaturalId[] getPersonNaturalIds()
           
 boolean remotePersonFullVOsAreEqual(RemotePersonFullVO remotePersonFullVOFirst, RemotePersonFullVO remotePersonFullVOSecond)
           
 boolean remotePersonFullVOsAreEqualOnIdentifiers(RemotePersonFullVO remotePersonFullVOFirst, RemotePersonFullVO remotePersonFullVOSecond)
           
 void removePerson(RemotePersonFullVO person)
           
 void updatePerson(RemotePersonFullVO person)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePersonFullServiceWSDelegator

public RemotePersonFullServiceWSDelegator()
Method Detail

addPerson

public RemotePersonFullVO addPerson(RemotePersonFullVO person)
See Also:
RemotePersonFullService.addPerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

updatePerson

public void updatePerson(RemotePersonFullVO person)
See Also:
RemotePersonFullService.updatePerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

removePerson

public void removePerson(RemotePersonFullVO person)
See Also:
RemotePersonFullService.removePerson(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

getAllPerson

public RemotePersonFullVO[] getAllPerson()
See Also:
RemotePersonFullService.getAllPerson()

getPersonById

public RemotePersonFullVO getPersonById(java.lang.Integer id)
See Also:
RemotePersonFullService.getPersonById(java.lang.Integer)

getPersonByIds

public RemotePersonFullVO[] getPersonByIds(java.lang.Integer[] id)
See Also:
RemotePersonFullService.getPersonByIds(java.lang.Integer[])

getPersonByStatusCode

public RemotePersonFullVO[] getPersonByStatusCode(java.lang.String code)
See Also:
RemotePersonFullService.getPersonByStatusCode(java.lang.String)

getPersonByDepartmentId

public RemotePersonFullVO[] getPersonByDepartmentId(java.lang.Integer id)
See Also:
RemotePersonFullService.getPersonByDepartmentId(java.lang.Integer)

remotePersonFullVOsAreEqualOnIdentifiers

public boolean remotePersonFullVOsAreEqualOnIdentifiers(RemotePersonFullVO remotePersonFullVOFirst,
                                                        RemotePersonFullVO remotePersonFullVOSecond)
See Also:
RemotePersonFullService.remotePersonFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

remotePersonFullVOsAreEqual

public boolean remotePersonFullVOsAreEqual(RemotePersonFullVO remotePersonFullVOFirst,
                                           RemotePersonFullVO remotePersonFullVOSecond)
See Also:
RemotePersonFullService.remotePersonFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemotePersonFullVO)

getPersonNaturalIds

public RemotePersonNaturalId[] getPersonNaturalIds()
See Also:
RemotePersonFullService.getPersonNaturalIds()

getPersonByNaturalId

public RemotePersonFullVO getPersonByNaturalId(RemotePersonNaturalId personNaturalId)
See Also:
RemotePersonFullService.getPersonByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemotePersonNaturalId)

getPersonNaturalIdById

public RemotePersonNaturalId getPersonNaturalIdById(java.lang.Integer id)
See Also:
RemotePersonFullService.getPersonNaturalIdById(java.lang.Integer)

addOrUpdateClusterPerson

public ClusterPerson addOrUpdateClusterPerson(ClusterPerson clusterPerson)
See Also:
RemotePersonFullService.addOrUpdateClusterPerson(fr.ifremer.allegro.administration.user.generic.cluster.ClusterPerson)

getAllClusterPersonSinceDateSynchro

public ClusterPerson[] getAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                           java.lang.Integer userId,
                                                           java.lang.Integer[] registrationLocationIds,
                                                           java.lang.Integer pageNumber,
                                                           java.lang.Integer pageSize)
See Also:
RemotePersonFullService.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterPersonByIdentifiers

public ClusterPerson getClusterPersonByIdentifiers(java.lang.Integer id)
See Also:
RemotePersonFullService.getClusterPersonByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.