|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterGroup | |
---|---|
fr.ifremer.allegro.referential.pmfm |
Uses of ParameterGroup in fr.ifremer.allegro.referential.pmfm |
---|
Subclasses of ParameterGroup in fr.ifremer.allegro.referential.pmfm | |
---|---|
class |
ParameterGroupImpl
|
Methods in fr.ifremer.allegro.referential.pmfm that return ParameterGroup | |
---|---|
ParameterGroup |
ParameterGroupDaoImpl.clusterParameterGroupToEntity(ClusterParameterGroup clusterParameterGroup)
|
ParameterGroup |
ParameterGroupDao.clusterParameterGroupToEntity(ClusterParameterGroup clusterParameterGroup)
Converts an instance of type ClusterParameterGroup to this DAO's entity. |
ParameterGroup |
ParameterGroupDao.create(ParameterGroup parameterGroup)
Creates an instance of fr.ifremer.allegro.referential.pmfm.ParameterGroup and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(ParameterGroup parameterGroup)
|
ParameterGroup |
ParameterGroupDao.create(java.lang.String name,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.ParameterGroup
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(java.lang.String name,
Status status)
|
ParameterGroup |
ParameterGroupDao.create(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.util.Collection childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.ParameterGroup
instance from all attributes and
properties and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.util.Collection childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
|
ParameterGroup |
ParameterGroupDao.createFromClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
|
ParameterGroup |
ParameterGroupDaoBase.createFromClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
|
ParameterGroup |
ParameterGroupDao.findParameterGroupById(java.lang.Integer id)
|
ParameterGroup |
ParameterGroupDaoBase.findParameterGroupById(java.lang.Integer id)
|
ParameterGroup |
ParameterGroupDao.findParameterGroupById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ParameterGroupDao.findParameterGroupById(java.lang.Integer) with an
additional argument called queryString . |
ParameterGroup |
ParameterGroupDaoBase.findParameterGroupById(java.lang.String queryString,
java.lang.Integer id)
|
ParameterGroup |
ParameterGroupDao.findParameterGroupByNaturalId(java.lang.Integer id)
|
ParameterGroup |
ParameterGroupDaoBase.findParameterGroupByNaturalId(java.lang.Integer id)
|
ParameterGroup |
ParameterGroupDao.findParameterGroupByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as ParameterGroupDao.findParameterGroupByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
ParameterGroup |
ParameterGroupDaoBase.findParameterGroupByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
ParameterGroup |
Parameter.getParameterGroup()
|
ParameterGroup |
ParameterGroup.getParentParameterGroup()
|
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) |
ParameterGroup |
ParameterGroupDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.pmfm.ParameterGroup from the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.load(java.lang.Integer id)
|
static ParameterGroup |
ParameterGroup.Factory.newInstance()
Constructs a new instance of ParameterGroup . |
static ParameterGroup |
ParameterGroup.Factory.newInstance(java.lang.String name,
Status status)
Constructs a new instance of ParameterGroup , taking all required and/or
read-only properties as arguments. |
static ParameterGroup |
ParameterGroup.Factory.newInstance(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.util.Collection childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Constructs a new instance of ParameterGroup , taking all possible properties
(except the identifier(s))as arguments. |
ParameterGroup |
ParameterGroupDaoImpl.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO remoteParameterGroupFullVO)
|
ParameterGroup |
ParameterGroupDao.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO remoteParameterGroupFullVO)
Converts an instance of type RemoteParameterGroupFullVO to this DAO's entity. |
ParameterGroup |
ParameterGroupDaoImpl.remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId remoteParameterGroupNaturalId)
|
ParameterGroup |
ParameterGroupDao.remoteParameterGroupNaturalIdToEntity(RemoteParameterGroupNaturalId remoteParameterGroupNaturalId)
Converts an instance of type RemoteParameterGroupNaturalId to this DAO's entity. |
protected ParameterGroup |
ParameterGroupDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential.pmfm with parameters of type ParameterGroup | |
---|---|
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)
|
java.lang.Object |
ParameterGroupDao.create(int transform,
ParameterGroup parameterGroup)
Does the same thing as ParameterGroupDao.create(fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional flag called transform . |
java.lang.Object |
ParameterGroupDaoBase.create(int transform,
ParameterGroup parameterGroup)
|
java.lang.Object |
ParameterDao.create(int transform,
java.lang.String code,
java.util.Date creationDate,
java.lang.Boolean isCalculated,
java.lang.Boolean isQualitative,
java.lang.Boolean isTaxinomic,
java.lang.String name,
ParameterGroup parameterGroup,
Status status)
Does the same thing as ParameterDao.create(java.lang.String,java.util.Date,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.lang.String,fr.ifremer.allegro.referential.pmfm.ParameterGroup,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
ParameterDaoBase.create(int transform,
java.lang.String code,
java.util.Date creationDate,
java.lang.Boolean isCalculated,
java.lang.Boolean isQualitative,
java.lang.Boolean isTaxinomic,
java.lang.String name,
ParameterGroup parameterGroup,
Status status)
|
java.lang.Object |
ParameterDao.create(int transform,
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,
java.util.Collection qualitativeValues,
ParameterGroup parameterGroup,
Status status)
Does the same thing as ParameterDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Boolean,java.util.Date,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.pmfm.ParameterGroup,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
ParameterDaoBase.create(int transform,
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,
java.util.Collection qualitativeValues,
ParameterGroup parameterGroup,
Status status)
|
java.lang.Object |
ParameterGroupDao.create(int transform,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.util.Collection childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Does the same thing as ParameterGroupDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,java.util.Collection,fr.ifremer.allegro.referential.pmfm.ParameterGroup,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
ParameterGroupDaoBase.create(int transform,
java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.util.Collection childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
|
ParameterGroup |
ParameterGroupDao.create(ParameterGroup parameterGroup)
Creates an instance of fr.ifremer.allegro.referential.pmfm.ParameterGroup and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(ParameterGroup parameterGroup)
|
Parameter |
ParameterDao.create(java.lang.String code,
java.util.Date creationDate,
java.lang.Boolean isCalculated,
java.lang.Boolean isQualitative,
java.lang.Boolean isTaxinomic,
java.lang.String name,
ParameterGroup parameterGroup,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.Parameter
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Parameter |
ParameterDaoBase.create(java.lang.String code,
java.util.Date creationDate,
java.lang.Boolean isCalculated,
java.lang.Boolean isQualitative,
java.lang.Boolean isTaxinomic,
java.lang.String name,
ParameterGroup parameterGroup,
Status status)
|
Parameter |
ParameterDao.create(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,
java.util.Collection qualitativeValues,
ParameterGroup parameterGroup,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.Parameter
instance from all attributes and
properties and adds it to the persistent store. |
Parameter |
ParameterDaoBase.create(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,
java.util.Collection qualitativeValues,
ParameterGroup parameterGroup,
Status status)
|
ParameterGroup |
ParameterGroupDao.create(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.util.Collection childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Creates a new fr.ifremer.allegro.referential.pmfm.ParameterGroup
instance from all attributes and
properties and adds it to the persistent store. |
ParameterGroup |
ParameterGroupDaoBase.create(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.util.Collection childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
|
java.util.Collection |
ParameterDao.findParameterByParameterGroup(int transform,
int pageNumber,
int pageSize,
ParameterGroup parameterGroup)
Does the same thing as ParameterDao.findParameterByParameterGroup(int, fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ParameterDaoBase.findParameterByParameterGroup(int transform,
int pageNumber,
int pageSize,
ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterDao.findParameterByParameterGroup(int pageNumber,
int pageSize,
ParameterGroup parameterGroup)
Does the same thing as ParameterDao.findParameterByParameterGroup(fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ParameterDaoBase.findParameterByParameterGroup(int pageNumber,
int pageSize,
ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterDao.findParameterByParameterGroup(int transform,
ParameterGroup parameterGroup)
Does the same thing as ParameterDao.findParameterByParameterGroup(fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional flag called transform . |
java.util.Collection |
ParameterDaoBase.findParameterByParameterGroup(int transform,
ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterDao.findParameterByParameterGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ParameterGroup parameterGroup)
Does the same thing as ParameterDao.findParameterByParameterGroup(int, String, fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ParameterDaoBase.findParameterByParameterGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterDao.findParameterByParameterGroup(int transform,
java.lang.String queryString,
ParameterGroup parameterGroup)
Does the same thing as ParameterDao.findParameterByParameterGroup(int, fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional argument called queryString . |
java.util.Collection |
ParameterDaoBase.findParameterByParameterGroup(int transform,
java.lang.String queryString,
ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterDao.findParameterByParameterGroup(ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterDaoBase.findParameterByParameterGroup(ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterDao.findParameterByParameterGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
ParameterGroup parameterGroup)
Does the same thing as ParameterDao.findParameterByParameterGroup(String, fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ParameterDaoBase.findParameterByParameterGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterDao.findParameterByParameterGroup(java.lang.String queryString,
ParameterGroup parameterGroup)
Does the same thing as ParameterDao.findParameterByParameterGroup(fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional argument called queryString . |
java.util.Collection |
ParameterDaoBase.findParameterByParameterGroup(java.lang.String queryString,
ParameterGroup parameterGroup)
|
java.util.Collection |
ParameterGroupDao.findParameterGroupByParentParameterGroup(int transform,
int pageNumber,
int pageSize,
ParameterGroup parentParameterGroup)
Does the same thing as ParameterGroupDao.findParameterGroupByParentParameterGroup(int, fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ParameterGroupDaoBase.findParameterGroupByParentParameterGroup(int transform,
int pageNumber,
int pageSize,
ParameterGroup parentParameterGroup)
|
java.util.Collection |
ParameterGroupDao.findParameterGroupByParentParameterGroup(int pageNumber,
int pageSize,
ParameterGroup parentParameterGroup)
Does the same thing as ParameterGroupDao.findParameterGroupByParentParameterGroup(fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ParameterGroupDaoBase.findParameterGroupByParentParameterGroup(int pageNumber,
int pageSize,
ParameterGroup parentParameterGroup)
|
java.util.Collection |
ParameterGroupDao.findParameterGroupByParentParameterGroup(int transform,
ParameterGroup parentParameterGroup)
Does the same thing as ParameterGroupDao.findParameterGroupByParentParameterGroup(fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional flag called transform . |
java.util.Collection |
ParameterGroupDaoBase.findParameterGroupByParentParameterGroup(int transform,
ParameterGroup parentParameterGroup)
|
java.util.Collection |
ParameterGroupDao.findParameterGroupByParentParameterGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ParameterGroup parentParameterGroup)
Does the same thing as ParameterGroupDao.findParameterGroupByParentParameterGroup(int, String, fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ParameterGroupDaoBase.findParameterGroupByParentParameterGroup(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
ParameterGroup parentParameterGroup)
|
java.util.Collection |
ParameterGroupDao.findParameterGroupByParentParameterGroup(int transform,
java.lang.String queryString,
ParameterGroup parentParameterGroup)
Does the same thing as ParameterGroupDao.findParameterGroupByParentParameterGroup(int, fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional argument called queryString . |
java.util.Collection |
ParameterGroupDaoBase.findParameterGroupByParentParameterGroup(int transform,
java.lang.String queryString,
ParameterGroup parentParameterGroup)
|
java.util.Collection |
ParameterGroupDao.findParameterGroupByParentParameterGroup(ParameterGroup parentParameterGroup)
|
java.util.Collection |
ParameterGroupDaoBase.findParameterGroupByParentParameterGroup(ParameterGroup parentParameterGroup)
|
java.util.Collection |
ParameterGroupDao.findParameterGroupByParentParameterGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
ParameterGroup parentParameterGroup)
Does the same thing as ParameterGroupDao.findParameterGroupByParentParameterGroup(String, fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
ParameterGroupDaoBase.findParameterGroupByParentParameterGroup(java.lang.String queryString,
int pageNumber,
int pageSize,
ParameterGroup parentParameterGroup)
|
java.util.Collection |
ParameterGroupDao.findParameterGroupByParentParameterGroup(java.lang.String queryString,
ParameterGroup parentParameterGroup)
Does the same thing as ParameterGroupDao.findParameterGroupByParentParameterGroup(fr.ifremer.allegro.referential.pmfm.ParameterGroup) with an
additional argument called queryString . |
java.util.Collection |
ParameterGroupDaoBase.findParameterGroupByParentParameterGroup(java.lang.String queryString,
ParameterGroup parentParameterGroup)
|
static Parameter |
Parameter.Factory.newInstance(java.lang.String name,
java.lang.Boolean isQualitative,
java.lang.Boolean isTaxinomic,
java.lang.Boolean isCalculated,
java.util.Date creationDate,
ParameterGroup parameterGroup,
Status status)
Constructs a new instance of Parameter , taking all required and/or
read-only properties as arguments. |
static Parameter |
Parameter.Factory.newInstance(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,
java.util.Collection qualitativeValues,
ParameterGroup parameterGroup,
Status status)
Constructs a new instance of Parameter , taking all possible properties
(except the identifier(s))as arguments. |
static ParameterGroup |
ParameterGroup.Factory.newInstance(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
java.util.Collection childParameterGroups,
ParameterGroup parentParameterGroup,
Status status)
Constructs a new instance of ParameterGroup , taking all possible properties
(except the identifier(s))as arguments. |
void |
ParameterGroupDaoImpl.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO source,
ParameterGroup target,
boolean copyIfNull)
|
void |
ParameterGroupDao.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO source,
ParameterGroup target,
boolean copyIfNull)
Copies the fields of RemoteParameterGroupFullVO to the specified entity. |
void |
ParameterGroupDaoBase.remoteParameterGroupFullVOToEntity(RemoteParameterGroupFullVO source,
ParameterGroup target,
boolean copyIfNull)
|
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 |
ParameterGroupDao.remove(ParameterGroup parameterGroup)
Removes the instance of fr.ifremer.allegro.referential.pmfm.ParameterGroup from the persistent store. |
void |
ParameterGroupDaoBase.remove(ParameterGroup parameterGroup)
|
void |
Parameter.setParameterGroup(ParameterGroup parameterGroup)
|
void |
ParameterGroup.setParentParameterGroup(ParameterGroup parentParameterGroup)
|
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)
|
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)
|
RemoteParameterGroupFullVO |
ParameterGroupDaoImpl.toRemoteParameterGroupFullVO(ParameterGroup entity)
|
RemoteParameterGroupFullVO |
ParameterGroupDao.toRemoteParameterGroupFullVO(ParameterGroup entity)
Converts this DAO's entity to an object of type RemoteParameterGroupFullVO . |
RemoteParameterGroupFullVO |
ParameterGroupDaoBase.toRemoteParameterGroupFullVO(ParameterGroup entity)
|
void |
ParameterGroupDaoImpl.toRemoteParameterGroupFullVO(ParameterGroup source,
RemoteParameterGroupFullVO target)
|
void |
ParameterGroupDao.toRemoteParameterGroupFullVO(ParameterGroup source,
RemoteParameterGroupFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
ParameterGroupDaoBase.toRemoteParameterGroupFullVO(ParameterGroup source,
RemoteParameterGroupFullVO target)
|
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)
|
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)
|
protected java.lang.Object |
ParameterGroupDaoBase.transformEntity(int transform,
ParameterGroup 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.ParameterGroupDao , please note
that the ParameterGroupDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ParameterGroupDao.update(ParameterGroup parameterGroup)
Updates the parameterGroup instance in the persistent store. |
void |
ParameterGroupDaoBase.update(ParameterGroup parameterGroup)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |