|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Photo | |
---|---|
fr.ifremer.allegro.data.measure.photo |
Uses of Photo in fr.ifremer.allegro.data.measure.photo |
---|
Subclasses of Photo in fr.ifremer.allegro.data.measure.photo | |
---|---|
class |
PhotoImpl
|
Methods in fr.ifremer.allegro.data.measure.photo that return Photo | |
---|---|
Photo |
PhotoDaoImpl.clusterPhotoToEntity(ClusterPhoto clusterPhoto)
|
Photo |
PhotoDao.clusterPhotoToEntity(ClusterPhoto clusterPhoto)
Converts an instance of type ClusterPhoto to this DAO's entity. |
Photo |
PhotoDao.create(java.lang.Integer objectId,
ObjectType objectType,
java.lang.String path,
PhotoType photoType,
QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.photo.Photo
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
Photo |
PhotoDaoBase.create(java.lang.Integer objectId,
ObjectType objectType,
java.lang.String path,
PhotoType photoType,
QualityFlag qualityFlag)
|
Photo |
PhotoDao.create(java.lang.Integer objectId,
java.lang.String name,
java.lang.String directionDescription,
java.lang.String comments,
java.lang.String path,
java.util.Date photoDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Department department,
PhotoType photoType,
ObjectType objectType,
QualityFlag qualityFlag)
Creates a new fr.ifremer.allegro.data.measure.photo.Photo
instance from all attributes and
properties and adds it to the persistent store. |
Photo |
PhotoDaoBase.create(java.lang.Integer objectId,
java.lang.String name,
java.lang.String directionDescription,
java.lang.String comments,
java.lang.String path,
java.util.Date photoDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Department department,
PhotoType photoType,
ObjectType objectType,
QualityFlag qualityFlag)
|
Photo |
PhotoDao.create(Photo photo)
Creates an instance of fr.ifremer.allegro.data.measure.photo.Photo and adds it to the persistent store. |
Photo |
PhotoDaoBase.create(Photo photo)
|
Photo |
PhotoDao.createFromClusterPhoto(ClusterPhoto clusterPhoto)
|
Photo |
PhotoDaoBase.createFromClusterPhoto(ClusterPhoto clusterPhoto)
|
Photo |
PhotoDao.findPhotoById(java.lang.Integer id)
|
Photo |
PhotoDaoBase.findPhotoById(java.lang.Integer id)
|
Photo |
PhotoDao.findPhotoById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PhotoDao.findPhotoById(java.lang.Integer) with an
additional argument called queryString . |
Photo |
PhotoDaoBase.findPhotoById(java.lang.String queryString,
java.lang.Integer id)
|
Photo |
PhotoDao.findPhotoByNaturalId(java.lang.Integer id)
|
Photo |
PhotoDaoBase.findPhotoByNaturalId(java.lang.Integer id)
|
Photo |
PhotoDao.findPhotoByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PhotoDao.findPhotoByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
Photo |
PhotoDaoBase.findPhotoByNaturalId(java.lang.String queryString,
java.lang.Integer id)
|
protected Photo |
PhotoDaoImpl.handleCreateFromClusterPhoto(ClusterPhoto clusterPhoto)
|
protected abstract Photo |
PhotoDaoBase.handleCreateFromClusterPhoto(ClusterPhoto clusterPhoto)
Performs the core logic for PhotoDaoBase.createFromClusterPhoto(fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto) |
Photo |
PhotoDao.load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.data.measure.photo.Photo from the persistent store. |
Photo |
PhotoDaoBase.load(java.lang.Integer id)
|
static Photo |
Photo.Factory.newInstance()
Constructs a new instance of Photo . |
static Photo |
Photo.Factory.newInstance(java.lang.Integer objectId,
java.lang.String path,
PhotoType photoType,
ObjectType objectType,
QualityFlag qualityFlag)
Constructs a new instance of Photo , taking all required and/or
read-only properties as arguments. |
static Photo |
Photo.Factory.newInstance(java.lang.Integer objectId,
java.lang.String name,
java.lang.String directionDescription,
java.lang.String comments,
java.lang.String path,
java.util.Date photoDate,
java.util.Date validationDate,
java.util.Date qualificationDate,
java.lang.String qualificationComments,
java.sql.Timestamp updateDate,
Department department,
PhotoType photoType,
ObjectType objectType,
QualityFlag qualityFlag)
Constructs a new instance of Photo , taking all possible properties
(except the identifier(s))as arguments. |
Photo |
PhotoDaoImpl.remotePhotoFullVOToEntity(RemotePhotoFullVO remotePhotoFullVO)
|
Photo |
PhotoDao.remotePhotoFullVOToEntity(RemotePhotoFullVO remotePhotoFullVO)
Converts an instance of type RemotePhotoFullVO to this DAO's entity. |
Photo |
PhotoDaoImpl.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId remotePhotoNaturalId)
|
Photo |
PhotoDao.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId remotePhotoNaturalId)
Converts an instance of type RemotePhotoNaturalId to this DAO's entity. |
protected Photo |
PhotoDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.data.measure.photo with parameters of type Photo | |
---|---|
void |
PhotoDaoImpl.clusterPhotoToEntity(ClusterPhoto source,
Photo target,
boolean copyIfNull)
|
void |
PhotoDao.clusterPhotoToEntity(ClusterPhoto source,
Photo target,
boolean copyIfNull)
Copies the fields of ClusterPhoto to the specified entity. |
void |
PhotoDaoBase.clusterPhotoToEntity(ClusterPhoto source,
Photo target,
boolean copyIfNull)
|
java.lang.Object |
PhotoDao.create(int transform,
Photo photo)
Does the same thing as PhotoDao.create(fr.ifremer.allegro.data.measure.photo.Photo) with an
additional flag called transform . |
java.lang.Object |
PhotoDaoBase.create(int transform,
Photo photo)
|
Photo |
PhotoDao.create(Photo photo)
Creates an instance of fr.ifremer.allegro.data.measure.photo.Photo and adds it to the persistent store. |
Photo |
PhotoDaoBase.create(Photo photo)
|
void |
PhotoDaoImpl.remotePhotoFullVOToEntity(RemotePhotoFullVO source,
Photo target,
boolean copyIfNull)
|
void |
PhotoDao.remotePhotoFullVOToEntity(RemotePhotoFullVO source,
Photo target,
boolean copyIfNull)
Copies the fields of RemotePhotoFullVO to the specified entity. |
void |
PhotoDaoBase.remotePhotoFullVOToEntity(RemotePhotoFullVO source,
Photo target,
boolean copyIfNull)
|
void |
PhotoDaoImpl.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId source,
Photo target,
boolean copyIfNull)
|
void |
PhotoDao.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId source,
Photo target,
boolean copyIfNull)
Copies the fields of RemotePhotoNaturalId to the specified entity. |
void |
PhotoDaoBase.remotePhotoNaturalIdToEntity(RemotePhotoNaturalId source,
Photo target,
boolean copyIfNull)
|
void |
PhotoDao.remove(Photo photo)
Removes the instance of fr.ifremer.allegro.data.measure.photo.Photo from the persistent store. |
void |
PhotoDaoBase.remove(Photo photo)
|
ClusterPhoto |
PhotoDaoImpl.toClusterPhoto(Photo entity)
|
ClusterPhoto |
PhotoDao.toClusterPhoto(Photo entity)
Converts this DAO's entity to an object of type ClusterPhoto . |
ClusterPhoto |
PhotoDaoBase.toClusterPhoto(Photo entity)
|
void |
PhotoDaoImpl.toClusterPhoto(Photo source,
ClusterPhoto target)
|
void |
PhotoDao.toClusterPhoto(Photo source,
ClusterPhoto target)
Copies the fields of the specified entity to the target value object. |
void |
PhotoDaoBase.toClusterPhoto(Photo source,
ClusterPhoto target)
|
RemotePhotoFullVO |
PhotoDaoImpl.toRemotePhotoFullVO(Photo entity)
|
RemotePhotoFullVO |
PhotoDao.toRemotePhotoFullVO(Photo entity)
Converts this DAO's entity to an object of type RemotePhotoFullVO . |
RemotePhotoFullVO |
PhotoDaoBase.toRemotePhotoFullVO(Photo entity)
|
void |
PhotoDaoImpl.toRemotePhotoFullVO(Photo source,
RemotePhotoFullVO target)
|
void |
PhotoDao.toRemotePhotoFullVO(Photo source,
RemotePhotoFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
PhotoDaoBase.toRemotePhotoFullVO(Photo source,
RemotePhotoFullVO target)
|
RemotePhotoNaturalId |
PhotoDaoImpl.toRemotePhotoNaturalId(Photo entity)
|
RemotePhotoNaturalId |
PhotoDao.toRemotePhotoNaturalId(Photo entity)
Converts this DAO's entity to an object of type RemotePhotoNaturalId . |
RemotePhotoNaturalId |
PhotoDaoBase.toRemotePhotoNaturalId(Photo entity)
|
void |
PhotoDaoImpl.toRemotePhotoNaturalId(Photo source,
RemotePhotoNaturalId target)
|
void |
PhotoDao.toRemotePhotoNaturalId(Photo source,
RemotePhotoNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
PhotoDaoBase.toRemotePhotoNaturalId(Photo source,
RemotePhotoNaturalId target)
|
protected java.lang.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.allegro.data.measure.photo.PhotoDao , please note
that the PhotoDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PhotoDao.update(Photo photo)
Updates the photo instance in the persistent store. |
void |
PhotoDaoBase.update(Photo photo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |