| Package | Description |
|---|---|
| fr.ifremer.adagio.core.dao.data.measure.photo |
| Modifier and Type | Class and Description |
|---|---|
class |
PhotoImpl |
| Modifier and Type | Method and Description |
|---|---|
Photo |
PhotoDaoBase.create(Integer objectId,
ObjectType objectType,
String path,
PhotoType photoType,
QualityFlag qualityFlag) |
Photo |
PhotoDao.create(Integer objectId,
ObjectType objectType,
String path,
PhotoType photoType,
QualityFlag qualityFlag)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.photo.Photo
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Photo |
PhotoDaoBase.create(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType) |
Photo |
PhotoDao.create(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType)
Creates a new
fr.ifremer.adagio.core.dao.data.measure.photo.Photo
instance from all attributes and
properties and adds it to the persistent store. |
Photo |
PhotoDaoBase.create(Photo photo) |
Photo |
PhotoDao.create(Photo photo)
Creates an instance of fr.ifremer.adagio.core.dao.data.measure.photo.Photo and adds it to the persistent store.
|
Photo |
PhotoDaoBase.load(Integer id) |
Photo |
PhotoDao.load(Integer id)
Loads an instance of fr.ifremer.adagio.core.dao.data.measure.photo.Photo from the persistent store.
|
static Photo |
Photo.Factory.newInstance()
Constructs a new instance of
Photo. |
static Photo |
Photo.Factory.newInstance(Integer objectId,
String path,
QualityFlag qualityFlag,
PhotoType photoType,
ObjectType objectType)
Constructs a new instance of
Photo, taking all required and/or
read-only properties as arguments. |
static Photo |
Photo.Factory.newInstance(Integer objectId,
String name,
String directionDescription,
String comments,
String path,
Date photoDate,
Date validationDate,
Date qualificationDate,
String qualificationComments,
Timestamp updateDate,
QualityFlag qualityFlag,
Department department,
PhotoType photoType,
ObjectType objectType)
Constructs a new instance of
Photo, taking all possible properties
(except the identifier(s))as arguments. |
protected Photo |
PhotoDaoBase.toEntity(Object[] row) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Photo> |
PhotoDaoBase.create(Collection<Photo> entities) |
Collection<Photo> |
PhotoDao.create(Collection<Photo> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.measure.photo.Photo and adds
from the passed in
entities collection |
Collection<Photo> |
PhotoDaoBase.loadAll() |
Collection<Photo> |
PhotoDao.loadAll()
Loads all entities of type
Photo. |
Set<Photo> |
PhotoDaoBase.search(Search search) |
Set<Photo> |
PhotoDao.search(Search search)
Performs a search using the parameters specified in the given
search object. |
| Modifier and Type | Method and Description |
|---|---|
Object |
PhotoDaoBase.create(int transform,
Photo photo) |
Object |
PhotoDao.create(int transform,
Photo photo)
Does the same thing as
PhotoDao.create(fr.ifremer.adagio.core.dao.data.measure.photo.Photo) with an
additional flag called transform. |
Photo |
PhotoDaoBase.create(Photo photo) |
Photo |
PhotoDao.create(Photo photo)
Creates an instance of fr.ifremer.adagio.core.dao.data.measure.photo.Photo and adds it to the persistent store.
|
void |
PhotoDaoBase.remove(Photo photo) |
void |
PhotoDao.remove(Photo photo)
Removes the instance of fr.ifremer.adagio.core.dao.data.measure.photo.Photo from the persistent store.
|
protected Object |
PhotoDaoBase.transformEntity(int transform,
Photo 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.measure.photo.PhotoDao, please note
that the PhotoDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PhotoDaoBase.update(Photo photo) |
void |
PhotoDao.update(Photo photo)
Updates the
photo instance in the persistent store. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Photo> |
PhotoDaoBase.create(Collection<Photo> entities) |
Collection<Photo> |
PhotoDao.create(Collection<Photo> entities)
Creates a new instance of fr.ifremer.adagio.core.dao.data.measure.photo.Photo and adds
from the passed in
entities collection |
Collection<?> |
PhotoDaoBase.create(int transform,
Collection<Photo> entities) |
Collection<?> |
PhotoDao.create(int transform,
Collection<Photo> entities)
Does the same thing as
PhotoDao.create(fr.ifremer.adagio.core.dao.data.measure.photo.Photo) with an
additional flag called transform. |
void |
PhotoDaoBase.remove(Collection<Photo> entities) |
void |
PhotoDao.remove(Collection<Photo> entities)
Removes all entities in the given
entities |
void |
PhotoDaoBase.update(Collection<Photo> entities) |
void |
PhotoDao.update(Collection<Photo> entities)
Updates all instances in the
entities collection in the persistent store. |
Copyright © 2013. All Rights Reserved.