| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.history |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdatedItemHistoryImpl |
| Modifier and Type | Method and Description |
|---|---|
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear) |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear)
Creates a new
fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory
instance from all attributes and
properties and adds it to the persistent store. |
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment) |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(String comments,
Boolean isPostValidation,
Integer objectId,
ObjectType objectType,
Department recorderDepartment)
Creates a new
fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(UpdatedItemHistory updatedItemHistory) |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(UpdatedItemHistory updatedItemHistory)
Creates an instance of fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory and adds it to the persistent store.
|
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.load(Integer id) |
UpdatedItemHistory |
UpdatedItemHistoryDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory from the persistent store.
|
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance()
Constructs a new instance of
UpdatedItemHistory. |
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
Boolean isPostValidation,
String comments,
Float numericalValue,
String previousComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Metier metier,
ObjectType objectType,
Department recorderDepartment,
Pmfm pmfm,
ProcessingHistory processingHistory,
ReferenceTaxon referenceTaxon,
Person recorderPerson,
TaxonGroup taxonGroup,
QualitativeValue qualitativeValue,
Gear gear)
Constructs a new instance of
UpdatedItemHistory, taking all possible properties
(except the identifier(s))as arguments. |
static UpdatedItemHistory |
UpdatedItemHistory.Factory.newInstance(Integer objectId,
Boolean isPostValidation,
String comments,
ObjectType objectType,
Department recorderDepartment)
Constructs a new instance of
UpdatedItemHistory, taking all required and/or
read-only properties as arguments. |
protected UpdatedItemHistory |
UpdatedItemHistoryDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UpdatedItemHistory> |
UpdatedItemHistoryDaoBase.create(Collection<UpdatedItemHistory> entities) |
Collection<UpdatedItemHistory> |
UpdatedItemHistoryDao.create(Collection<UpdatedItemHistory> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory and adds
from the passed in
entities collection |
Collection<UpdatedItemHistory> |
ProcessingHistory.getUpdatedItemHistories() |
Collection<UpdatedItemHistory> |
UpdatedItemHistoryDaoBase.loadAll() |
Collection<UpdatedItemHistory> |
UpdatedItemHistoryDao.loadAll()
Loads all entities of type
UpdatedItemHistory. |
Set<UpdatedItemHistory> |
UpdatedItemHistoryDaoBase.search(Search search) |
Set<UpdatedItemHistory> |
UpdatedItemHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
UpdatedItemHistoryDaoBase.create(int transform,
UpdatedItemHistory updatedItemHistory) |
Object |
UpdatedItemHistoryDao.create(int transform,
UpdatedItemHistory updatedItemHistory)
Does the same thing as
UpdatedItemHistoryDao.create(fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory) with an
additional flag called transform. |
UpdatedItemHistory |
UpdatedItemHistoryDaoBase.create(UpdatedItemHistory updatedItemHistory) |
UpdatedItemHistory |
UpdatedItemHistoryDao.create(UpdatedItemHistory updatedItemHistory)
Creates an instance of fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory and adds it to the persistent store.
|
void |
UpdatedItemHistoryDaoBase.remove(UpdatedItemHistory updatedItemHistory) |
void |
UpdatedItemHistoryDao.remove(UpdatedItemHistory updatedItemHistory)
Removes the instance of fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory from the persistent store.
|
protected Object |
UpdatedItemHistoryDaoBase.transformEntity(int transform,
UpdatedItemHistory 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.adagio.core.dao.data.history.UpdatedItemHistoryDao, please note
that the UpdatedItemHistoryDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
UpdatedItemHistoryDaoBase.update(UpdatedItemHistory updatedItemHistory) |
void |
UpdatedItemHistoryDao.update(UpdatedItemHistory updatedItemHistory)
Updates the
updatedItemHistory instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<UpdatedItemHistory> |
UpdatedItemHistoryDaoBase.create(Collection<UpdatedItemHistory> entities) |
Collection<UpdatedItemHistory> |
UpdatedItemHistoryDao.create(Collection<UpdatedItemHistory> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory and adds
from the passed in
entities collection |
Collection<?> |
UpdatedItemHistoryDaoBase.create(int transform,
Collection<UpdatedItemHistory> entities) |
Collection<?> |
UpdatedItemHistoryDao.create(int transform,
Collection<UpdatedItemHistory> entities)
Does the same thing as
UpdatedItemHistoryDao.create(fr.ifremer.adagio.core.dao.data.history.UpdatedItemHistory) with an
additional flag called transform. |
Object |
ProcessingHistoryDao.create(int transform,
String name,
Date processingDate,
String dataTransfertType,
Date dataTransfertDate,
String dataTransfertAddress,
String configuration,
String xmlConfiguration,
Timestamp updateDate,
ProcessingStatus processingStatus,
ProcessingType processingType,
Collection<UpdatedItemHistory> updatedItemHistories,
Collection<InsertedItemHistory> insertedItemHistories,
Collection<DeletedItemHistory> deletedItemHistories)
Does the same thing as
#create(java.lang.String,java.util.Date,java.lang.String,java.util.Date,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.adagio.core.dao.referential.ProcessingStatus,fr.ifremer.adagio.core.dao.referential.ProcessingType,java.util.Collection with an
additional flag called transform. |
Object |
ProcessingHistoryDaoBase.create(int transform,
String name,
Date processingDate,
String dataTransfertType,
Date dataTransfertDate,
String dataTransfertAddress,
String configuration,
String xmlConfiguration,
Timestamp updateDate,
ProcessingStatus processingStatus,
ProcessingType processingType,
Collection<UpdatedItemHistory> updatedItemHistories,
Collection<InsertedItemHistory> insertedItemHistories,
Collection<DeletedItemHistory> deletedItemHistories) |
ProcessingHistory |
ProcessingHistoryDao.create(String name,
Date processingDate,
String dataTransfertType,
Date dataTransfertDate,
String dataTransfertAddress,
String configuration,
String xmlConfiguration,
Timestamp updateDate,
ProcessingStatus processingStatus,
ProcessingType processingType,
Collection<UpdatedItemHistory> updatedItemHistories,
Collection<InsertedItemHistory> insertedItemHistories,
Collection<DeletedItemHistory> deletedItemHistories)
Creates a new
fr.ifremer.adagio.core.dao.data.history.ProcessingHistory
instance from all attributes and
properties and adds it to the persistent store. |
ProcessingHistory |
ProcessingHistoryDaoBase.create(String name,
Date processingDate,
String dataTransfertType,
Date dataTransfertDate,
String dataTransfertAddress,
String configuration,
String xmlConfiguration,
Timestamp updateDate,
ProcessingStatus processingStatus,
ProcessingType processingType,
Collection<UpdatedItemHistory> updatedItemHistories,
Collection<InsertedItemHistory> insertedItemHistories,
Collection<DeletedItemHistory> deletedItemHistories) |
static ProcessingHistory |
ProcessingHistory.Factory.newInstance(String name,
Date processingDate,
String dataTransfertType,
Date dataTransfertDate,
String dataTransfertAddress,
String configuration,
String xmlConfiguration,
Timestamp updateDate,
ProcessingStatus processingStatus,
ProcessingType processingType,
Collection<UpdatedItemHistory> updatedItemHistories,
Collection<InsertedItemHistory> insertedItemHistories,
Collection<DeletedItemHistory> deletedItemHistories)
Constructs a new instance of
ProcessingHistory, taking all possible properties
(except the identifier(s))as arguments. |
void |
UpdatedItemHistoryDaoBase.remove(Collection<UpdatedItemHistory> entities) |
void |
UpdatedItemHistoryDao.remove(Collection<UpdatedItemHistory> entities)
Removes all entities in the given
entities |
void |
ProcessingHistory.setUpdatedItemHistories(Collection<UpdatedItemHistory> updatedItemHistories) |
void |
UpdatedItemHistoryDaoBase.update(Collection<UpdatedItemHistory> entities) |
void |
UpdatedItemHistoryDao.update(Collection<UpdatedItemHistory> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.