| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.history | |
| fr.ifremer.adagio.core.dao.referential |
| Modifier and Type | Method and Description |
|---|---|
ProcessingType |
ProcessingHistory.getProcessingType()
Le type de traitement.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ProcessingHistoryDao.create(int transform,
String name,
Date processingDate,
ProcessingStatus processingStatus,
ProcessingType processingType)
Does the same thing as
ProcessingHistoryDao.create(java.lang.String,java.util.Date,fr.ifremer.adagio.core.dao.referential.ProcessingStatus,fr.ifremer.adagio.core.dao.referential.ProcessingType) with an
additional flag called transform. |
Object |
ProcessingHistoryDaoBase.create(int transform,
String name,
Date processingDate,
ProcessingStatus processingStatus,
ProcessingType processingType) |
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,
ProcessingStatus processingStatus,
ProcessingType processingType)
Creates a new
fr.ifremer.adagio.core.dao.data.history.ProcessingHistory
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ProcessingHistory |
ProcessingHistoryDaoBase.create(String name,
Date processingDate,
ProcessingStatus processingStatus,
ProcessingType processingType) |
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,
ProcessingStatus processingStatus,
ProcessingType processingType)
Constructs a new instance of
ProcessingHistory, taking all required and/or
read-only properties as arguments. |
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 |
ProcessingHistory.setProcessingType(ProcessingType processingType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessingTypeImpl |
| Modifier and Type | Method and Description |
|---|---|
ProcessingType |
ProcessingTypeDao.create(ProcessingType processingType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.ProcessingType and adds it to the persistent store.
|
ProcessingType |
ProcessingTypeDaoBase.create(ProcessingType processingType) |
ProcessingType |
ProcessingTypeDao.create(String code,
Status status)
Creates a new
fr.ifremer.adagio.core.dao.referential.ProcessingType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
ProcessingType |
ProcessingTypeDaoBase.create(String code,
Status status) |
ProcessingType |
ProcessingTypeDao.create(String code,
String description,
Timestamp updateDate,
Status status,
Collection<ProcessingHistory> processingHistories)
Creates a new
fr.ifremer.adagio.core.dao.referential.ProcessingType
instance from all attributes and
properties and adds it to the persistent store. |
ProcessingType |
ProcessingTypeDaoBase.create(String code,
String description,
Timestamp updateDate,
Status status,
Collection<ProcessingHistory> processingHistories) |
ProcessingType |
ProcessingTypeDao.load(String code)
Loads an instance of fr.ifremer.adagio.core.dao.referential.ProcessingType from the persistent store.
|
ProcessingType |
ProcessingTypeDaoBase.load(String code) |
static ProcessingType |
ProcessingType.Factory.newInstance()
Constructs a new instance of
ProcessingType. |
static ProcessingType |
ProcessingType.Factory.newInstance(Status status)
Constructs a new instance of
ProcessingType, taking all required and/or
read-only properties as arguments. |
static ProcessingType |
ProcessingType.Factory.newInstance(String description,
Timestamp updateDate,
Status status,
Collection<ProcessingHistory> processingHistories)
Constructs a new instance of
ProcessingType, taking all possible properties
(except the identifier(s))as arguments. |
protected ProcessingType |
ProcessingTypeDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProcessingType> |
ProcessingTypeDao.create(Collection<ProcessingType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.ProcessingType and adds
from the passed in
entities collection |
Collection<ProcessingType> |
ProcessingTypeDaoBase.create(Collection<ProcessingType> entities) |
Collection<ProcessingType> |
ProcessingTypeDao.loadAll()
Loads all entities of type
ProcessingType. |
Collection<ProcessingType> |
ProcessingTypeDaoBase.loadAll() |
Set<ProcessingType> |
ProcessingTypeDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
Set<ProcessingType> |
ProcessingTypeDaoBase.search(Search search) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ProcessingTypeDao.create(int transform,
ProcessingType processingType)
Does the same thing as
ProcessingTypeDao.create(fr.ifremer.adagio.core.dao.referential.ProcessingType) with an
additional flag called transform. |
Object |
ProcessingTypeDaoBase.create(int transform,
ProcessingType processingType) |
ProcessingType |
ProcessingTypeDao.create(ProcessingType processingType)
Creates an instance of fr.ifremer.adagio.core.dao.referential.ProcessingType and adds it to the persistent store.
|
ProcessingType |
ProcessingTypeDaoBase.create(ProcessingType processingType) |
void |
ProcessingTypeDao.remove(ProcessingType processingType)
Removes the instance of fr.ifremer.adagio.core.dao.referential.ProcessingType from the persistent store.
|
void |
ProcessingTypeDaoBase.remove(ProcessingType processingType) |
protected Object |
ProcessingTypeDaoBase.transformEntity(int transform,
ProcessingType 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.referential.ProcessingTypeDao, please note
that the ProcessingTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ProcessingTypeDao.update(ProcessingType processingType)
Updates the
processingType instance in the persistent store. |
void |
ProcessingTypeDaoBase.update(ProcessingType processingType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProcessingType> |
ProcessingTypeDao.create(Collection<ProcessingType> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.referential.ProcessingType and adds
from the passed in
entities collection |
Collection<ProcessingType> |
ProcessingTypeDaoBase.create(Collection<ProcessingType> entities) |
Collection<?> |
ProcessingTypeDao.create(int transform,
Collection<ProcessingType> entities)
Does the same thing as
ProcessingTypeDao.create(fr.ifremer.adagio.core.dao.referential.ProcessingType) with an
additional flag called transform. |
Collection<?> |
ProcessingTypeDaoBase.create(int transform,
Collection<ProcessingType> entities) |
void |
ProcessingTypeDao.remove(Collection<ProcessingType> entities)
Removes all entities in the given
entities |
void |
ProcessingTypeDaoBase.remove(Collection<ProcessingType> entities) |
void |
ProcessingTypeDao.update(Collection<ProcessingType> entities)
Updates all instances in the
entities collection in the persistent store. |
void |
ProcessingTypeDaoBase.update(Collection<ProcessingType> entities) |
Copyright © 2013. All Rights Reserved.