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