|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhotoType | |
---|---|
fr.ifremer.allegro.data.measure.photo | |
fr.ifremer.allegro.referential |
Uses of PhotoType in fr.ifremer.allegro.data.measure.photo |
---|
Methods in fr.ifremer.allegro.data.measure.photo that return PhotoType | |
---|---|
PhotoType |
Photo.getPhotoType()
|
Methods in fr.ifremer.allegro.data.measure.photo with parameters of type PhotoType | |
---|---|
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)
|
java.lang.Object |
PhotoDao.create(int transform,
java.lang.Integer objectId,
ObjectType objectType,
java.lang.String path,
PhotoType photoType,
QualityFlag qualityFlag)
Does the same thing as PhotoDao.create(java.lang.Integer,fr.ifremer.allegro.referential.ObjectType,java.lang.String,fr.ifremer.allegro.referential.PhotoType,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
PhotoDaoBase.create(int transform,
java.lang.Integer objectId,
ObjectType objectType,
java.lang.String path,
PhotoType photoType,
QualityFlag qualityFlag)
|
java.lang.Object |
PhotoDao.create(int transform,
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)
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.allegro.administration.user.Department,fr.ifremer.allegro.referential.PhotoType,fr.ifremer.allegro.referential.ObjectType,fr.ifremer.allegro.referential.QualityFlag) with an
additional flag called transform . |
java.lang.Object |
PhotoDaoBase.create(int transform,
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)
|
java.util.Collection |
PhotoDao.findPhotoByPhotoType(int transform,
int pageNumber,
int pageSize,
PhotoType photoType)
Does the same thing as PhotoDao.findPhotoByPhotoType(int, fr.ifremer.allegro.referential.PhotoType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PhotoDaoBase.findPhotoByPhotoType(int transform,
int pageNumber,
int pageSize,
PhotoType photoType)
|
java.util.Collection |
PhotoDao.findPhotoByPhotoType(int pageNumber,
int pageSize,
PhotoType photoType)
Does the same thing as PhotoDao.findPhotoByPhotoType(fr.ifremer.allegro.referential.PhotoType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PhotoDaoBase.findPhotoByPhotoType(int pageNumber,
int pageSize,
PhotoType photoType)
|
java.util.Collection |
PhotoDao.findPhotoByPhotoType(int transform,
PhotoType photoType)
Does the same thing as PhotoDao.findPhotoByPhotoType(fr.ifremer.allegro.referential.PhotoType) with an
additional flag called transform . |
java.util.Collection |
PhotoDaoBase.findPhotoByPhotoType(int transform,
PhotoType photoType)
|
java.util.Collection |
PhotoDao.findPhotoByPhotoType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PhotoType photoType)
Does the same thing as PhotoDao.findPhotoByPhotoType(int, String, fr.ifremer.allegro.referential.PhotoType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PhotoDaoBase.findPhotoByPhotoType(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
PhotoType photoType)
|
java.util.Collection |
PhotoDao.findPhotoByPhotoType(int transform,
java.lang.String queryString,
PhotoType photoType)
Does the same thing as PhotoDao.findPhotoByPhotoType(int, fr.ifremer.allegro.referential.PhotoType) with an
additional argument called queryString . |
java.util.Collection |
PhotoDaoBase.findPhotoByPhotoType(int transform,
java.lang.String queryString,
PhotoType photoType)
|
java.util.Collection |
PhotoDao.findPhotoByPhotoType(PhotoType photoType)
|
java.util.Collection |
PhotoDaoBase.findPhotoByPhotoType(PhotoType photoType)
|
java.util.Collection |
PhotoDao.findPhotoByPhotoType(java.lang.String queryString,
int pageNumber,
int pageSize,
PhotoType photoType)
Does the same thing as PhotoDao.findPhotoByPhotoType(String, fr.ifremer.allegro.referential.PhotoType) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
PhotoDaoBase.findPhotoByPhotoType(java.lang.String queryString,
int pageNumber,
int pageSize,
PhotoType photoType)
|
java.util.Collection |
PhotoDao.findPhotoByPhotoType(java.lang.String queryString,
PhotoType photoType)
Does the same thing as PhotoDao.findPhotoByPhotoType(fr.ifremer.allegro.referential.PhotoType) with an
additional argument called queryString . |
java.util.Collection |
PhotoDaoBase.findPhotoByPhotoType(java.lang.String queryString,
PhotoType photoType)
|
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. |
void |
Photo.setPhotoType(PhotoType photoType)
|
Uses of PhotoType in fr.ifremer.allegro.referential |
---|
Subclasses of PhotoType in fr.ifremer.allegro.referential | |
---|---|
class |
PhotoTypeImpl
|
Methods in fr.ifremer.allegro.referential that return PhotoType | |
---|---|
PhotoType |
PhotoTypeDaoImpl.clusterPhotoTypeToEntity(ClusterPhotoType clusterPhotoType)
|
PhotoType |
PhotoTypeDao.clusterPhotoTypeToEntity(ClusterPhotoType clusterPhotoType)
Converts an instance of type ClusterPhotoType to this DAO's entity. |
PhotoType |
PhotoTypeDao.create(PhotoType photoType)
Creates an instance of fr.ifremer.allegro.referential.PhotoType and adds it to the persistent store. |
PhotoType |
PhotoTypeDaoBase.create(PhotoType photoType)
|
PhotoType |
PhotoTypeDao.create(java.lang.String description,
java.lang.String name,
Status status)
Creates a new fr.ifremer.allegro.referential.PhotoType
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PhotoType |
PhotoTypeDaoBase.create(java.lang.String description,
java.lang.String name,
Status status)
|
PhotoType |
PhotoTypeDao.create(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
Status status)
Creates a new fr.ifremer.allegro.referential.PhotoType
instance from all attributes and
properties and adds it to the persistent store. |
PhotoType |
PhotoTypeDaoBase.create(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
Status status)
|
PhotoType |
PhotoTypeDao.createFromClusterPhotoType(ClusterPhotoType clusterPhotoType)
|
PhotoType |
PhotoTypeDaoBase.createFromClusterPhotoType(ClusterPhotoType clusterPhotoType)
|
PhotoType |
PhotoTypeDao.findPhotoTypeByCode(java.lang.String code)
|
PhotoType |
PhotoTypeDaoBase.findPhotoTypeByCode(java.lang.String code)
|
PhotoType |
PhotoTypeDao.findPhotoTypeByCode(java.lang.String queryString,
java.lang.String code)
Does the same thing as PhotoTypeDao.findPhotoTypeByCode(java.lang.String) with an
additional argument called queryString . |
PhotoType |
PhotoTypeDaoBase.findPhotoTypeByCode(java.lang.String queryString,
java.lang.String code)
|
PhotoType |
PhotoTypeDao.findPhotoTypeByNaturalId(java.lang.String code)
|
PhotoType |
PhotoTypeDaoBase.findPhotoTypeByNaturalId(java.lang.String code)
|
PhotoType |
PhotoTypeDao.findPhotoTypeByNaturalId(java.lang.String queryString,
java.lang.String code)
Does the same thing as PhotoTypeDao.findPhotoTypeByNaturalId(java.lang.String) with an
additional argument called queryString . |
PhotoType |
PhotoTypeDaoBase.findPhotoTypeByNaturalId(java.lang.String queryString,
java.lang.String code)
|
protected PhotoType |
PhotoTypeDaoImpl.handleCreateFromClusterPhotoType(ClusterPhotoType clusterPhotoType)
|
protected abstract PhotoType |
PhotoTypeDaoBase.handleCreateFromClusterPhotoType(ClusterPhotoType clusterPhotoType)
Performs the core logic for PhotoTypeDaoBase.createFromClusterPhotoType(fr.ifremer.allegro.referential.generic.cluster.ClusterPhotoType) |
PhotoType |
PhotoTypeDao.load(java.lang.String code)
Loads an instance of fr.ifremer.allegro.referential.PhotoType from the persistent store. |
PhotoType |
PhotoTypeDaoBase.load(java.lang.String code)
|
static PhotoType |
PhotoType.Factory.newInstance()
Constructs a new instance of PhotoType . |
static PhotoType |
PhotoType.Factory.newInstance(java.lang.String name,
java.lang.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(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
Status status)
Constructs a new instance of PhotoType , taking all possible properties
(except the identifier(s))as arguments. |
PhotoType |
PhotoTypeDaoImpl.remotePhotoTypeFullVOToEntity(RemotePhotoTypeFullVO remotePhotoTypeFullVO)
|
PhotoType |
PhotoTypeDao.remotePhotoTypeFullVOToEntity(RemotePhotoTypeFullVO remotePhotoTypeFullVO)
Converts an instance of type RemotePhotoTypeFullVO to this DAO's entity. |
PhotoType |
PhotoTypeDaoImpl.remotePhotoTypeNaturalIdToEntity(RemotePhotoTypeNaturalId remotePhotoTypeNaturalId)
|
PhotoType |
PhotoTypeDao.remotePhotoTypeNaturalIdToEntity(RemotePhotoTypeNaturalId remotePhotoTypeNaturalId)
Converts an instance of type RemotePhotoTypeNaturalId to this DAO's entity. |
protected PhotoType |
PhotoTypeDaoBase.toEntity(java.lang.Object[] row)
|
Methods in fr.ifremer.allegro.referential with parameters of type PhotoType | |
---|---|
void |
PhotoTypeDaoImpl.clusterPhotoTypeToEntity(ClusterPhotoType source,
PhotoType target,
boolean copyIfNull)
|
void |
PhotoTypeDao.clusterPhotoTypeToEntity(ClusterPhotoType source,
PhotoType target,
boolean copyIfNull)
Copies the fields of ClusterPhotoType to the specified entity. |
void |
PhotoTypeDaoBase.clusterPhotoTypeToEntity(ClusterPhotoType source,
PhotoType target,
boolean copyIfNull)
|
java.lang.Object |
PhotoTypeDao.create(int transform,
PhotoType photoType)
Does the same thing as PhotoTypeDao.create(fr.ifremer.allegro.referential.PhotoType) with an
additional flag called transform . |
java.lang.Object |
PhotoTypeDaoBase.create(int transform,
PhotoType photoType)
|
PhotoType |
PhotoTypeDao.create(PhotoType photoType)
Creates an instance of fr.ifremer.allegro.referential.PhotoType and adds it to the persistent store. |
PhotoType |
PhotoTypeDaoBase.create(PhotoType photoType)
|
void |
PhotoTypeDaoImpl.remotePhotoTypeFullVOToEntity(RemotePhotoTypeFullVO source,
PhotoType target,
boolean copyIfNull)
|
void |
PhotoTypeDao.remotePhotoTypeFullVOToEntity(RemotePhotoTypeFullVO source,
PhotoType target,
boolean copyIfNull)
Copies the fields of RemotePhotoTypeFullVO to the specified entity. |
void |
PhotoTypeDaoBase.remotePhotoTypeFullVOToEntity(RemotePhotoTypeFullVO source,
PhotoType target,
boolean copyIfNull)
|
void |
PhotoTypeDaoImpl.remotePhotoTypeNaturalIdToEntity(RemotePhotoTypeNaturalId source,
PhotoType target,
boolean copyIfNull)
|
void |
PhotoTypeDao.remotePhotoTypeNaturalIdToEntity(RemotePhotoTypeNaturalId source,
PhotoType target,
boolean copyIfNull)
Copies the fields of RemotePhotoTypeNaturalId to the specified entity. |
void |
PhotoTypeDaoBase.remotePhotoTypeNaturalIdToEntity(RemotePhotoTypeNaturalId source,
PhotoType target,
boolean copyIfNull)
|
void |
PhotoTypeDao.remove(PhotoType photoType)
Removes the instance of fr.ifremer.allegro.referential.PhotoType from the persistent store. |
void |
PhotoTypeDaoBase.remove(PhotoType photoType)
|
ClusterPhotoType |
PhotoTypeDaoImpl.toClusterPhotoType(PhotoType entity)
|
ClusterPhotoType |
PhotoTypeDao.toClusterPhotoType(PhotoType entity)
Converts this DAO's entity to an object of type ClusterPhotoType . |
ClusterPhotoType |
PhotoTypeDaoBase.toClusterPhotoType(PhotoType entity)
|
void |
PhotoTypeDaoImpl.toClusterPhotoType(PhotoType source,
ClusterPhotoType target)
|
void |
PhotoTypeDao.toClusterPhotoType(PhotoType source,
ClusterPhotoType target)
Copies the fields of the specified entity to the target value object. |
void |
PhotoTypeDaoBase.toClusterPhotoType(PhotoType source,
ClusterPhotoType target)
|
RemotePhotoTypeFullVO |
PhotoTypeDaoImpl.toRemotePhotoTypeFullVO(PhotoType entity)
|
RemotePhotoTypeFullVO |
PhotoTypeDao.toRemotePhotoTypeFullVO(PhotoType entity)
Converts this DAO's entity to an object of type RemotePhotoTypeFullVO . |
RemotePhotoTypeFullVO |
PhotoTypeDaoBase.toRemotePhotoTypeFullVO(PhotoType entity)
|
void |
PhotoTypeDaoImpl.toRemotePhotoTypeFullVO(PhotoType source,
RemotePhotoTypeFullVO target)
|
void |
PhotoTypeDao.toRemotePhotoTypeFullVO(PhotoType source,
RemotePhotoTypeFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
PhotoTypeDaoBase.toRemotePhotoTypeFullVO(PhotoType source,
RemotePhotoTypeFullVO target)
|
RemotePhotoTypeNaturalId |
PhotoTypeDaoImpl.toRemotePhotoTypeNaturalId(PhotoType entity)
|
RemotePhotoTypeNaturalId |
PhotoTypeDao.toRemotePhotoTypeNaturalId(PhotoType entity)
Converts this DAO's entity to an object of type RemotePhotoTypeNaturalId . |
RemotePhotoTypeNaturalId |
PhotoTypeDaoBase.toRemotePhotoTypeNaturalId(PhotoType entity)
|
void |
PhotoTypeDaoImpl.toRemotePhotoTypeNaturalId(PhotoType source,
RemotePhotoTypeNaturalId target)
|
void |
PhotoTypeDao.toRemotePhotoTypeNaturalId(PhotoType source,
RemotePhotoTypeNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
PhotoTypeDaoBase.toRemotePhotoTypeNaturalId(PhotoType source,
RemotePhotoTypeNaturalId target)
|
protected java.lang.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.allegro.referential.PhotoTypeDao , please note
that the PhotoTypeDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
PhotoTypeDao.update(PhotoType photoType)
Updates the photoType instance in the persistent store. |
void |
PhotoTypeDaoBase.update(PhotoType photoType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |