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

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

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

Methods in fr.ifremer.allegro.referential.pmfm that return ClusterUnit
 ClusterUnit[] UnitDao.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterUnit[] UnitDaoBase.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterUnit[] UnitDaoImpl.handleGetAllClusterUnitSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterUnit[] UnitDaoBase.handleGetAllClusterUnitSinceDateSynchro(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 UnitDaoBase.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterUnit UnitDaoBase.toClusterUnit(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterUnit UnitDaoImpl.toClusterUnit(Unit entity)
           
 ClusterUnit UnitDao.toClusterUnit(Unit entity)
          Converts this DAO's entity to an object of type ClusterUnit.
 ClusterUnit UnitDaoBase.toClusterUnit(Unit entity)
           
 ClusterUnit[] UnitDao.toClusterUnitArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterUnit.
 ClusterUnit[] UnitDaoBase.toClusterUnitArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type ClusterUnit
 Unit UnitDaoImpl.clusterUnitToEntity(ClusterUnit clusterUnit)
           
 Unit UnitDao.clusterUnitToEntity(ClusterUnit clusterUnit)
          Converts an instance of type ClusterUnit to this DAO's entity.
 void UnitDaoImpl.clusterUnitToEntity(ClusterUnit source, Unit target, boolean copyIfNull)
           
 void UnitDao.clusterUnitToEntity(ClusterUnit source, Unit target, boolean copyIfNull)
          Copies the fields of ClusterUnit to the specified entity.
 void UnitDaoBase.clusterUnitToEntity(ClusterUnit source, Unit target, boolean copyIfNull)
           
 Unit UnitDao.createFromClusterUnit(ClusterUnit clusterUnit)
           
 Unit UnitDaoBase.createFromClusterUnit(ClusterUnit clusterUnit)
           
protected  Unit UnitDaoImpl.handleCreateFromClusterUnit(ClusterUnit clusterUnit)
           
protected abstract  Unit UnitDaoBase.handleCreateFromClusterUnit(ClusterUnit clusterUnit)
          Performs the core logic for UnitDaoBase.createFromClusterUnit(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterUnit)
 void UnitDaoImpl.toClusterUnit(Unit source, ClusterUnit target)
           
 void UnitDao.toClusterUnit(Unit source, ClusterUnit target)
          Copies the fields of the specified entity to the target value object.
 void UnitDaoBase.toClusterUnit(Unit source, ClusterUnit target)
           
 

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

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

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return ClusterUnit
 ClusterUnit RemoteUnitFullService.addOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
 ClusterUnit RemoteUnitFullServiceWSDelegator.addOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
 ClusterUnit RemoteUnitFullServiceBase.addOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
 ClusterUnit[] RemoteUnitFullService.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterUnit[] RemoteUnitFullServiceWSDelegator.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterUnit[] RemoteUnitFullServiceBase.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterUnit RemoteUnitFullService.getClusterUnitByIdentifiers(java.lang.Integer id)
           
 ClusterUnit RemoteUnitFullServiceWSDelegator.getClusterUnitByIdentifiers(java.lang.Integer id)
           
 ClusterUnit RemoteUnitFullServiceBase.getClusterUnitByIdentifiers(java.lang.Integer id)
           
protected  ClusterUnit RemoteUnitFullServiceImpl.handleAddOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
protected abstract  ClusterUnit RemoteUnitFullServiceBase.handleAddOrUpdateClusterUnit(ClusterUnit clusterUnit)
          Performs the core logic for RemoteUnitFullServiceBase.addOrUpdateClusterUnit(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterUnit)
protected  ClusterUnit[] RemoteUnitFullServiceImpl.handleGetAllClusterUnitSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterUnit[] RemoteUnitFullServiceBase.handleGetAllClusterUnitSinceDateSynchro(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 RemoteUnitFullServiceBase.getAllClusterUnitSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterUnit RemoteUnitFullServiceImpl.handleGetClusterUnitByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterUnit RemoteUnitFullServiceBase.handleGetClusterUnitByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteUnitFullServiceBase.getClusterUnitByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type ClusterUnit
 ClusterUnit RemoteUnitFullService.addOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
 ClusterUnit RemoteUnitFullServiceWSDelegator.addOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
 ClusterUnit RemoteUnitFullServiceBase.addOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
protected  ClusterUnit RemoteUnitFullServiceImpl.handleAddOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
protected abstract  ClusterUnit RemoteUnitFullServiceBase.handleAddOrUpdateClusterUnit(ClusterUnit clusterUnit)
          Performs the core logic for RemoteUnitFullServiceBase.addOrUpdateClusterUnit(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterUnit)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.