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

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

public class RemoteUserProfilFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteUserProfilFullService.

See Also:
RemoteUserProfilFullService

Constructor Summary
RemoteUserProfilFullServiceWSDelegator()
           
 
Method Summary
 ClusterUserProfil addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
           
 RemoteUserProfilFullVO addUserProfil(RemoteUserProfilFullVO userProfil)
           
 ClusterUserProfil[] getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteUserProfilFullVO[] getAllUserProfil()
           
 ClusterUserProfil getClusterUserProfilByIdentifiers(java.lang.Integer id)
           
 RemoteUserProfilFullVO getUserProfilById(java.lang.Integer id)
           
 RemoteUserProfilFullVO[] getUserProfilByIds(java.lang.Integer[] id)
           
 RemoteUserProfilFullVO getUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
           
 RemoteUserProfilNaturalId getUserProfilNaturalIdById(java.lang.Integer id)
           
 RemoteUserProfilNaturalId[] getUserProfilNaturalIds()
           
 boolean remoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
 boolean remoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
           
 void removeUserProfil(RemoteUserProfilFullVO userProfil)
           
 void updateUserProfil(RemoteUserProfilFullVO userProfil)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUserProfilFullServiceWSDelegator

public RemoteUserProfilFullServiceWSDelegator()
Method Detail

addUserProfil

public RemoteUserProfilFullVO addUserProfil(RemoteUserProfilFullVO userProfil)
See Also:
RemoteUserProfilFullService.addUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

updateUserProfil

public void updateUserProfil(RemoteUserProfilFullVO userProfil)
See Also:
RemoteUserProfilFullService.updateUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

removeUserProfil

public void removeUserProfil(RemoteUserProfilFullVO userProfil)
See Also:
RemoteUserProfilFullService.removeUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

getAllUserProfil

public RemoteUserProfilFullVO[] getAllUserProfil()
See Also:
RemoteUserProfilFullService.getAllUserProfil()

getUserProfilById

public RemoteUserProfilFullVO getUserProfilById(java.lang.Integer id)
See Also:
RemoteUserProfilFullService.getUserProfilById(java.lang.Integer)

getUserProfilByIds

public RemoteUserProfilFullVO[] getUserProfilByIds(java.lang.Integer[] id)
See Also:
RemoteUserProfilFullService.getUserProfilByIds(java.lang.Integer[])

remoteUserProfilFullVOsAreEqualOnIdentifiers

public boolean remoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst,
                                                            RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
See Also:
RemoteUserProfilFullService.remoteUserProfilFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

remoteUserProfilFullVOsAreEqual

public boolean remoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst,
                                               RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
See Also:
RemoteUserProfilFullService.remoteUserProfilFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)

getUserProfilNaturalIds

public RemoteUserProfilNaturalId[] getUserProfilNaturalIds()
See Also:
RemoteUserProfilFullService.getUserProfilNaturalIds()

getUserProfilByNaturalId

public RemoteUserProfilFullVO getUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
See Also:
RemoteUserProfilFullService.getUserProfilByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)

getUserProfilNaturalIdById

public RemoteUserProfilNaturalId getUserProfilNaturalIdById(java.lang.Integer id)
See Also:
RemoteUserProfilFullService.getUserProfilNaturalIdById(java.lang.Integer)

addOrUpdateClusterUserProfil

public ClusterUserProfil addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
See Also:
RemoteUserProfilFullService.addOrUpdateClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)

getAllClusterUserProfilSinceDateSynchro

public ClusterUserProfil[] getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                   java.lang.Integer userId,
                                                                   java.lang.Integer[] registrationLocationIds,
                                                                   java.lang.Integer pageNumber,
                                                                   java.lang.Integer pageSize)
See Also:
RemoteUserProfilFullService.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterUserProfilByIdentifiers

public ClusterUserProfil getClusterUserProfilByIdentifiers(java.lang.Integer id)
See Also:
RemoteUserProfilFullService.getClusterUserProfilByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.