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

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

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

Methods in fr.ifremer.allegro.referential.pmfm that return ClusterMatrix
 ClusterMatrix[] MatrixDao.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterMatrix[] MatrixDaoBase.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterMatrix[] MatrixDaoImpl.handleGetAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterMatrix[] MatrixDaoBase.handleGetAllClusterMatrixSinceDateSynchro(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 MatrixDaoBase.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterMatrix MatrixDaoImpl.toClusterMatrix(Matrix entity)
           
 ClusterMatrix MatrixDao.toClusterMatrix(Matrix entity)
          Converts this DAO's entity to an object of type ClusterMatrix.
 ClusterMatrix MatrixDaoBase.toClusterMatrix(Matrix entity)
           
protected  ClusterMatrix MatrixDaoBase.toClusterMatrix(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterMatrix[] MatrixDao.toClusterMatrixArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterMatrix.
 ClusterMatrix[] MatrixDaoBase.toClusterMatrixArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type ClusterMatrix
 Matrix MatrixDaoImpl.clusterMatrixToEntity(ClusterMatrix clusterMatrix)
           
 Matrix MatrixDao.clusterMatrixToEntity(ClusterMatrix clusterMatrix)
          Converts an instance of type ClusterMatrix to this DAO's entity.
 void MatrixDaoImpl.clusterMatrixToEntity(ClusterMatrix source, Matrix target, boolean copyIfNull)
           
 void MatrixDao.clusterMatrixToEntity(ClusterMatrix source, Matrix target, boolean copyIfNull)
          Copies the fields of ClusterMatrix to the specified entity.
 void MatrixDaoBase.clusterMatrixToEntity(ClusterMatrix source, Matrix target, boolean copyIfNull)
           
 Matrix MatrixDao.createFromClusterMatrix(ClusterMatrix clusterMatrix)
           
 Matrix MatrixDaoBase.createFromClusterMatrix(ClusterMatrix clusterMatrix)
           
protected  Matrix MatrixDaoImpl.handleCreateFromClusterMatrix(ClusterMatrix clusterMatrix)
           
protected abstract  Matrix MatrixDaoBase.handleCreateFromClusterMatrix(ClusterMatrix clusterMatrix)
          Performs the core logic for MatrixDaoBase.createFromClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
 void MatrixDaoImpl.toClusterMatrix(Matrix source, ClusterMatrix target)
           
 void MatrixDao.toClusterMatrix(Matrix source, ClusterMatrix target)
          Copies the fields of the specified entity to the target value object.
 void MatrixDaoBase.toClusterMatrix(Matrix source, ClusterMatrix target)
           
 

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

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

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return ClusterMatrix
 ClusterMatrix RemoteMatrixFullService.addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
 ClusterMatrix RemoteMatrixFullServiceWSDelegator.addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
 ClusterMatrix RemoteMatrixFullServiceBase.addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
 ClusterMatrix[] RemoteMatrixFullService.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterMatrix[] RemoteMatrixFullServiceWSDelegator.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterMatrix[] RemoteMatrixFullServiceBase.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterMatrix RemoteMatrixFullService.getClusterMatrixByIdentifiers(java.lang.Integer id)
           
 ClusterMatrix RemoteMatrixFullServiceWSDelegator.getClusterMatrixByIdentifiers(java.lang.Integer id)
           
 ClusterMatrix RemoteMatrixFullServiceBase.getClusterMatrixByIdentifiers(java.lang.Integer id)
           
protected  ClusterMatrix RemoteMatrixFullServiceImpl.handleAddOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
protected abstract  ClusterMatrix RemoteMatrixFullServiceBase.handleAddOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
          Performs the core logic for RemoteMatrixFullServiceBase.addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
protected  ClusterMatrix[] RemoteMatrixFullServiceImpl.handleGetAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterMatrix[] RemoteMatrixFullServiceBase.handleGetAllClusterMatrixSinceDateSynchro(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 RemoteMatrixFullServiceBase.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterMatrix RemoteMatrixFullServiceImpl.handleGetClusterMatrixByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterMatrix RemoteMatrixFullServiceBase.handleGetClusterMatrixByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteMatrixFullServiceBase.getClusterMatrixByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type ClusterMatrix
 ClusterMatrix RemoteMatrixFullService.addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
 ClusterMatrix RemoteMatrixFullServiceWSDelegator.addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
 ClusterMatrix RemoteMatrixFullServiceBase.addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
protected  ClusterMatrix RemoteMatrixFullServiceImpl.handleAddOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
protected abstract  ClusterMatrix RemoteMatrixFullServiceBase.handleAddOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
          Performs the core logic for RemoteMatrixFullServiceBase.addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.