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

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

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

Methods in fr.ifremer.allegro.referential.pmfm that return ClusterParameterGroup
 ClusterParameterGroup[] ParameterGroupDao.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterParameterGroup[] ParameterGroupDaoBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterParameterGroup[] ParameterGroupDaoImpl.handleGetAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterParameterGroup[] ParameterGroupDaoBase.handleGetAllClusterParameterGroupSinceDateSynchro(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 ParameterGroupDaoBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterParameterGroup ParameterGroupDaoBase.toClusterParameterGroup(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterParameterGroup ParameterGroupDaoImpl.toClusterParameterGroup(ParameterGroup entity)
           
 ClusterParameterGroup ParameterGroupDao.toClusterParameterGroup(ParameterGroup entity)
          Converts this DAO's entity to an object of type ClusterParameterGroup.
 ClusterParameterGroup ParameterGroupDaoBase.toClusterParameterGroup(ParameterGroup entity)
           
 ClusterParameterGroup[] ParameterGroupDao.toClusterParameterGroupArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterParameterGroup.
 ClusterParameterGroup[] ParameterGroupDaoBase.toClusterParameterGroupArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type ClusterParameterGroup
 ParameterGroup ParameterGroupDaoImpl.clusterParameterGroupToEntity(ClusterParameterGroup clusterParameterGroup)
           
 ParameterGroup ParameterGroupDao.clusterParameterGroupToEntity(ClusterParameterGroup clusterParameterGroup)
          Converts an instance of type ClusterParameterGroup to this DAO's entity.
 void ParameterGroupDaoImpl.clusterParameterGroupToEntity(ClusterParameterGroup source, ParameterGroup target, boolean copyIfNull)
           
 void ParameterGroupDao.clusterParameterGroupToEntity(ClusterParameterGroup source, ParameterGroup target, boolean copyIfNull)
          Copies the fields of ClusterParameterGroup to the specified entity.
 void ParameterGroupDaoBase.clusterParameterGroupToEntity(ClusterParameterGroup source, ParameterGroup target, boolean copyIfNull)
           
 ParameterGroup ParameterGroupDao.createFromClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
 ParameterGroup ParameterGroupDaoBase.createFromClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
protected  ParameterGroup ParameterGroupDaoImpl.handleCreateFromClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
protected abstract  ParameterGroup ParameterGroupDaoBase.handleCreateFromClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
          Performs the core logic for ParameterGroupDaoBase.createFromClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
 void ParameterGroupDaoImpl.toClusterParameterGroup(ParameterGroup source, ClusterParameterGroup target)
           
 void ParameterGroupDao.toClusterParameterGroup(ParameterGroup source, ClusterParameterGroup target)
          Copies the fields of the specified entity to the target value object.
 void ParameterGroupDaoBase.toClusterParameterGroup(ParameterGroup source, ClusterParameterGroup target)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster that return ClusterParameterGroup
 ClusterParameterGroup[] ClusterParameterGroup.getClusterChildParameterGroupss()
           
 

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

Constructors in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type ClusterParameterGroup
ClusterParameterGroup(ClusterParameterGroup otherBean)
          Copies constructor from other ClusterParameterGroup
ClusterParameterGroup(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, RemoteParameterGroupNaturalId parentParameterGroupNaturalId, RemoteStatusNaturalId statusNaturalId, ClusterParameterGroup[] clusterChildParameterGroupss)
           
ClusterParameterGroup(java.lang.String name, RemoteStatusNaturalId statusNaturalId, ClusterParameterGroup[] clusterChildParameterGroupss)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return ClusterParameterGroup
 ClusterParameterGroup RemoteParameterGroupFullService.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
 ClusterParameterGroup RemoteParameterGroupFullServiceWSDelegator.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
 ClusterParameterGroup RemoteParameterGroupFullServiceBase.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
 ClusterParameterGroup[] RemoteParameterGroupFullService.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterParameterGroup[] RemoteParameterGroupFullServiceWSDelegator.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterParameterGroup[] RemoteParameterGroupFullServiceBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterParameterGroup RemoteParameterGroupFullService.getClusterParameterGroupByIdentifiers(java.lang.Integer id)
           
 ClusterParameterGroup RemoteParameterGroupFullServiceWSDelegator.getClusterParameterGroupByIdentifiers(java.lang.Integer id)
           
 ClusterParameterGroup RemoteParameterGroupFullServiceBase.getClusterParameterGroupByIdentifiers(java.lang.Integer id)
           
protected  ClusterParameterGroup RemoteParameterGroupFullServiceImpl.handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
protected abstract  ClusterParameterGroup RemoteParameterGroupFullServiceBase.handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.addOrUpdateClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
protected  ClusterParameterGroup[] RemoteParameterGroupFullServiceImpl.handleGetAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterParameterGroup[] RemoteParameterGroupFullServiceBase.handleGetAllClusterParameterGroupSinceDateSynchro(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 RemoteParameterGroupFullServiceBase.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterParameterGroup RemoteParameterGroupFullServiceImpl.handleGetClusterParameterGroupByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterParameterGroup RemoteParameterGroupFullServiceBase.handleGetClusterParameterGroupByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getClusterParameterGroupByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type ClusterParameterGroup
 ClusterParameterGroup RemoteParameterGroupFullService.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
 ClusterParameterGroup RemoteParameterGroupFullServiceWSDelegator.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
 ClusterParameterGroup RemoteParameterGroupFullServiceBase.addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
protected  ClusterParameterGroup RemoteParameterGroupFullServiceImpl.handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
protected abstract  ClusterParameterGroup RemoteParameterGroupFullServiceBase.handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
          Performs the core logic for RemoteParameterGroupFullServiceBase.addOrUpdateClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.