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

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

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

Methods in fr.ifremer.allegro.referential.pmfm that return ClusterFraction
 ClusterFraction[] FractionDao.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFraction[] FractionDaoBase.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterFraction[] FractionDaoImpl.handleGetAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterFraction[] FractionDaoBase.handleGetAllClusterFractionSinceDateSynchro(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 FractionDaoBase.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterFraction FractionDaoImpl.toClusterFraction(Fraction entity)
           
 ClusterFraction FractionDao.toClusterFraction(Fraction entity)
          Converts this DAO's entity to an object of type ClusterFraction.
 ClusterFraction FractionDaoBase.toClusterFraction(Fraction entity)
           
protected  ClusterFraction FractionDaoBase.toClusterFraction(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterFraction[] FractionDao.toClusterFractionArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterFraction.
 ClusterFraction[] FractionDaoBase.toClusterFractionArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type ClusterFraction
 Fraction FractionDaoImpl.clusterFractionToEntity(ClusterFraction clusterFraction)
           
 Fraction FractionDao.clusterFractionToEntity(ClusterFraction clusterFraction)
          Converts an instance of type ClusterFraction to this DAO's entity.
 void FractionDaoImpl.clusterFractionToEntity(ClusterFraction source, Fraction target, boolean copyIfNull)
           
 void FractionDao.clusterFractionToEntity(ClusterFraction source, Fraction target, boolean copyIfNull)
          Copies the fields of ClusterFraction to the specified entity.
 void FractionDaoBase.clusterFractionToEntity(ClusterFraction source, Fraction target, boolean copyIfNull)
           
 Fraction FractionDao.createFromClusterFraction(ClusterFraction clusterFraction)
           
 Fraction FractionDaoBase.createFromClusterFraction(ClusterFraction clusterFraction)
           
protected  Fraction FractionDaoImpl.handleCreateFromClusterFraction(ClusterFraction clusterFraction)
           
protected abstract  Fraction FractionDaoBase.handleCreateFromClusterFraction(ClusterFraction clusterFraction)
          Performs the core logic for FractionDaoBase.createFromClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
 void FractionDaoImpl.toClusterFraction(Fraction source, ClusterFraction target)
           
 void FractionDao.toClusterFraction(Fraction source, ClusterFraction target)
          Copies the fields of the specified entity to the target value object.
 void FractionDaoBase.toClusterFraction(Fraction source, ClusterFraction target)
           
 

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

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

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return ClusterFraction
 ClusterFraction RemoteFractionFullService.addOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
 ClusterFraction RemoteFractionFullServiceWSDelegator.addOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
 ClusterFraction RemoteFractionFullServiceBase.addOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
 ClusterFraction[] RemoteFractionFullService.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFraction[] RemoteFractionFullServiceWSDelegator.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFraction[] RemoteFractionFullServiceBase.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterFraction RemoteFractionFullService.getClusterFractionByIdentifiers(java.lang.Integer id)
           
 ClusterFraction RemoteFractionFullServiceWSDelegator.getClusterFractionByIdentifiers(java.lang.Integer id)
           
 ClusterFraction RemoteFractionFullServiceBase.getClusterFractionByIdentifiers(java.lang.Integer id)
           
protected  ClusterFraction RemoteFractionFullServiceImpl.handleAddOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
protected abstract  ClusterFraction RemoteFractionFullServiceBase.handleAddOrUpdateClusterFraction(ClusterFraction clusterFraction)
          Performs the core logic for RemoteFractionFullServiceBase.addOrUpdateClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
protected  ClusterFraction[] RemoteFractionFullServiceImpl.handleGetAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterFraction[] RemoteFractionFullServiceBase.handleGetAllClusterFractionSinceDateSynchro(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 RemoteFractionFullServiceBase.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterFraction RemoteFractionFullServiceImpl.handleGetClusterFractionByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterFraction RemoteFractionFullServiceBase.handleGetClusterFractionByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteFractionFullServiceBase.getClusterFractionByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type ClusterFraction
 ClusterFraction RemoteFractionFullService.addOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
 ClusterFraction RemoteFractionFullServiceWSDelegator.addOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
 ClusterFraction RemoteFractionFullServiceBase.addOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
protected  ClusterFraction RemoteFractionFullServiceImpl.handleAddOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
protected abstract  ClusterFraction RemoteFractionFullServiceBase.handleAddOrUpdateClusterFraction(ClusterFraction clusterFraction)
          Performs the core logic for RemoteFractionFullServiceBase.addOrUpdateClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.