|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClusterUserProfil in fr.ifremer.allegro.administration.user |
---|
Methods in fr.ifremer.allegro.administration.user that return ClusterUserProfil | |
---|---|
ClusterUserProfil[] |
UserProfilDao.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterUserProfil[] |
UserProfilDaoBase.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterUserProfil[] |
UserProfilDaoImpl.handleGetAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterUserProfil[] |
UserProfilDaoBase.handleGetAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for UserProfilDaoBase.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterUserProfil |
UserProfilDaoBase.toClusterUserProfil(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterUserProfil |
UserProfilDaoImpl.toClusterUserProfil(UserProfil entity)
|
ClusterUserProfil |
UserProfilDao.toClusterUserProfil(UserProfil entity)
Converts this DAO's entity to an object of type ClusterUserProfil . |
ClusterUserProfil |
UserProfilDaoBase.toClusterUserProfil(UserProfil entity)
|
ClusterUserProfil[] |
UserProfilDao.toClusterUserProfilArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterUserProfil . |
ClusterUserProfil[] |
UserProfilDaoBase.toClusterUserProfilArray(java.util.Collection entities)
|
Uses of ClusterUserProfil in fr.ifremer.allegro.administration.user.generic.cluster |
---|
Methods in fr.ifremer.allegro.administration.user.generic.cluster with parameters of type ClusterUserProfil | |
---|---|
void |
ClusterUserProfil.copy(ClusterUserProfil otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.administration.user.generic.cluster with parameters of type ClusterUserProfil | |
---|---|
ClusterUserProfil(ClusterUserProfil otherBean)
Copies constructor from other ClusterUserProfil |
Uses of ClusterUserProfil in fr.ifremer.allegro.administration.user.generic.service |
---|
Methods in fr.ifremer.allegro.administration.user.generic.service that return ClusterUserProfil | |
---|---|
ClusterUserProfil |
RemoteUserProfilFullService.addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
|
ClusterUserProfil |
RemoteUserProfilFullServiceWSDelegator.addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
|
ClusterUserProfil |
RemoteUserProfilFullServiceBase.addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
|
ClusterUserProfil[] |
RemoteUserProfilFullService.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterUserProfil[] |
RemoteUserProfilFullServiceWSDelegator.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterUserProfil[] |
RemoteUserProfilFullServiceBase.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterUserProfil |
RemoteUserProfilFullService.getClusterUserProfilByIdentifiers(java.lang.Integer id)
|
ClusterUserProfil |
RemoteUserProfilFullServiceWSDelegator.getClusterUserProfilByIdentifiers(java.lang.Integer id)
|
ClusterUserProfil |
RemoteUserProfilFullServiceBase.getClusterUserProfilByIdentifiers(java.lang.Integer id)
|
protected ClusterUserProfil |
RemoteUserProfilFullServiceImpl.handleAddOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
|
protected abstract ClusterUserProfil |
RemoteUserProfilFullServiceBase.handleAddOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
Performs the core logic for RemoteUserProfilFullServiceBase.addOrUpdateClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil) |
protected ClusterUserProfil[] |
RemoteUserProfilFullServiceImpl.handleGetAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterUserProfil[] |
RemoteUserProfilFullServiceBase.handleGetAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for RemoteUserProfilFullServiceBase.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterUserProfil |
RemoteUserProfilFullServiceImpl.handleGetClusterUserProfilByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterUserProfil |
RemoteUserProfilFullServiceBase.handleGetClusterUserProfilByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteUserProfilFullServiceBase.getClusterUserProfilByIdentifiers(java.lang.Integer) |
Methods in fr.ifremer.allegro.administration.user.generic.service with parameters of type ClusterUserProfil | |
---|---|
ClusterUserProfil |
RemoteUserProfilFullService.addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
|
ClusterUserProfil |
RemoteUserProfilFullServiceWSDelegator.addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
|
ClusterUserProfil |
RemoteUserProfilFullServiceBase.addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
|
protected ClusterUserProfil |
RemoteUserProfilFullServiceImpl.handleAddOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
|
protected abstract ClusterUserProfil |
RemoteUserProfilFullServiceBase.handleAddOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
Performs the core logic for RemoteUserProfilFullServiceBase.addOrUpdateClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil) |
Uses of ClusterUserProfil in fr.ifremer.allegro.data.specific.vo |
---|
Methods in fr.ifremer.allegro.data.specific.vo that return ClusterUserProfil | |
---|---|
ClusterUserProfil[] |
RemoteConnectionFullVO.getProfils()
|
Methods in fr.ifremer.allegro.data.specific.vo with parameters of type ClusterUserProfil | |
---|---|
void |
RemoteConnectionFullVO.setProfils(ClusterUserProfil[] profils)
|
Constructors in fr.ifremer.allegro.data.specific.vo with parameters of type ClusterUserProfil | |
---|---|
RemoteConnectionFullVO(ClusterStatus[] status,
ClusterUserProfil[] profils,
ClusterDepartment[] departments,
ClusterUser user)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |