| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.operation.denormalized |
| Modifier and Type | Class and Description |
|---|---|
class |
DenormalizedOperationImpl |
| Modifier and Type | Method and Description |
|---|---|
DenormalizedOperation |
DenormalizedOperationDaoBase.create(DenormalizedOperation denormalizedOperation) |
DenormalizedOperation |
DenormalizedOperationDao.create(DenormalizedOperation denormalizedOperation)
Creates an instance of fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation and adds it to the persistent store.
|
DenormalizedOperation |
DenormalizedOperationDaoBase.create(FishingTrip fishingTrip,
Boolean isDiscardSampling,
Boolean isLandingSampling,
Short rankOrder) |
DenormalizedOperation |
DenormalizedOperationDao.create(FishingTrip fishingTrip,
Boolean isDiscardSampling,
Boolean isLandingSampling,
Short rankOrder)
Creates a new
fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DenormalizedOperation |
DenormalizedOperationDaoBase.create(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
Location rectangleLocation,
Location subpolygonLocation,
QualitativeValue selectiveDevice,
Gear gear,
Location areaLocation,
Metier metier) |
DenormalizedOperation |
DenormalizedOperationDao.create(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
Location rectangleLocation,
Location subpolygonLocation,
QualitativeValue selectiveDevice,
Gear gear,
Location areaLocation,
Metier metier)
Creates a new
fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation
instance from all attributes and
properties and adds it to the persistent store. |
DenormalizedOperation |
DenormalizedOperationDaoBase.load(Long id) |
DenormalizedOperation |
DenormalizedOperationDao.load(Long id)
Loads an instance of fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation from the persistent store.
|
static DenormalizedOperation |
DenormalizedOperation.Factory.newInstance()
Constructs a new instance of
DenormalizedOperation. |
static DenormalizedOperation |
DenormalizedOperation.Factory.newInstance(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
FishingTrip fishingTrip)
Constructs a new instance of
DenormalizedOperation, taking all required and/or
read-only properties as arguments. |
static DenormalizedOperation |
DenormalizedOperation.Factory.newInstance(Short rankOrder,
Boolean isLandingSampling,
Boolean isDiscardSampling,
Float gearMeshSize,
Float gearDepth,
Float mainWaterDepth,
Timestamp updateDate,
FishingTrip fishingTrip,
Location rectangleLocation,
Location subpolygonLocation,
QualitativeValue selectiveDevice,
Gear gear,
Location areaLocation,
Metier metier)
Constructs a new instance of
DenormalizedOperation, taking all possible properties
(except the identifier(s))as arguments. |
protected DenormalizedOperation |
DenormalizedOperationDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DenormalizedOperation> |
DenormalizedOperationDaoBase.create(Collection<DenormalizedOperation> entities) |
Collection<DenormalizedOperation> |
DenormalizedOperationDao.create(Collection<DenormalizedOperation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation and adds
from the passed in
entities collection |
Collection<DenormalizedOperation> |
DenormalizedOperationDaoBase.loadAll() |
Collection<DenormalizedOperation> |
DenormalizedOperationDao.loadAll()
Loads all entities of type
DenormalizedOperation. |
Set<DenormalizedOperation> |
DenormalizedOperationDaoBase.search(Search search) |
Set<DenormalizedOperation> |
DenormalizedOperationDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
DenormalizedOperation |
DenormalizedOperationDaoBase.create(DenormalizedOperation denormalizedOperation) |
DenormalizedOperation |
DenormalizedOperationDao.create(DenormalizedOperation denormalizedOperation)
Creates an instance of fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation and adds it to the persistent store.
|
Object |
DenormalizedOperationDaoBase.create(int transform,
DenormalizedOperation denormalizedOperation) |
Object |
DenormalizedOperationDao.create(int transform,
DenormalizedOperation denormalizedOperation)
Does the same thing as
DenormalizedOperationDao.create(fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation) with an
additional flag called transform. |
void |
DenormalizedOperationDaoBase.remove(DenormalizedOperation denormalizedOperation) |
void |
DenormalizedOperationDao.remove(DenormalizedOperation denormalizedOperation)
Removes the instance of fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation from the persistent store.
|
protected Object |
DenormalizedOperationDaoBase.transformEntity(int transform,
DenormalizedOperation 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.operation.denormalized.DenormalizedOperationDao, please note
that the DenormalizedOperationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
DenormalizedOperationDaoBase.update(DenormalizedOperation denormalizedOperation) |
void |
DenormalizedOperationDao.update(DenormalizedOperation denormalizedOperation)
Updates the
denormalizedOperation instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DenormalizedOperation> |
DenormalizedOperationDaoBase.create(Collection<DenormalizedOperation> entities) |
Collection<DenormalizedOperation> |
DenormalizedOperationDao.create(Collection<DenormalizedOperation> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation and adds
from the passed in
entities collection |
Collection<?> |
DenormalizedOperationDaoBase.create(int transform,
Collection<DenormalizedOperation> entities) |
Collection<?> |
DenormalizedOperationDao.create(int transform,
Collection<DenormalizedOperation> entities)
Does the same thing as
DenormalizedOperationDao.create(fr.ifremer.adagio.core.dao.data.operation.denormalized.DenormalizedOperation) with an
additional flag called transform. |
void |
DenormalizedOperationDaoBase.remove(Collection<DenormalizedOperation> entities) |
void |
DenormalizedOperationDao.remove(Collection<DenormalizedOperation> entities)
Removes all entities in the given
entities |
void |
DenormalizedOperationDaoBase.update(Collection<DenormalizedOperation> entities) |
void |
DenormalizedOperationDao.update(Collection<DenormalizedOperation> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.