fr.ifremer.allegro.administration.user.generic.service
Interface RemoteUserProfilFullService

All Known Implementing Classes:
RemoteUserProfilFullServiceBase, RemoteUserProfilFullServiceImpl

public interface RemoteUserProfilFullService


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)
           
 

Method Detail

addUserProfil

RemoteUserProfilFullVO addUserProfil(RemoteUserProfilFullVO userProfil)

updateUserProfil

void updateUserProfil(RemoteUserProfilFullVO userProfil)

removeUserProfil

void removeUserProfil(RemoteUserProfilFullVO userProfil)

getAllUserProfil

RemoteUserProfilFullVO[] getAllUserProfil()

getUserProfilById

RemoteUserProfilFullVO getUserProfilById(java.lang.Integer id)

getUserProfilByIds

RemoteUserProfilFullVO[] getUserProfilByIds(java.lang.Integer[] id)

remoteUserProfilFullVOsAreEqualOnIdentifiers

boolean remoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst,
                                                     RemoteUserProfilFullVO remoteUserProfilFullVOSecond)

remoteUserProfilFullVOsAreEqual

boolean remoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst,
                                        RemoteUserProfilFullVO remoteUserProfilFullVOSecond)

getUserProfilNaturalIds

RemoteUserProfilNaturalId[] getUserProfilNaturalIds()

getUserProfilByNaturalId

RemoteUserProfilFullVO getUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)

getUserProfilNaturalIdById

RemoteUserProfilNaturalId getUserProfilNaturalIdById(java.lang.Integer id)

addOrUpdateClusterUserProfil

ClusterUserProfil addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)

getAllClusterUserProfilSinceDateSynchro

ClusterUserProfil[] getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                            java.lang.Integer userId,
                                                            java.lang.Integer[] registrationLocationIds,
                                                            java.lang.Integer pageNumber,
                                                            java.lang.Integer pageSize)

getClusterUserProfilByIdentifiers

ClusterUserProfil getClusterUserProfilByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.