Uses of Class
fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId

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

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

Methods in fr.ifremer.allegro.referential.pmfm that return RemoteParameterGroupNaturalId
protected  RemoteParameterGroupNaturalId ParameterGroupDaoBase.toRemoteParameterGroupNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteParameterGroupNaturalId ParameterGroupDaoImpl.toRemoteParameterGroupNaturalId(ParameterGroup entity)
           
 RemoteParameterGroupNaturalId ParameterGroupDao.toRemoteParameterGroupNaturalId(ParameterGroup entity)
          Converts this DAO's entity to an object of type RemoteParameterGroupNaturalId.
 RemoteParameterGroupNaturalId ParameterGroupDaoBase.toRemoteParameterGroupNaturalId(ParameterGroup entity)
           
 RemoteParameterGroupNaturalId[] ParameterGroupDao.toRemoteParameterGroupNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteParameterGroupNaturalId.
 RemoteParameterGroupNaturalId[] ParameterGroupDaoBase.toRemoteParameterGroupNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteParameterGroupNaturalId
 ParameterGroup ParameterGroupDaoImpl.remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId remoteParameterGroupNaturalId)
           
 ParameterGroup ParameterGroupDao.remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId remoteParameterGroupNaturalId)
          Converts an instance of type RemoteParameterGroupNaturalId to this DAO's entity.
 void ParameterGroupDaoImpl.remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId source, ParameterGroup target, boolean copyIfNull)
           
 void ParameterGroupDao.remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId source, ParameterGroup target, boolean copyIfNull)
          Copies the fields of RemoteParameterGroupNaturalId to the specified entity.
 void ParameterGroupDaoBase.remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId source, ParameterGroup target, boolean copyIfNull)
           
 void ParameterGroupDaoImpl.toRemoteParameterGroupNaturalId(ParameterGroup source, RemoteParameterGroupNaturalId target)
           
 void ParameterGroupDao.toRemoteParameterGroupNaturalId(ParameterGroup source, RemoteParameterGroupNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void ParameterGroupDaoBase.toRemoteParameterGroupNaturalId(ParameterGroup source, RemoteParameterGroupNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster that return RemoteParameterGroupNaturalId
 RemoteParameterGroupNaturalId ClusterParameter.getParameterGroupNaturalId()
           
 RemoteParameterGroupNaturalId ClusterParameterGroup.getParentParameterGroupNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type RemoteParameterGroupNaturalId
 void ClusterParameter.setParameterGroupNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
 void ClusterParameterGroup.setParentParameterGroupNaturalId(RemoteParameterGroupNaturalId parentParameterGroupNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type RemoteParameterGroupNaturalId
ClusterParameter(java.lang.String code, java.lang.String name, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.Boolean isCalculated, java.util.Date creationDate, RemoteStatusNaturalId statusNaturalId, RemoteParameterGroupNaturalId parameterGroupNaturalId, ClusterQualitativeValue[] clusterQualitativeValues)
           
ClusterParameter(java.lang.String code, java.lang.String name, java.lang.String description, java.lang.Boolean isQualitative, java.lang.Boolean isTaxinomic, java.lang.Boolean isCalculated, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteParameterGroupNaturalId parameterGroupNaturalId, ClusterQualitativeValue[] clusterQualitativeValues)
           
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)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteParameterGroupNaturalId
 RemoteParameterGroupNaturalId RemoteParameterGroupFullService.getParameterGroupNaturalIdById(java.lang.Integer id)
           
 RemoteParameterGroupNaturalId RemoteParameterGroupFullServiceWSDelegator.getParameterGroupNaturalIdById(java.lang.Integer id)
           
 RemoteParameterGroupNaturalId RemoteParameterGroupFullServiceBase.getParameterGroupNaturalIdById(java.lang.Integer id)
           
 RemoteParameterGroupNaturalId[] RemoteParameterGroupFullService.getParameterGroupNaturalIds()
           
 RemoteParameterGroupNaturalId[] RemoteParameterGroupFullServiceWSDelegator.getParameterGroupNaturalIds()
           
 RemoteParameterGroupNaturalId[] RemoteParameterGroupFullServiceBase.getParameterGroupNaturalIds()
           
protected  RemoteParameterGroupNaturalId RemoteParameterGroupFullServiceImpl.handleGetParameterGroupNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteParameterGroupNaturalId RemoteParameterGroupFullServiceBase.handleGetParameterGroupNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupNaturalIdById(java.lang.Integer)
protected  RemoteParameterGroupNaturalId[] RemoteParameterGroupFullServiceImpl.handleGetParameterGroupNaturalIds()
           
protected abstract  RemoteParameterGroupNaturalId[] RemoteParameterGroupFullServiceBase.handleGetParameterGroupNaturalIds()
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupNaturalIds()
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type RemoteParameterGroupNaturalId
 RemoteParameterGroupFullVO RemoteParameterGroupFullService.getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceWSDelegator.getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
 RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
protected  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceImpl.handleGetParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
protected abstract  RemoteParameterGroupFullVO RemoteParameterGroupFullServiceBase.handleGetParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
          Performs the core logic for RemoteParameterGroupFullServiceBase.getParameterGroupByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)
 

Uses of RemoteParameterGroupNaturalId in fr.ifremer.allegro.referential.pmfm.generic.vo
 

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

Constructors in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteParameterGroupNaturalId
RemoteParameterGroupNaturalId(RemoteParameterGroupNaturalId otherBean)
          Copies constructor from other RemoteParameterGroupNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.