Uses of Class
fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil

Packages that use ClusterUserProfil
fr.ifremer.allegro.administration.user   
fr.ifremer.allegro.administration.user.generic.cluster   
fr.ifremer.allegro.administration.user.generic.service   
fr.ifremer.allegro.data.specific.vo   
 

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)
           
 

Methods in fr.ifremer.allegro.administration.user with parameters of type ClusterUserProfil
 UserProfil UserProfilDaoImpl.clusterUserProfilToEntity(ClusterUserProfil clusterUserProfil)
           
 UserProfil UserProfilDao.clusterUserProfilToEntity(ClusterUserProfil clusterUserProfil)
          Converts an instance of type ClusterUserProfil to this DAO's entity.
 void UserProfilDaoImpl.clusterUserProfilToEntity(ClusterUserProfil source, UserProfil target, boolean copyIfNull)
           
 void UserProfilDao.clusterUserProfilToEntity(ClusterUserProfil source, UserProfil target, boolean copyIfNull)
          Copies the fields of ClusterUserProfil to the specified entity.
 void UserProfilDaoBase.clusterUserProfilToEntity(ClusterUserProfil source, UserProfil target, boolean copyIfNull)
           
 UserProfil UserProfilDao.createFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
           
 UserProfil UserProfilDaoBase.createFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
           
protected  UserProfil UserProfilDaoImpl.handleCreateFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
           
protected abstract  UserProfil UserProfilDaoBase.handleCreateFromClusterUserProfil(ClusterUserProfil clusterUserProfil)
          Performs the core logic for UserProfilDaoBase.createFromClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
 void UserProfilDaoImpl.toClusterUserProfil(UserProfil source, ClusterUserProfil target)
           
 void UserProfilDao.toClusterUserProfil(UserProfil source, ClusterUserProfil target)
          Copies the fields of the specified entity to the target value object.
 void UserProfilDaoBase.toClusterUserProfil(UserProfil source, ClusterUserProfil target)
           
 

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)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.