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

Packages that use ClusterPerson
fr.ifremer.allegro.administration.user   
fr.ifremer.allegro.administration.user.generic.cluster   
fr.ifremer.allegro.administration.user.generic.service   
 

Uses of ClusterPerson in fr.ifremer.allegro.administration.user
 

Methods in fr.ifremer.allegro.administration.user that return ClusterPerson
 ClusterPerson[] PersonDao.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPerson[] PersonDaoBase.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterPerson[] PersonDaoImpl.handleGetAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterPerson[] PersonDaoBase.handleGetAllClusterPersonSinceDateSynchro(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 PersonDaoBase.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterPerson PersonDaoBase.toClusterPerson(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPerson PersonDaoImpl.toClusterPerson(Person entity)
           
 ClusterPerson PersonDao.toClusterPerson(Person entity)
          Converts this DAO's entity to an object of type ClusterPerson.
 ClusterPerson PersonDaoBase.toClusterPerson(Person entity)
           
 ClusterPerson[] PersonDao.toClusterPersonArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPerson.
 ClusterPerson[] PersonDaoBase.toClusterPersonArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.administration.user with parameters of type ClusterPerson
 Person PersonDaoImpl.clusterPersonToEntity(ClusterPerson clusterPerson)
           
 Person PersonDao.clusterPersonToEntity(ClusterPerson clusterPerson)
          Converts an instance of type ClusterPerson to this DAO's entity.
 void PersonDaoImpl.clusterPersonToEntity(ClusterPerson source, Person target, boolean copyIfNull)
           
 void PersonDao.clusterPersonToEntity(ClusterPerson source, Person target, boolean copyIfNull)
          Copies the fields of ClusterPerson to the specified entity.
 void PersonDaoBase.clusterPersonToEntity(ClusterPerson source, Person target, boolean copyIfNull)
           
 Person PersonDao.createFromClusterPerson(ClusterPerson clusterPerson)
           
 Person PersonDaoBase.createFromClusterPerson(ClusterPerson clusterPerson)
           
protected  Person PersonDaoImpl.handleCreateFromClusterPerson(ClusterPerson clusterPerson)
           
protected abstract  Person PersonDaoBase.handleCreateFromClusterPerson(ClusterPerson clusterPerson)
          Performs the core logic for PersonDaoBase.createFromClusterPerson(fr.ifremer.allegro.administration.user.generic.cluster.ClusterPerson)
 void PersonDaoImpl.toClusterPerson(Person source, ClusterPerson target)
           
 void PersonDao.toClusterPerson(Person source, ClusterPerson target)
          Copies the fields of the specified entity to the target value object.
 void PersonDaoBase.toClusterPerson(Person source, ClusterPerson target)
           
 

Uses of ClusterPerson in fr.ifremer.allegro.administration.user.generic.cluster
 

Subclasses of ClusterPerson in fr.ifremer.allegro.administration.user.generic.cluster
 class ClusterUser
           
 

Methods in fr.ifremer.allegro.administration.user.generic.cluster with parameters of type ClusterPerson
 void ClusterPerson.copy(ClusterPerson 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 ClusterPerson
ClusterPerson(ClusterPerson otherBean)
          Copies constructor from other ClusterPerson
 

Uses of ClusterPerson in fr.ifremer.allegro.administration.user.generic.service
 

Methods in fr.ifremer.allegro.administration.user.generic.service that return ClusterPerson
 ClusterPerson RemotePersonFullService.addOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
 ClusterPerson RemotePersonFullServiceWSDelegator.addOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
 ClusterPerson RemotePersonFullServiceBase.addOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
 ClusterPerson[] RemotePersonFullService.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPerson[] RemotePersonFullServiceWSDelegator.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPerson[] RemotePersonFullServiceBase.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPerson RemotePersonFullService.getClusterPersonByIdentifiers(java.lang.Integer id)
           
 ClusterPerson RemotePersonFullServiceWSDelegator.getClusterPersonByIdentifiers(java.lang.Integer id)
           
 ClusterPerson RemotePersonFullServiceBase.getClusterPersonByIdentifiers(java.lang.Integer id)
           
protected  ClusterPerson RemotePersonFullServiceImpl.handleAddOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
protected abstract  ClusterPerson RemotePersonFullServiceBase.handleAddOrUpdateClusterPerson(ClusterPerson clusterPerson)
          Performs the core logic for RemotePersonFullServiceBase.addOrUpdateClusterPerson(fr.ifremer.allegro.administration.user.generic.cluster.ClusterPerson)
protected  ClusterPerson[] RemotePersonFullServiceImpl.handleGetAllClusterPersonSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterPerson[] RemotePersonFullServiceBase.handleGetAllClusterPersonSinceDateSynchro(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 RemotePersonFullServiceBase.getAllClusterPersonSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterPerson RemotePersonFullServiceImpl.handleGetClusterPersonByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterPerson RemotePersonFullServiceBase.handleGetClusterPersonByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePersonFullServiceBase.getClusterPersonByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.administration.user.generic.service with parameters of type ClusterPerson
 ClusterPerson RemotePersonFullService.addOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
 ClusterPerson RemotePersonFullServiceWSDelegator.addOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
 ClusterPerson RemotePersonFullServiceBase.addOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
protected  ClusterPerson RemotePersonFullServiceImpl.handleAddOrUpdateClusterPerson(ClusterPerson clusterPerson)
           
protected abstract  ClusterPerson RemotePersonFullServiceBase.handleAddOrUpdateClusterPerson(ClusterPerson clusterPerson)
          Performs the core logic for RemotePersonFullServiceBase.addOrUpdateClusterPerson(fr.ifremer.allegro.administration.user.generic.cluster.ClusterPerson)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.