Uses of Class
fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision

Packages that use ClusterNumericalPrecision
fr.ifremer.allegro.referential   
fr.ifremer.allegro.referential.generic.cluster   
fr.ifremer.allegro.referential.generic.service   
 

Uses of ClusterNumericalPrecision in fr.ifremer.allegro.referential
 

Methods in fr.ifremer.allegro.referential that return ClusterNumericalPrecision
 ClusterNumericalPrecision[] NumericalPrecisionDao.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterNumericalPrecision[] NumericalPrecisionDaoBase.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterNumericalPrecision[] NumericalPrecisionDaoImpl.handleGetAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterNumericalPrecision[] NumericalPrecisionDaoBase.handleGetAllClusterNumericalPrecisionSinceDateSynchro(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 NumericalPrecisionDaoBase.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterNumericalPrecision NumericalPrecisionDaoImpl.toClusterNumericalPrecision(NumericalPrecision entity)
           
 ClusterNumericalPrecision NumericalPrecisionDao.toClusterNumericalPrecision(NumericalPrecision entity)
          Converts this DAO's entity to an object of type ClusterNumericalPrecision.
 ClusterNumericalPrecision NumericalPrecisionDaoBase.toClusterNumericalPrecision(NumericalPrecision entity)
           
protected  ClusterNumericalPrecision NumericalPrecisionDaoBase.toClusterNumericalPrecision(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterNumericalPrecision[] NumericalPrecisionDao.toClusterNumericalPrecisionArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterNumericalPrecision.
 ClusterNumericalPrecision[] NumericalPrecisionDaoBase.toClusterNumericalPrecisionArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential with parameters of type ClusterNumericalPrecision
 NumericalPrecision NumericalPrecisionDaoImpl.clusterNumericalPrecisionToEntity(ClusterNumericalPrecision clusterNumericalPrecision)
           
 NumericalPrecision NumericalPrecisionDao.clusterNumericalPrecisionToEntity(ClusterNumericalPrecision clusterNumericalPrecision)
          Converts an instance of type ClusterNumericalPrecision to this DAO's entity.
 void NumericalPrecisionDaoImpl.clusterNumericalPrecisionToEntity(ClusterNumericalPrecision source, NumericalPrecision target, boolean copyIfNull)
           
 void NumericalPrecisionDao.clusterNumericalPrecisionToEntity(ClusterNumericalPrecision source, NumericalPrecision target, boolean copyIfNull)
          Copies the fields of ClusterNumericalPrecision to the specified entity.
 void NumericalPrecisionDaoBase.clusterNumericalPrecisionToEntity(ClusterNumericalPrecision source, NumericalPrecision target, boolean copyIfNull)
           
 NumericalPrecision NumericalPrecisionDao.createFromClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
 NumericalPrecision NumericalPrecisionDaoBase.createFromClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
protected  NumericalPrecision NumericalPrecisionDaoImpl.handleCreateFromClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
protected abstract  NumericalPrecision NumericalPrecisionDaoBase.handleCreateFromClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
          Performs the core logic for NumericalPrecisionDaoBase.createFromClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)
 void NumericalPrecisionDaoImpl.toClusterNumericalPrecision(NumericalPrecision source, ClusterNumericalPrecision target)
           
 void NumericalPrecisionDao.toClusterNumericalPrecision(NumericalPrecision source, ClusterNumericalPrecision target)
          Copies the fields of the specified entity to the target value object.
 void NumericalPrecisionDaoBase.toClusterNumericalPrecision(NumericalPrecision source, ClusterNumericalPrecision target)
           
 

Uses of ClusterNumericalPrecision in fr.ifremer.allegro.referential.generic.cluster
 

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

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

Uses of ClusterNumericalPrecision in fr.ifremer.allegro.referential.generic.service
 

Methods in fr.ifremer.allegro.referential.generic.service that return ClusterNumericalPrecision
 ClusterNumericalPrecision RemoteNumericalPrecisionFullService.addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
 ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceWSDelegator.addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
 ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceBase.addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
 ClusterNumericalPrecision[] RemoteNumericalPrecisionFullService.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterNumericalPrecision[] RemoteNumericalPrecisionFullServiceWSDelegator.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterNumericalPrecision[] RemoteNumericalPrecisionFullServiceBase.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterNumericalPrecision RemoteNumericalPrecisionFullService.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
           
 ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceWSDelegator.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
           
 ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceBase.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
           
protected  ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceImpl.handleAddOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
protected abstract  ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceBase.handleAddOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.addOrUpdateClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)
protected  ClusterNumericalPrecision[] RemoteNumericalPrecisionFullServiceImpl.handleGetAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterNumericalPrecision[] RemoteNumericalPrecisionFullServiceBase.handleGetAllClusterNumericalPrecisionSinceDateSynchro(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 RemoteNumericalPrecisionFullServiceBase.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceImpl.handleGetClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceBase.handleGetClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.generic.service with parameters of type ClusterNumericalPrecision
 ClusterNumericalPrecision RemoteNumericalPrecisionFullService.addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
 ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceWSDelegator.addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
 ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceBase.addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
protected  ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceImpl.handleAddOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
protected abstract  ClusterNumericalPrecision RemoteNumericalPrecisionFullServiceBase.handleAddOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
          Performs the core logic for RemoteNumericalPrecisionFullServiceBase.addOrUpdateClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.