|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DenormalizedBatch | |
---|---|
fr.ifremer.allegro.data.batch.denormalized |
Uses of DenormalizedBatch in fr.ifremer.allegro.data.batch.denormalized |
---|
Subclasses of DenormalizedBatch in fr.ifremer.allegro.data.batch.denormalized | |
---|---|
class |
DenormalizedBatchImpl
|
Methods in fr.ifremer.allegro.data.batch.denormalized that return DenormalizedBatch | |
---|---|
DenormalizedBatch |
DenormalizedBatchDaoImpl.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch clusterDenormalizedBatch)
|
DenormalizedBatch |
DenormalizedBatchDao.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch clusterDenormalizedBatch)
Converts an instance of type ClusterDenormalizedBatch to this DAO's entity. |
DenormalizedBatch |
DenormalizedBatchDao.create(DenormalizedBatch denormalizedBatch)
Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch and adds it to the persistent store. |
DenormalizedBatch |
DenormalizedBatchDaoBase.create(DenormalizedBatch denormalizedBatch)
|
DenormalizedBatch |
DenormalizedBatchDao.create(java.lang.Short rankOrder)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalizedBatch |
DenormalizedBatchDaoBase.create(java.lang.Short rankOrder)
|
DenormalizedBatch |
DenormalizedBatchDao.create(java.lang.Short rankOrder,
java.lang.Float weight,
java.lang.Float elevateWeight,
java.lang.Integer individualcount,
java.lang.Integer elevateIndividualCount,
java.lang.Float numericalValue,
java.lang.Boolean exhaustiveInventory,
java.lang.Boolean childBatchsReplication,
java.lang.String comments,
Parameter numericalParameter,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
java.util.Collection denormalisedBatchSortingValues)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch
instance from all attributes and
properties and adds it to the persistent store. |
DenormalizedBatch |
DenormalizedBatchDaoBase.create(java.lang.Short rankOrder,
java.lang.Float weight,
java.lang.Float elevateWeight,
java.lang.Integer individualcount,
java.lang.Integer elevateIndividualCount,
java.lang.Float numericalValue,
java.lang.Boolean exhaustiveInventory,
java.lang.Boolean childBatchsReplication,
java.lang.String comments,
Parameter numericalParameter,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
java.util.Collection denormalisedBatchSortingValues)
|
DenormalizedBatch |
DenormalizedBatchDao.createFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
|
DenormalizedBatch |
DenormalizedBatchDaoBase.createFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
|
DenormalizedBatch |
DenormalizedBatchDao.findDenormalizedBatchById(java.lang.Long id)
|
DenormalizedBatch |
DenormalizedBatchDaoBase.findDenormalizedBatchById(java.lang.Long id)
|
DenormalizedBatch |
DenormalizedBatchDao.findDenormalizedBatchById(java.lang.String queryString,
java.lang.Long id)
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchById(java.lang.Long) with an
additional argument called queryString . |
DenormalizedBatch |
DenormalizedBatchDaoBase.findDenormalizedBatchById(java.lang.String queryString,
java.lang.Long id)
|
DenormalizedBatch |
DenormalizedBatchDao.findDenormalizedBatchByNaturalId(java.lang.Long id)
|
DenormalizedBatch |
DenormalizedBatchDaoBase.findDenormalizedBatchByNaturalId(java.lang.Long id)
|
DenormalizedBatch |
DenormalizedBatchDao.findDenormalizedBatchByNaturalId(java.lang.String queryString,
java.lang.Long id)
Does the same thing as DenormalizedBatchDao.findDenormalizedBatchByNaturalId(java.lang.Long) with an
additional argument called queryString . |
DenormalizedBatch |
DenormalizedBatchDaoBase.findDenormalizedBatchByNaturalId(java.lang.String queryString,
java.lang.Long id)
|
DenormalizedBatch |
DenormalisedBatchSortingValue.getDenormalizedBatch()
|
protected DenormalizedBatch |
DenormalizedBatchDaoImpl.handleCreateFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
|
protected abstract DenormalizedBatch |
DenormalizedBatchDaoBase.handleCreateFromClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
Performs the core logic for DenormalizedBatchDaoBase.createFromClusterDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.generic.cluster.ClusterDenormalizedBatch) |
DenormalizedBatch |
DenormalizedBatchDao.load(java.lang.Long id)
Loads an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch from the persistent store. |
DenormalizedBatch |
DenormalizedBatchDaoBase.load(java.lang.Long id)
|
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance()
Constructs a new instance of DenormalizedBatch . |
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance(java.lang.Short rankOrder)
Constructs a new instance of DenormalizedBatch , taking all required and/or
read-only properties as arguments. |
static DenormalizedBatch |
DenormalizedBatch.Factory.newInstance(java.lang.Short rankOrder,
java.lang.Float weight,
java.lang.Float elevateWeight,
java.lang.Integer individualcount,
java.lang.Integer elevateIndividualCount,
java.lang.Float numericalValue,
java.lang.Boolean exhaustiveInventory,
java.lang.Boolean childBatchsReplication,
java.lang.String comments,
Parameter numericalParameter,
TaxonGroup taxonGroup,
ReferenceTaxon referenceTaxon,
java.util.Collection denormalisedBatchSortingValues)
Constructs a new instance of DenormalizedBatch , taking all possible properties
(except the identifier(s))as arguments. |
DenormalizedBatch |
DenormalizedBatchDaoImpl.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVO)
|
DenormalizedBatch |
DenormalizedBatchDao.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVO)
Converts an instance of type RemoteDenormalizedBatchFullVO to this DAO's entity. |
DenormalizedBatch |
DenormalizedBatchDaoImpl.remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId remoteDenormalizedBatchNaturalId)
|
DenormalizedBatch |
DenormalizedBatchDao.remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId remoteDenormalizedBatchNaturalId)
Converts an instance of type RemoteDenormalizedBatchNaturalId to this DAO's entity. |
protected DenormalizedBatch |
DenormalizedBatchDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.data.batch.denormalized with parameters of type DenormalizedBatch | |
---|---|
void |
DenormalizedBatchDaoImpl.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source,
DenormalizedBatch target,
boolean copyIfNull)
|
void |
DenormalizedBatchDao.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source,
DenormalizedBatch target,
boolean copyIfNull)
Copies the fields of ClusterDenormalizedBatch to the specified entity. |
void |
DenormalizedBatchDaoBase.clusterDenormalizedBatchToEntity(ClusterDenormalizedBatch source,
DenormalizedBatch target,
boolean copyIfNull)
|
DenormalizedBatch |
DenormalizedBatchDao.create(DenormalizedBatch denormalizedBatch)
Creates an instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch and adds it to the persistent store. |
DenormalizedBatch |
DenormalizedBatchDaoBase.create(DenormalizedBatch denormalizedBatch)
|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDao.create(DenormalizedBatch denormalizedBatch,
Parameter parameter)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.create(DenormalizedBatch denormalizedBatch,
Parameter parameter)
|
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDao.create(java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
Creates a new fr.ifremer.allegro.data.batch.denormalized.DenormalisedBatchSortingValue
instance from all attributes and
properties and adds it to the persistent store. |
DenormalisedBatchSortingValue |
DenormalisedBatchSortingValueDaoBase.create(java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
|
java.lang.Object |
DenormalizedBatchDao.create(int transform,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalizedBatchDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional flag called transform . |
java.lang.Object |
DenormalizedBatchDaoBase.create(int transform,
DenormalizedBatch denormalizedBatch)
|
java.lang.Object |
DenormalisedBatchSortingValueDao.create(int transform,
DenormalizedBatch denormalizedBatch,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.create(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
java.lang.Object |
DenormalisedBatchSortingValueDaoBase.create(int transform,
DenormalizedBatch denormalizedBatch,
Parameter parameter)
|
java.lang.Object |
DenormalisedBatchSortingValueDao.create(int transform,
java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
Does the same thing as DenormalisedBatchSortingValueDao.create(java.lang.Float,fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch,fr.ifremer.allegro.referential.pmfm.QualitativeValue,fr.ifremer.allegro.referential.pmfm.Parameter) with an
additional flag called transform . |
java.lang.Object |
DenormalisedBatchSortingValueDaoBase.create(int transform,
java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
|
java.util.Collection |
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
DenormalisedBatchSortingValueDaoBase.findDenormalisedBatchSortingValueByDenormalizedBatch(DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional flag called transform . |
java.util.Collection |
DenormalisedBatchSortingValueDaoBase.findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
DenormalisedBatchSortingValueDaoBase.findDenormalisedBatchSortingValueByDenormalizedBatch(int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
DenormalisedBatchSortingValueDaoBase.findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
java.lang.String queryString,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional argument called queryString . |
java.util.Collection |
DenormalisedBatchSortingValueDaoBase.findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
java.lang.String queryString,
DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(int, String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
DenormalisedBatchSortingValueDaoBase.findDenormalisedBatchSortingValueByDenormalizedBatch(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional argument called queryString . |
java.util.Collection |
DenormalisedBatchSortingValueDaoBase.findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
DenormalizedBatch denormalizedBatch)
|
java.util.Collection |
DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
Does the same thing as DenormalisedBatchSortingValueDao.findDenormalisedBatchSortingValueByDenormalizedBatch(String, fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
DenormalisedBatchSortingValueDaoBase.findDenormalisedBatchSortingValueByDenormalizedBatch(java.lang.String queryString,
int pageNumber,
int pageSize,
DenormalizedBatch denormalizedBatch)
|
static DenormalisedBatchSortingValue |
DenormalisedBatchSortingValue.Factory.newInstance(DenormalizedBatch denormalizedBatch,
Parameter parameter)
Constructs a new instance of DenormalisedBatchSortingValue , taking all required and/or
read-only properties as arguments. |
static DenormalisedBatchSortingValue |
DenormalisedBatchSortingValue.Factory.newInstance(java.lang.Float numericalvalue,
DenormalizedBatch denormalizedBatch,
QualitativeValue qualitativeValue,
Parameter parameter)
Constructs a new instance of DenormalisedBatchSortingValue , taking all possible properties
(except the identifier(s))as arguments. |
void |
DenormalizedBatchDaoImpl.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source,
DenormalizedBatch target,
boolean copyIfNull)
|
void |
DenormalizedBatchDao.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source,
DenormalizedBatch target,
boolean copyIfNull)
Copies the fields of RemoteDenormalizedBatchFullVO to the specified entity. |
void |
DenormalizedBatchDaoBase.remoteDenormalizedBatchFullVOToEntity(RemoteDenormalizedBatchFullVO source,
DenormalizedBatch target,
boolean copyIfNull)
|
void |
DenormalizedBatchDaoImpl.remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId source,
DenormalizedBatch target,
boolean copyIfNull)
|
void |
DenormalizedBatchDao.remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId source,
DenormalizedBatch target,
boolean copyIfNull)
Copies the fields of RemoteDenormalizedBatchNaturalId to the specified entity. |
void |
DenormalizedBatchDaoBase.remoteDenormalizedBatchNaturalIdToEntity(RemoteDenormalizedBatchNaturalId source,
DenormalizedBatch target,
boolean copyIfNull)
|
void |
DenormalizedBatchDao.remove(DenormalizedBatch denormalizedBatch)
Removes the instance of fr.ifremer.allegro.data.batch.denormalized.DenormalizedBatch from the persistent store. |
void |
DenormalizedBatchDaoBase.remove(DenormalizedBatch denormalizedBatch)
|
void |
DenormalisedBatchSortingValue.setDenormalizedBatch(DenormalizedBatch denormalizedBatch)
|
ClusterDenormalizedBatch |
DenormalizedBatchDaoImpl.toClusterDenormalizedBatch(DenormalizedBatch entity)
|
ClusterDenormalizedBatch |
DenormalizedBatchDao.toClusterDenormalizedBatch(DenormalizedBatch entity)
Converts this DAO's entity to an object of type ClusterDenormalizedBatch . |
ClusterDenormalizedBatch |
DenormalizedBatchDaoBase.toClusterDenormalizedBatch(DenormalizedBatch entity)
|
void |
DenormalizedBatchDaoImpl.toClusterDenormalizedBatch(DenormalizedBatch source,
ClusterDenormalizedBatch target)
|
void |
DenormalizedBatchDao.toClusterDenormalizedBatch(DenormalizedBatch source,
ClusterDenormalizedBatch target)
Copies the fields of the specified entity to the target value object. |
void |
DenormalizedBatchDaoBase.toClusterDenormalizedBatch(DenormalizedBatch source,
ClusterDenormalizedBatch target)
|
RemoteDenormalizedBatchFullVO |
DenormalizedBatchDaoImpl.toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
|
RemoteDenormalizedBatchFullVO |
DenormalizedBatchDao.toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
Converts this DAO's entity to an object of type RemoteDenormalizedBatchFullVO . |
RemoteDenormalizedBatchFullVO |
DenormalizedBatchDaoBase.toRemoteDenormalizedBatchFullVO(DenormalizedBatch entity)
|
void |
DenormalizedBatchDaoImpl.toRemoteDenormalizedBatchFullVO(DenormalizedBatch source,
RemoteDenormalizedBatchFullVO target)
|
void |
DenormalizedBatchDao.toRemoteDenormalizedBatchFullVO(DenormalizedBatch source,
RemoteDenormalizedBatchFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
DenormalizedBatchDaoBase.toRemoteDenormalizedBatchFullVO(DenormalizedBatch source,
RemoteDenormalizedBatchFullVO target)
|
RemoteDenormalizedBatchNaturalId |
DenormalizedBatchDaoImpl.toRemoteDenormalizedBatchNaturalId(DenormalizedBatch entity)
|
RemoteDenormalizedBatchNaturalId |
DenormalizedBatchDao.toRemoteDenormalizedBatchNaturalId(DenormalizedBatch entity)
Converts this DAO's entity to an object of type RemoteDenormalizedBatchNaturalId . |
RemoteDenormalizedBatchNaturalId |
DenormalizedBatchDaoBase.toRemoteDenormalizedBatchNaturalId(DenormalizedBatch entity)
|
void |
DenormalizedBatchDaoImpl.toRemoteDenormalizedBatchNaturalId(DenormalizedBatch source,
RemoteDenormalizedBatchNaturalId target)
|
void |
DenormalizedBatchDao.toRemoteDenormalizedBatchNaturalId(DenormalizedBatch source,
RemoteDenormalizedBatchNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
DenormalizedBatchDaoBase.toRemoteDenormalizedBatchNaturalId(DenormalizedBatch source,
RemoteDenormalizedBatchNaturalId target)
|
protected java.lang.Object |
DenormalizedBatchDaoBase.transformEntity(int transform,
DenormalizedBatch 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.data.batch.denormalized.DenormalizedBatchDao , please note
that the DenormalizedBatchDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
DenormalizedBatchDao.update(DenormalizedBatch denormalizedBatch)
Updates the denormalizedBatch instance in the persistent store. |
void |
DenormalizedBatchDaoBase.update(DenormalizedBatch denormalizedBatch)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |