| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.history |
| Modifier and Type | Class and Description |
|---|---|
class |
DeletedItemHistoryImpl |
| Modifier and Type | Method and Description |
|---|---|
DeletedItemHistory |
DeletedItemHistoryDaoBase.create(DeletedItemHistory deletedItemHistory) |
DeletedItemHistory |
DeletedItemHistoryDao.create(DeletedItemHistory deletedItemHistory)
Creates an instance of fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory and adds it to the persistent store.
|
DeletedItemHistory |
DeletedItemHistoryDaoBase.create(ObjectType objectType) |
DeletedItemHistory |
DeletedItemHistoryDao.create(ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DeletedItemHistory |
DeletedItemHistoryDaoBase.create(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory) |
DeletedItemHistory |
DeletedItemHistoryDao.create(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory)
Creates a new
fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory
instance from all attributes and
properties and adds it to the persistent store. |
DeletedItemHistory |
DeletedItemHistoryDaoBase.load(Integer id) |
DeletedItemHistory |
DeletedItemHistoryDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory from the persistent store.
|
static DeletedItemHistory |
DeletedItemHistory.Factory.newInstance()
Constructs a new instance of
DeletedItemHistory. |
static DeletedItemHistory |
DeletedItemHistory.Factory.newInstance(ObjectType objectType)
Constructs a new instance of
DeletedItemHistory, taking all required and/or
read-only properties as arguments. |
static DeletedItemHistory |
DeletedItemHistory.Factory.newInstance(String vesselCode,
Long objectId,
String comments,
Timestamp updateDate,
String objectCode,
ObjectType objectType,
Department recorderDepartment,
Person recorderPerson,
ProcessingHistory processingHistory)
Constructs a new instance of
DeletedItemHistory, taking all possible properties
(except the identifier(s))as arguments. |
protected DeletedItemHistory |
DeletedItemHistoryDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DeletedItemHistory> |
DeletedItemHistoryDaoBase.create(Collection<DeletedItemHistory> entities) |
Collection<DeletedItemHistory> |
DeletedItemHistoryDao.create(Collection<DeletedItemHistory> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory and adds
from the passed in
entities collection |
Collection<DeletedItemHistory> |
ProcessingHistory.getDeletedItemHistories() |
Collection<DeletedItemHistory> |
DeletedItemHistoryDaoBase.loadAll() |
Collection<DeletedItemHistory> |
DeletedItemHistoryDao.loadAll()
Loads all entities of type
DeletedItemHistory. |
Set<DeletedItemHistory> |
DeletedItemHistoryDaoBase.search(Search search) |
Set<DeletedItemHistory> |
DeletedItemHistoryDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
DeletedItemHistory |
DeletedItemHistoryDaoBase.create(DeletedItemHistory deletedItemHistory) |
DeletedItemHistory |
DeletedItemHistoryDao.create(DeletedItemHistory deletedItemHistory)
Creates an instance of fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory and adds it to the persistent store.
|
Object |
DeletedItemHistoryDaoBase.create(int transform,
DeletedItemHistory deletedItemHistory) |
Object |
DeletedItemHistoryDao.create(int transform,
DeletedItemHistory deletedItemHistory)
Does the same thing as
DeletedItemHistoryDao.create(fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory) with an
additional flag called transform. |
void |
DeletedItemHistoryDaoBase.remove(DeletedItemHistory deletedItemHistory) |
void |
DeletedItemHistoryDao.remove(DeletedItemHistory deletedItemHistory)
Removes the instance of fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory from the persistent store.
|
protected Object |
DeletedItemHistoryDaoBase.transformEntity(int transform,
DeletedItemHistory 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.DeletedItemHistoryDao, please note
that the DeletedItemHistoryDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
DeletedItemHistoryDaoBase.update(DeletedItemHistory deletedItemHistory) |
void |
DeletedItemHistoryDao.update(DeletedItemHistory deletedItemHistory)
Updates the
deletedItemHistory instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DeletedItemHistory> |
DeletedItemHistoryDaoBase.create(Collection<DeletedItemHistory> entities) |
Collection<DeletedItemHistory> |
DeletedItemHistoryDao.create(Collection<DeletedItemHistory> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory and adds
from the passed in
entities collection |
Collection<?> |
DeletedItemHistoryDaoBase.create(int transform,
Collection<DeletedItemHistory> entities) |
Collection<?> |
DeletedItemHistoryDao.create(int transform,
Collection<DeletedItemHistory> entities)
Does the same thing as
DeletedItemHistoryDao.create(fr.ifremer.adagio.core.dao.data.history.DeletedItemHistory) 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 |
DeletedItemHistoryDaoBase.remove(Collection<DeletedItemHistory> entities) |
void |
DeletedItemHistoryDao.remove(Collection<DeletedItemHistory> entities)
Removes all entities in the given
entities |
void |
ProcessingHistory.setDeletedItemHistories(Collection<DeletedItemHistory> deletedItemHistories) |
void |
DeletedItemHistoryDaoBase.update(Collection<DeletedItemHistory> entities) |
void |
DeletedItemHistoryDao.update(Collection<DeletedItemHistory> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.