Uses of Class
fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod

Packages that use ClusterMethod
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.pmfm.generic.cluster   
fr.ifremer.allegro.referential.pmfm.generic.service   
 

Uses of ClusterMethod in fr.ifremer.allegro.referential.pmfm
 

Methods in fr.ifremer.allegro.referential.pmfm that return ClusterMethod
 ClusterMethod[] MethodDao.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterMethod[] MethodDaoBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterMethod[] MethodDaoImpl.handleGetAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterMethod[] MethodDaoBase.handleGetAllClusterMethodSinceDateSynchro(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 MethodDaoBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterMethod MethodDaoImpl.toClusterMethod(Method entity)
           
 ClusterMethod MethodDao.toClusterMethod(Method entity)
          Converts this DAO's entity to an object of type ClusterMethod.
 ClusterMethod MethodDaoBase.toClusterMethod(Method entity)
           
protected  ClusterMethod MethodDaoBase.toClusterMethod(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterMethod[] MethodDao.toClusterMethodArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterMethod.
 ClusterMethod[] MethodDaoBase.toClusterMethodArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type ClusterMethod
 Method MethodDaoImpl.clusterMethodToEntity(ClusterMethod clusterMethod)
           
 Method MethodDao.clusterMethodToEntity(ClusterMethod clusterMethod)
          Converts an instance of type ClusterMethod to this DAO's entity.
 void MethodDaoImpl.clusterMethodToEntity(ClusterMethod source, Method target, boolean copyIfNull)
           
 void MethodDao.clusterMethodToEntity(ClusterMethod source, Method target, boolean copyIfNull)
          Copies the fields of ClusterMethod to the specified entity.
 void MethodDaoBase.clusterMethodToEntity(ClusterMethod source, Method target, boolean copyIfNull)
           
 Method MethodDao.createFromClusterMethod(ClusterMethod clusterMethod)
           
 Method MethodDaoBase.createFromClusterMethod(ClusterMethod clusterMethod)
           
protected  Method MethodDaoImpl.handleCreateFromClusterMethod(ClusterMethod clusterMethod)
           
protected abstract  Method MethodDaoBase.handleCreateFromClusterMethod(ClusterMethod clusterMethod)
          Performs the core logic for MethodDaoBase.createFromClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
 void MethodDaoImpl.toClusterMethod(Method source, ClusterMethod target)
           
 void MethodDao.toClusterMethod(Method source, ClusterMethod target)
          Copies the fields of the specified entity to the target value object.
 void MethodDaoBase.toClusterMethod(Method source, ClusterMethod target)
           
 

Uses of ClusterMethod in fr.ifremer.allegro.referential.pmfm.generic.cluster
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type ClusterMethod
 void ClusterMethod.copy(ClusterMethod otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type ClusterMethod
ClusterMethod(ClusterMethod otherBean)
          Copies constructor from other ClusterMethod
 

Uses of ClusterMethod in fr.ifremer.allegro.referential.pmfm.generic.service
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return ClusterMethod
 ClusterMethod RemoteMethodFullService.addOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
 ClusterMethod RemoteMethodFullServiceWSDelegator.addOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
 ClusterMethod RemoteMethodFullServiceBase.addOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
 ClusterMethod[] RemoteMethodFullService.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterMethod[] RemoteMethodFullServiceWSDelegator.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterMethod[] RemoteMethodFullServiceBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterMethod RemoteMethodFullService.getClusterMethodByIdentifiers(java.lang.Integer id)
           
 ClusterMethod RemoteMethodFullServiceWSDelegator.getClusterMethodByIdentifiers(java.lang.Integer id)
           
 ClusterMethod RemoteMethodFullServiceBase.getClusterMethodByIdentifiers(java.lang.Integer id)
           
protected  ClusterMethod RemoteMethodFullServiceImpl.handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
protected abstract  ClusterMethod RemoteMethodFullServiceBase.handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod)
          Performs the core logic for RemoteMethodFullServiceBase.addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
protected  ClusterMethod[] RemoteMethodFullServiceImpl.handleGetAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterMethod[] RemoteMethodFullServiceBase.handleGetAllClusterMethodSinceDateSynchro(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 RemoteMethodFullServiceBase.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterMethod RemoteMethodFullServiceImpl.handleGetClusterMethodByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterMethod RemoteMethodFullServiceBase.handleGetClusterMethodByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteMethodFullServiceBase.getClusterMethodByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type ClusterMethod
 ClusterMethod RemoteMethodFullService.addOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
 ClusterMethod RemoteMethodFullServiceWSDelegator.addOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
 ClusterMethod RemoteMethodFullServiceBase.addOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
protected  ClusterMethod RemoteMethodFullServiceImpl.handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
protected abstract  ClusterMethod RemoteMethodFullServiceBase.handleAddOrUpdateClusterMethod(ClusterMethod clusterMethod)
          Performs the core logic for RemoteMethodFullServiceBase.addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.