fr.ifremer.allegro.administration.user.generic.service
Interface RemoteUserProfilFullService
- All Known Implementing Classes:
- RemoteUserProfilFullServiceBase, RemoteUserProfilFullServiceImpl
public interface RemoteUserProfilFullService
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.