Uses of Class
fr.ifremer.allegro.referential.pmfm.Method

Packages that use Method
fr.ifremer.allegro.referential.pmfm   
 

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

Subclasses of Method in fr.ifremer.allegro.referential.pmfm
 class MethodImpl
           
 

Methods in fr.ifremer.allegro.referential.pmfm that return Method
 Method MethodDaoImpl.clusterMethodToEntity(ClusterMethod clusterMethod)
           
 Method MethodDao.clusterMethodToEntity(ClusterMethod clusterMethod)
          Converts an instance of type ClusterMethod to this DAO's entity.
 Method MethodDao.create(java.util.Date creationDate, java.lang.String name, java.lang.String rank, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Method instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Method MethodDaoBase.create(java.util.Date creationDate, java.lang.String name, java.lang.String rank, Status status)
           
 Method MethodDao.create(Method method)
          Creates an instance of fr.ifremer.allegro.referential.pmfm.Method and adds it to the persistent store.
 Method MethodDaoBase.create(Method method)
           
 Method MethodDao.create(java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           Creates a new fr.ifremer.allegro.referential.pmfm.Method instance from all attributes and properties and adds it to the persistent store.
 Method MethodDaoBase.create(java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
           
 Method MethodDao.createFromClusterMethod(ClusterMethod clusterMethod)
           
 Method MethodDaoBase.createFromClusterMethod(ClusterMethod clusterMethod)
           
 Method MethodDao.findMethodById(java.lang.Integer id)
           
 Method MethodDaoBase.findMethodById(java.lang.Integer id)
           
 Method MethodDao.findMethodById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MethodDao.findMethodById(java.lang.Integer) with an additional argument called queryString.
 Method MethodDaoBase.findMethodById(java.lang.String queryString, java.lang.Integer id)
           
 Method MethodDao.findMethodByNaturalId(java.lang.Integer id)
           
 Method MethodDaoBase.findMethodByNaturalId(java.lang.Integer id)
           
 Method MethodDao.findMethodByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as MethodDao.findMethodByNaturalId(java.lang.Integer) with an additional argument called queryString.
 Method MethodDaoBase.findMethodByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 Method Pmfm.getMethod()
           
protected  Method MethodDaoImpl.handleCreateFromClusterMethod(ClusterMethod clusterMethod)
           
protected abstract  Method MethodDaoBase.handleCreateFromClusterMethod(ClusterMethod clusterMethod)
          Performs the core logic for MethodDaoBase.createFromClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)
 Method MethodDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.referential.pmfm.Method from the persistent store.
 Method MethodDaoBase.load(java.lang.Integer id)
           
static Method Method.Factory.newInstance()
          Constructs a new instance of Method.
static Method Method.Factory.newInstance(java.lang.String name, java.lang.String rank, java.util.Date creationDate, Status status)
          Constructs a new instance of Method, taking all required and/or read-only properties as arguments.
static Method Method.Factory.newInstance(java.lang.String name, java.lang.String description, java.lang.String conditioning, java.lang.String preparation, java.lang.String conservation, java.lang.String reference, java.lang.String rank, java.lang.String handbookPath, java.util.Date creationDate, java.sql.Timestamp updateDate, Status status)
          Constructs a new instance of Method, taking all possible properties (except the identifier(s))as arguments.
 Method MethodDaoImpl.remoteMethodFullVOToEntity(RemoteMethodFullVO remoteMethodFullVO)
           
 Method MethodDao.remoteMethodFullVOToEntity(RemoteMethodFullVO remoteMethodFullVO)
          Converts an instance of type RemoteMethodFullVO to this DAO's entity.
 Method MethodDaoImpl.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId remoteMethodNaturalId)
           
 Method MethodDao.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId remoteMethodNaturalId)
          Converts an instance of type RemoteMethodNaturalId to this DAO's entity.
protected  Method MethodDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type Method
 void MethodDaoImpl.clusterMethodToEntity(ClusterMethod source, Method target, boolean copyIfNull)
           
 void MethodDao.clusterMethodToEntity(ClusterMethod source, Method target, boolean copyIfNull)
          Copies the fields of ClusterMethod to the specified entity.
 void MethodDaoBase.clusterMethodToEntity(ClusterMethod source, Method target, boolean copyIfNull)
           
 Pmfm PmfmDao.create(AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
           Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm instance from only required properties (attributes and association ends) and adds it to the persistent store.
 Pmfm PmfmDaoBase.create(AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
           
 java.lang.Object PmfmDao.create(int transform, AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
           Does the same thing as PmfmDao.create(fr.ifremer.allegro.referential.pmfm.AggregationLevel,java.util.Date,fr.ifremer.allegro.referential.pmfm.Fraction,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.Unit) with an additional flag called transform.
 java.lang.Object PmfmDaoBase.create(int transform, AggregationLevel aggregationLevel, java.util.Date creationDate, Fraction fraction, Matrix matrix, Method method, Parameter parameter, Status status, Unit unit)
           
 Pmfm PmfmDao.create(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
           Creates a new fr.ifremer.allegro.referential.pmfm.Pmfm instance from all attributes and properties and adds it to the persistent store.
 Pmfm PmfmDaoBase.create(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
           
 java.lang.Object PmfmDao.create(int transform, java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
           Does the same thing as PmfmDao.create(java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.util.Date,java.sql.Timestamp,fr.ifremer.allegro.referential.pmfm.Parameter,fr.ifremer.allegro.referential.pmfm.Matrix,fr.ifremer.allegro.referential.pmfm.Method,fr.ifremer.allegro.referential.pmfm.Unit,fr.ifremer.allegro.referential.pmfm.Fraction,java.util.Collection,fr.ifremer.allegro.referential.Status,fr.ifremer.allegro.referential.pmfm.AggregationLevel) with an additional flag called transform.
 java.lang.Object PmfmDaoBase.create(int transform, java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
           
 java.lang.Object MethodDao.create(int transform, Method method)
           Does the same thing as MethodDao.create(fr.ifremer.allegro.referential.pmfm.Method) with an additional flag called transform.
 java.lang.Object MethodDaoBase.create(int transform, Method method)
           
 Method MethodDao.create(Method method)
          Creates an instance of fr.ifremer.allegro.referential.pmfm.Method and adds it to the persistent store.
 Method MethodDaoBase.create(Method method)
           
 java.util.Collection PmfmDao.findPmfmByMethod(int transform, int pageNumber, int pageSize, Method method)
           Does the same thing as PmfmDao.findPmfmByMethod(int, fr.ifremer.allegro.referential.pmfm.Method) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmDaoBase.findPmfmByMethod(int transform, int pageNumber, int pageSize, Method method)
           
 java.util.Collection PmfmDao.findPmfmByMethod(int pageNumber, int pageSize, Method method)
           Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmDaoBase.findPmfmByMethod(int pageNumber, int pageSize, Method method)
           
 java.util.Collection PmfmDao.findPmfmByMethod(int transform, Method method)
           Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method) with an additional flag called transform.
 java.util.Collection PmfmDaoBase.findPmfmByMethod(int transform, Method method)
           
 java.util.Collection PmfmDao.findPmfmByMethod(int transform, java.lang.String queryString, int pageNumber, int pageSize, Method method)
           Does the same thing as PmfmDao.findPmfmByMethod(int, String, fr.ifremer.allegro.referential.pmfm.Method) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmDaoBase.findPmfmByMethod(int transform, java.lang.String queryString, int pageNumber, int pageSize, Method method)
           
 java.util.Collection PmfmDao.findPmfmByMethod(int transform, java.lang.String queryString, Method method)
           Does the same thing as PmfmDao.findPmfmByMethod(int, fr.ifremer.allegro.referential.pmfm.Method) with an additional argument called queryString.
 java.util.Collection PmfmDaoBase.findPmfmByMethod(int transform, java.lang.String queryString, Method method)
           
 java.util.Collection PmfmDao.findPmfmByMethod(Method method)
           
 java.util.Collection PmfmDaoBase.findPmfmByMethod(Method method)
           
 java.util.Collection PmfmDao.findPmfmByMethod(java.lang.String queryString, int pageNumber, int pageSize, Method method)
           Does the same thing as PmfmDao.findPmfmByMethod(String, fr.ifremer.allegro.referential.pmfm.Method) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection PmfmDaoBase.findPmfmByMethod(java.lang.String queryString, int pageNumber, int pageSize, Method method)
           
 java.util.Collection PmfmDao.findPmfmByMethod(java.lang.String queryString, Method method)
           Does the same thing as PmfmDao.findPmfmByMethod(fr.ifremer.allegro.referential.pmfm.Method) with an additional argument called queryString.
 java.util.Collection PmfmDaoBase.findPmfmByMethod(java.lang.String queryString, Method method)
           
static Pmfm Pmfm.Factory.newInstance(java.util.Date creationDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, Status status, AggregationLevel aggregationLevel)
          Constructs a new instance of Pmfm, taking all required and/or read-only properties as arguments.
static Pmfm Pmfm.Factory.newInstance(java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, Parameter parameter, Matrix matrix, Method method, Unit unit, Fraction fraction, java.util.Collection qualitativeValues, Status status, AggregationLevel aggregationLevel)
          Constructs a new instance of Pmfm, taking all possible properties (except the identifier(s))as arguments.
 void MethodDaoImpl.remoteMethodFullVOToEntity(RemoteMethodFullVO source, Method target, boolean copyIfNull)
           
 void MethodDao.remoteMethodFullVOToEntity(RemoteMethodFullVO source, Method target, boolean copyIfNull)
          Copies the fields of RemoteMethodFullVO to the specified entity.
 void MethodDaoBase.remoteMethodFullVOToEntity(RemoteMethodFullVO source, Method target, boolean copyIfNull)
           
 void MethodDaoImpl.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source, Method target, boolean copyIfNull)
           
 void MethodDao.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source, Method target, boolean copyIfNull)
          Copies the fields of RemoteMethodNaturalId to the specified entity.
 void MethodDaoBase.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source, Method target, boolean copyIfNull)
           
 void MethodDao.remove(Method method)
          Removes the instance of fr.ifremer.allegro.referential.pmfm.Method from the persistent store.
 void MethodDaoBase.remove(Method method)
           
 void Pmfm.setMethod(Method method)
           
 ClusterMethod MethodDaoImpl.toClusterMethod(Method entity)
           
 ClusterMethod MethodDao.toClusterMethod(Method entity)
          Converts this DAO's entity to an object of type ClusterMethod.
 ClusterMethod MethodDaoBase.toClusterMethod(Method entity)
           
 void MethodDaoImpl.toClusterMethod(Method source, ClusterMethod target)
           
 void MethodDao.toClusterMethod(Method source, ClusterMethod target)
          Copies the fields of the specified entity to the target value object.
 void MethodDaoBase.toClusterMethod(Method source, ClusterMethod target)
           
 RemoteMethodFullVO MethodDaoImpl.toRemoteMethodFullVO(Method entity)
           
 RemoteMethodFullVO MethodDao.toRemoteMethodFullVO(Method entity)
          Converts this DAO's entity to an object of type RemoteMethodFullVO.
 RemoteMethodFullVO MethodDaoBase.toRemoteMethodFullVO(Method entity)
           
 void MethodDaoImpl.toRemoteMethodFullVO(Method source, RemoteMethodFullVO target)
           
 void MethodDao.toRemoteMethodFullVO(Method source, RemoteMethodFullVO target)
          Copies the fields of the specified entity to the target value object.
 void MethodDaoBase.toRemoteMethodFullVO(Method source, RemoteMethodFullVO target)
           
 RemoteMethodNaturalId MethodDaoImpl.toRemoteMethodNaturalId(Method entity)
           
 RemoteMethodNaturalId MethodDao.toRemoteMethodNaturalId(Method entity)
          Converts this DAO's entity to an object of type RemoteMethodNaturalId.
 RemoteMethodNaturalId MethodDaoBase.toRemoteMethodNaturalId(Method entity)
           
 void MethodDaoImpl.toRemoteMethodNaturalId(Method source, RemoteMethodNaturalId target)
           
 void MethodDao.toRemoteMethodNaturalId(Method source, RemoteMethodNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void MethodDaoBase.toRemoteMethodNaturalId(Method source, RemoteMethodNaturalId target)
           
protected  java.lang.Object MethodDaoBase.transformEntity(int transform, Method entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.pmfm.MethodDao, please note that the MethodDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void MethodDao.update(Method method)
          Updates the method instance in the persistent store.
 void MethodDaoBase.update(Method method)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.