|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.orm.hibernate3.support.HibernateDaoSupport
fr.ifremer.allegro.referential.DepthGradientDaoBase
public abstract class DepthGradientDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.DepthGradient
.
DepthGradient
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.DepthGradientDao |
---|
TRANSFORM_CLUSTERDEPTHGRADIENT, TRANSFORM_NONE, TRANSFORM_REMOTEDEPTHGRADIENTFULLVO, TRANSFORM_REMOTEDEPTHGRADIENTNATURALID |
Constructor Summary | |
---|---|
DepthGradientDaoBase()
|
Method Summary | |
---|---|
void |
clusterDepthGradientToEntity(ClusterDepthGradient source,
DepthGradient target,
boolean copyIfNull)
Copies the fields of ClusterDepthGradient to the specified entity. |
void |
clusterDepthGradientToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterDepthGradient to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.DepthGradient and adds from the passed in entities collection |
DepthGradient |
create(DepthGradient depthGradient)
Creates an instance of fr.ifremer.allegro.referential.DepthGradient and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as DepthGradientDao.create(fr.ifremer.allegro.referential.DepthGradient) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
DepthGradient depthGradient)
Does the same thing as DepthGradientDao.create(fr.ifremer.allegro.referential.DepthGradient) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String description,
java.lang.String name,
java.lang.Short rankOrder,
Status status)
Does the same thing as DepthGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.lang.String description,
java.lang.Short rankOrder,
java.sql.Timestamp updateDate,
Status status)
Does the same thing as DepthGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
DepthGradient |
create(java.lang.String description,
java.lang.String name,
java.lang.Short rankOrder,
Status status)
Creates a new fr.ifremer.allegro.referential.DepthGradient
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DepthGradient |
create(java.lang.String name,
java.lang.String description,
java.lang.Short rankOrder,
java.sql.Timestamp updateDate,
Status status)
Creates a new fr.ifremer.allegro.referential.DepthGradient
instance from all attributes and
properties and adds it to the persistent store. |
DepthGradient |
createFromClusterDepthGradient(ClusterDepthGradient clusterDepthGradient)
|
DepthGradient |
findDepthGradientById(java.lang.Integer id)
|
java.lang.Object |
findDepthGradientById(int transform,
java.lang.Integer id)
Does the same thing as DepthGradientDao.findDepthGradientById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDepthGradientById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DepthGradientDao.findDepthGradientById(int, java.lang.Integer) with an
additional argument called queryString . |
DepthGradient |
findDepthGradientById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DepthGradientDao.findDepthGradientById(java.lang.Integer) with an
additional argument called queryString . |
DepthGradient |
findDepthGradientByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findDepthGradientByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as DepthGradientDao.findDepthGradientByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDepthGradientByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DepthGradientDao.findDepthGradientByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
DepthGradient |
findDepthGradientByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DepthGradientDao.findDepthGradientByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findDepthGradientByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDepthGradientByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDepthGradientByStatus(int transform,
Status status)
Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findDepthGradientByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDepthGradientByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findDepthGradientByStatus(Status status)
|
java.util.Collection |
findDepthGradientByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as DepthGradientDao.findDepthGradientByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDepthGradientByStatus(java.lang.String queryString,
Status status)
Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterDepthGradient[] |
getAllClusterDepthGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllDepthGradient()
|
java.util.Collection |
getAllDepthGradient(int transform)
Does the same thing as DepthGradientDao.getAllDepthGradient() with an
additional flag called transform . |
java.util.Collection |
getAllDepthGradient(int pageNumber,
int pageSize)
Does the same thing as DepthGradientDao.getAllDepthGradient() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDepthGradient(int transform,
int pageNumber,
int pageSize)
Does the same thing as DepthGradientDao.getAllDepthGradient(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDepthGradient(int transform,
java.lang.String queryString)
Does the same thing as DepthGradientDao.getAllDepthGradient(int) with an
additional argument called queryString . |
java.util.Collection |
getAllDepthGradient(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DepthGradientDao.getAllDepthGradient(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDepthGradient(java.lang.String queryString)
Does the same thing as DepthGradientDao.getAllDepthGradient() with an
additional argument called queryString . |
java.util.Collection |
getAllDepthGradient(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DepthGradientDao.getAllDepthGradient(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDepthGradientSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDepthGradientSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDepthGradientSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDepthGradientSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllDepthGradientSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllDepthGradientSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDepthGradientSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllDepthGradientSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected StatusDao |
getStatusDao()
Gets the reference to statusDao . |
protected abstract DepthGradient |
handleCreateFromClusterDepthGradient(ClusterDepthGradient clusterDepthGradient)
Performs the core logic for createFromClusterDepthGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDepthGradient) |
protected abstract ClusterDepthGradient[] |
handleGetAllClusterDepthGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for getAllClusterDepthGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
DepthGradient |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.DepthGradient from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as DepthGradientDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type DepthGradient . |
java.util.Collection |
loadAll(int transform)
Does the same thing as DepthGradientDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as DepthGradientDao.loadAll() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
loadAll(int transform,
int pageNumber,
int pageSize)
Does the same thing as DepthGradientDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteDepthGradientFullVOToEntity(RemoteDepthGradientFullVO source,
DepthGradient target,
boolean copyIfNull)
Copies the fields of RemoteDepthGradientFullVO to the specified entity. |
void |
remoteDepthGradientFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDepthGradientFullVO to this
DAO's entity. |
void |
remoteDepthGradientNaturalIdToEntity(RemoteDepthGradientNaturalId source,
DepthGradient target,
boolean copyIfNull)
Copies the fields of RemoteDepthGradientNaturalId to the specified entity. |
void |
remoteDepthGradientNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDepthGradientNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(DepthGradient depthGradient)
Removes the instance of fr.ifremer.allegro.referential.DepthGradient from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.DepthGradient having the given identifier from the persistent store. |
PaginationResult |
search(int transform,
int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
PaginationResult |
search(int pageNumber,
int pageSize,
Search search)
Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize . |
java.util.Set |
search(int transform,
Search search)
Does the same thing as DepthGradientDao.search(fr.ifremer.allegro.Search) but with an
additional flag called transform . |
java.util.Set |
search(Search search)
Performs a search using the parameters specified in the given search object. |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to statusDao . |
ClusterDepthGradient |
toClusterDepthGradient(DepthGradient entity)
Converts this DAO's entity to an object of type ClusterDepthGradient . |
void |
toClusterDepthGradient(DepthGradient source,
ClusterDepthGradient target)
Copies the fields of the specified entity to the target value object. |
protected ClusterDepthGradient |
toClusterDepthGradient(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterDepthGradient[] |
toClusterDepthGradientArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterDepthGradient . |
void |
toClusterDepthGradientCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterDepthGradient . |
protected DepthGradient |
toEntity(java.lang.Object[] row)
|
RemoteDepthGradientFullVO |
toRemoteDepthGradientFullVO(DepthGradient entity)
Converts this DAO's entity to an object of type RemoteDepthGradientFullVO . |
void |
toRemoteDepthGradientFullVO(DepthGradient source,
RemoteDepthGradientFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteDepthGradientFullVO |
toRemoteDepthGradientFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteDepthGradientFullVO[] |
toRemoteDepthGradientFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDepthGradientFullVO . |
void |
toRemoteDepthGradientFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDepthGradientFullVO . |
RemoteDepthGradientNaturalId |
toRemoteDepthGradientNaturalId(DepthGradient entity)
Converts this DAO's entity to an object of type RemoteDepthGradientNaturalId . |
void |
toRemoteDepthGradientNaturalId(DepthGradient source,
RemoteDepthGradientNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteDepthGradientNaturalId |
toRemoteDepthGradientNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteDepthGradientNaturalId[] |
toRemoteDepthGradientNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDepthGradientNaturalId . |
void |
toRemoteDepthGradientNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDepthGradientNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.DepthGradient)
method. |
protected java.lang.Object |
transformEntity(int transform,
DepthGradient 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.DepthGradientDao , please note
that the DepthGradientDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(DepthGradient depthGradient)
Updates the depthGradient instance in the persistent store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.ifremer.allegro.referential.DepthGradientDao |
---|
clusterDepthGradientToEntity, remoteDepthGradientFullVOToEntity, remoteDepthGradientNaturalIdToEntity |
Constructor Detail |
---|
public DepthGradientDaoBase()
Method Detail |
---|
public void setStatusDao(StatusDao statusDao)
statusDao
.
protected StatusDao getStatusDao()
statusDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
DepthGradientDao
Does the same thing as DepthGradientDao.load(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined in this class then the result WILL BE passed through an operation which can
optionally transform the entity (into a value object for example). By default, transformation does
not occur.
load
in interface DepthGradientDao
id
- identifier of the entity to load
DepthGradientDao.load(int, java.lang.Integer)
public DepthGradient load(java.lang.Integer id)
DepthGradientDao
load
in interface DepthGradientDao
DepthGradientDao.load(java.lang.Integer)
public java.util.Collection loadAll()
DepthGradientDao
DepthGradient
.
loadAll
in interface DepthGradientDao
DepthGradientDao.loadAll()
public java.util.Collection loadAll(int transform)
DepthGradientDao
Does the same thing as DepthGradientDao.loadAll()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
loadAll
in interface DepthGradientDao
transform
- the flag indicating what transformation to use.
DepthGradientDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
DepthGradientDao
Does the same thing as DepthGradientDao.loadAll()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface DepthGradientDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
DepthGradientDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
DepthGradientDao
Does the same thing as DepthGradientDao.loadAll(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
loadAll
in interface DepthGradientDao
transform
- the flag indicating what transformation to use.pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
DepthGradientDao.loadAll(int, int, int)
public DepthGradient create(DepthGradient depthGradient)
DepthGradientDao
create
in interface DepthGradientDao
DepthGradientDao.create(fr.ifremer.allegro.referential.DepthGradient)
public java.lang.Object create(int transform, DepthGradient depthGradient)
DepthGradientDao
Does the same thing as DepthGradientDao.create(fr.ifremer.allegro.referential.DepthGradient)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DepthGradientDao
DepthGradientDao.create(int transform, fr.ifremer.allegro.referential.DepthGradient)
public java.util.Collection create(java.util.Collection entities)
DepthGradientDao
entities
collection
create
in interface DepthGradientDao
entities
- the collection of fr.ifremer.allegro.referential.DepthGradient
instances to create.
DepthGradientDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
DepthGradientDao
Does the same thing as DepthGradientDao.create(fr.ifremer.allegro.referential.DepthGradient)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
create
in interface DepthGradientDao
DepthGradientDao.create(int, java.util.Collection)
public DepthGradient create(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
DepthGradientDao
Creates a new fr.ifremer.allegro.referential.DepthGradient
instance from all attributes and
properties and adds it to the persistent store.
create
in interface DepthGradientDao
DepthGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOT be transformed. If this flag is any of the other constants
defined here then the result WILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DepthGradientDao
DepthGradientDao.create(int, java.lang.String,java.lang.String,java.lang.Short,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public DepthGradient create(java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
DepthGradientDao
Creates a new fr.ifremer.allegro.referential.DepthGradient
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface DepthGradientDao
DepthGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,fr.ifremer.allegro.referential.Status)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
the returned entity will NOTWILL BE passed through an operation which can optionally
transform the entity (into a value object for example). By default, transformation does
not occur.
create
in interface DepthGradientDao
DepthGradientDao.create(int, java.lang.String,java.lang.String,java.lang.Short,fr.ifremer.allegro.referential.Status)
public void update(DepthGradient depthGradient)
DepthGradientDao
depthGradient
instance in the persistent store.
update
in interface DepthGradientDao
DepthGradientDao.update(fr.ifremer.allegro.referential.DepthGradient)
public void update(java.util.Collection entities)
DepthGradientDao
entities
collection in the persistent store.
update
in interface DepthGradientDao
DepthGradientDao.update(java.util.Collection)
public void remove(DepthGradient depthGradient)
DepthGradientDao
remove
in interface DepthGradientDao
DepthGradientDao.remove(fr.ifremer.allegro.referential.DepthGradient)
public void remove(java.lang.Integer id)
DepthGradientDao
identifier
from the persistent store.
remove
in interface DepthGradientDao
DepthGradientDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
DepthGradientDao
entities collection.
- Specified by:
remove
in interface DepthGradientDao
- See Also:
DepthGradientDao.remove(java.util.Collection)
public java.util.Collection getAllDepthGradient()
getAllDepthGradient
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradient()
public java.util.Collection getAllDepthGradient(int transform)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradient()
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllDepthGradient
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradient(int)
public java.util.Collection getAllDepthGradient(java.lang.String queryString)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradient()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.getAllDepthGradient()
.
getAllDepthGradient
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradient(java.lang.String)
public java.util.Collection getAllDepthGradient(int pageNumber, int pageSize)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradient()
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDepthGradient
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradient(int, int)
public java.util.Collection getAllDepthGradient(java.lang.String queryString, int pageNumber, int pageSize)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradient(String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDepthGradient
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradient(String, int, int)
public java.util.Collection getAllDepthGradient(int transform, java.lang.String queryString)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradient(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.getAllDepthGradient(int)
.
getAllDepthGradient
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradient(int, String)
public java.util.Collection getAllDepthGradient(int transform, int pageNumber, int pageSize)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradient(int)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDepthGradient
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradient(int, int, int)
public java.util.Collection getAllDepthGradient(int transform, java.lang.String queryString, int pageNumber, int pageSize)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradient(int, String)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDepthGradient
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradient(int, java.lang.String, int, int)
public DepthGradient findDepthGradientById(java.lang.Integer id)
findDepthGradientById
in interface DepthGradientDao
DepthGradientDao.findDepthGradientById(java.lang.Integer)
public java.lang.Object findDepthGradientById(int transform, java.lang.Integer id)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientById(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDepthGradientById
in interface DepthGradientDao
DepthGradientDao.findDepthGradientById(int, java.lang.Integer)
public DepthGradient findDepthGradientById(java.lang.String queryString, java.lang.Integer id)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.findDepthGradientById(java.lang.Integer)
.
findDepthGradientById
in interface DepthGradientDao
DepthGradientDao.findDepthGradientById(java.lang.String, java.lang.Integer)
public java.lang.Object findDepthGradientById(int transform, java.lang.String queryString, java.lang.Integer id)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.findDepthGradientById(int, java.lang.Integer id)
.
findDepthGradientById
in interface DepthGradientDao
DepthGradientDao.findDepthGradientById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findDepthGradientByStatus(Status status)
findDepthGradientByStatus
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findDepthGradientByStatus(int transform, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDepthGradientByStatus
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDepthGradientByStatus(java.lang.String queryString, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status)
.
findDepthGradientByStatus
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDepthGradientByStatus(int pageNumber, int pageSize, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByStatus(fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDepthGradientByStatus
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDepthGradientByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByStatus(String, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDepthGradientByStatus
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDepthGradientByStatus(int transform, java.lang.String queryString, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.findDepthGradientByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findDepthGradientByStatus
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDepthGradientByStatus(int transform, int pageNumber, int pageSize, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDepthGradientByStatus
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDepthGradientByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByStatus(int, String, fr.ifremer.allegro.referential.Status)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
findDepthGradientByStatus
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public DepthGradient findDepthGradientByNaturalId(java.lang.Integer id)
findDepthGradientByNaturalId
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByNaturalId(java.lang.Integer)
public java.lang.Object findDepthGradientByNaturalId(int transform, java.lang.Integer id)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByNaturalId(java.lang.Integer)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
findDepthGradientByNaturalId
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByNaturalId(int, java.lang.Integer)
public DepthGradient findDepthGradientByNaturalId(java.lang.String queryString, java.lang.Integer id)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.findDepthGradientByNaturalId(java.lang.Integer)
.
findDepthGradientByNaturalId
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findDepthGradientByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
DepthGradientDao
Does the same thing as DepthGradientDao.findDepthGradientByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.findDepthGradientByNaturalId(int, java.lang.Integer id)
.
findDepthGradientByNaturalId
in interface DepthGradientDao
DepthGradientDao.findDepthGradientByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllDepthGradientSinceDateSynchro(java.sql.Timestamp updateDate)
getAllDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllDepthGradientSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.sql.Timestamp)
with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then finder results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
getAllDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllDepthGradientSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.sql.Timestamp)
.
getAllDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllDepthGradientSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllDepthGradientSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradientSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllDepthGradientSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllDepthGradientSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllDepthGradientSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DepthGradientDao
Does the same thing as DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, String, java.sql.Timestamp)
with an
additional two arguments called pageNumber
and pageSize
. The pageNumber
argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the
page retrieved.
getAllDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllDepthGradientSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public DepthGradient createFromClusterDepthGradient(ClusterDepthGradient clusterDepthGradient)
createFromClusterDepthGradient
in interface DepthGradientDao
DepthGradientDao.createFromClusterDepthGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDepthGradient)
protected abstract DepthGradient handleCreateFromClusterDepthGradient(ClusterDepthGradient clusterDepthGradient) throws java.lang.Exception
createFromClusterDepthGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDepthGradient)
java.lang.Exception
public ClusterDepthGradient[] getAllClusterDepthGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterDepthGradientSinceDateSynchro
in interface DepthGradientDao
DepthGradientDao.getAllClusterDepthGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterDepthGradient[] handleGetAllClusterDepthGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterDepthGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, DepthGradient entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.DepthGradientDao
, please note
that the DepthGradientDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
DepthGradient
- DepthGradientDao.TRANSFORM_NONE
RemoteDepthGradientFullVO
- TRANSFORM_REMOTEDEPTHGRADIENTFULLVO
RemoteDepthGradientNaturalId
- TRANSFORM_REMOTEDEPTHGRADIENTNATURALID
ClusterDepthGradient
- TRANSFORM_CLUSTERDEPTHGRADIENT
DepthGradientDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in DepthGradientDao
entity
- an entity that was found
transformEntities(int,java.util.Collection)
protected void transformEntities(int transform, java.util.Collection entities)
transformEntity(int,fr.ifremer.allegro.referential.DepthGradient)
method. This method does not instantiate a new collection.
This method is to be used internally only.
transform
- one of the constants declared in fr.ifremer.allegro.referential.DepthGradientDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.DepthGradient)
protected DepthGradient toEntity(java.lang.Object[] row)
public final void toRemoteDepthGradientFullVOCollection(java.util.Collection entities)
DepthGradientDao
RemoteDepthGradientFullVO
.
toRemoteDepthGradientFullVOCollection
in interface DepthGradientDao
DepthGradientDao.toRemoteDepthGradientFullVOCollection(java.util.Collection)
public final RemoteDepthGradientFullVO[] toRemoteDepthGradientFullVOArray(java.util.Collection entities)
DepthGradientDao
RemoteDepthGradientFullVO
.
toRemoteDepthGradientFullVOArray
in interface DepthGradientDao
DepthGradientDao.toRemoteDepthGradientFullVOArray(java.util.Collection)
protected RemoteDepthGradientFullVO toRemoteDepthGradientFullVO(java.lang.Object[] row)
DepthGradientDaoImpl
class if you intend to use reporting queries.
DepthGradientDao.toRemoteDepthGradientFullVO(fr.ifremer.allegro.referential.DepthGradient)
public final void remoteDepthGradientFullVOToEntityCollection(java.util.Collection instances)
DepthGradientDao
RemoteDepthGradientFullVO
to this
DAO's entity.
remoteDepthGradientFullVOToEntityCollection
in interface DepthGradientDao
DepthGradientDao.remoteDepthGradientFullVOToEntityCollection(java.util.Collection)
public void toRemoteDepthGradientFullVO(DepthGradient source, RemoteDepthGradientFullVO target)
DepthGradientDao
toRemoteDepthGradientFullVO
in interface DepthGradientDao
DepthGradientDao.toRemoteDepthGradientFullVO(fr.ifremer.allegro.referential.DepthGradient, fr.ifremer.allegro.referential.generic.vo.RemoteDepthGradientFullVO)
public RemoteDepthGradientFullVO toRemoteDepthGradientFullVO(DepthGradient entity)
DepthGradientDao
RemoteDepthGradientFullVO
.
toRemoteDepthGradientFullVO
in interface DepthGradientDao
DepthGradientDao.toRemoteDepthGradientFullVO(fr.ifremer.allegro.referential.DepthGradient)
public void remoteDepthGradientFullVOToEntity(RemoteDepthGradientFullVO source, DepthGradient target, boolean copyIfNull)
DepthGradientDao
RemoteDepthGradientFullVO
to the specified entity.
remoteDepthGradientFullVOToEntity
in interface DepthGradientDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.DepthGradientDao#remoteDepthGradientFullVOToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteDepthGradientFullVO, fr.ifremer.allegro.referential.DepthGradient)
public final void toRemoteDepthGradientNaturalIdCollection(java.util.Collection entities)
DepthGradientDao
RemoteDepthGradientNaturalId
.
toRemoteDepthGradientNaturalIdCollection
in interface DepthGradientDao
DepthGradientDao.toRemoteDepthGradientNaturalIdCollection(java.util.Collection)
public final RemoteDepthGradientNaturalId[] toRemoteDepthGradientNaturalIdArray(java.util.Collection entities)
DepthGradientDao
RemoteDepthGradientNaturalId
.
toRemoteDepthGradientNaturalIdArray
in interface DepthGradientDao
DepthGradientDao.toRemoteDepthGradientNaturalIdArray(java.util.Collection)
protected RemoteDepthGradientNaturalId toRemoteDepthGradientNaturalId(java.lang.Object[] row)
DepthGradientDaoImpl
class if you intend to use reporting queries.
DepthGradientDao.toRemoteDepthGradientNaturalId(fr.ifremer.allegro.referential.DepthGradient)
public final void remoteDepthGradientNaturalIdToEntityCollection(java.util.Collection instances)
DepthGradientDao
RemoteDepthGradientNaturalId
to this
DAO's entity.
remoteDepthGradientNaturalIdToEntityCollection
in interface DepthGradientDao
DepthGradientDao.remoteDepthGradientNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteDepthGradientNaturalId(DepthGradient source, RemoteDepthGradientNaturalId target)
DepthGradientDao
toRemoteDepthGradientNaturalId
in interface DepthGradientDao
DepthGradientDao.toRemoteDepthGradientNaturalId(fr.ifremer.allegro.referential.DepthGradient, fr.ifremer.allegro.referential.generic.vo.RemoteDepthGradientNaturalId)
public RemoteDepthGradientNaturalId toRemoteDepthGradientNaturalId(DepthGradient entity)
DepthGradientDao
RemoteDepthGradientNaturalId
.
toRemoteDepthGradientNaturalId
in interface DepthGradientDao
DepthGradientDao.toRemoteDepthGradientNaturalId(fr.ifremer.allegro.referential.DepthGradient)
public void remoteDepthGradientNaturalIdToEntity(RemoteDepthGradientNaturalId source, DepthGradient target, boolean copyIfNull)
DepthGradientDao
RemoteDepthGradientNaturalId
to the specified entity.
remoteDepthGradientNaturalIdToEntity
in interface DepthGradientDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.DepthGradientDao#remoteDepthGradientNaturalIdToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteDepthGradientNaturalId, fr.ifremer.allegro.referential.DepthGradient)
public final void toClusterDepthGradientCollection(java.util.Collection entities)
DepthGradientDao
ClusterDepthGradient
.
toClusterDepthGradientCollection
in interface DepthGradientDao
DepthGradientDao.toClusterDepthGradientCollection(java.util.Collection)
public final ClusterDepthGradient[] toClusterDepthGradientArray(java.util.Collection entities)
DepthGradientDao
ClusterDepthGradient
.
toClusterDepthGradientArray
in interface DepthGradientDao
DepthGradientDao.toClusterDepthGradientArray(java.util.Collection)
protected ClusterDepthGradient toClusterDepthGradient(java.lang.Object[] row)
DepthGradientDaoImpl
class if you intend to use reporting queries.
DepthGradientDao.toClusterDepthGradient(fr.ifremer.allegro.referential.DepthGradient)
public final void clusterDepthGradientToEntityCollection(java.util.Collection instances)
DepthGradientDao
ClusterDepthGradient
to this
DAO's entity.
clusterDepthGradientToEntityCollection
in interface DepthGradientDao
DepthGradientDao.clusterDepthGradientToEntityCollection(java.util.Collection)
public void toClusterDepthGradient(DepthGradient source, ClusterDepthGradient target)
DepthGradientDao
toClusterDepthGradient
in interface DepthGradientDao
DepthGradientDao.toClusterDepthGradient(fr.ifremer.allegro.referential.DepthGradient, fr.ifremer.allegro.referential.generic.cluster.ClusterDepthGradient)
public ClusterDepthGradient toClusterDepthGradient(DepthGradient entity)
DepthGradientDao
ClusterDepthGradient
.
toClusterDepthGradient
in interface DepthGradientDao
DepthGradientDao.toClusterDepthGradient(fr.ifremer.allegro.referential.DepthGradient)
public void clusterDepthGradientToEntity(ClusterDepthGradient source, DepthGradient target, boolean copyIfNull)
DepthGradientDao
ClusterDepthGradient
to the specified entity.
clusterDepthGradientToEntity
in interface DepthGradientDao
copyIfNull
- If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE,
it will be copied regardless of its value.fr.ifremer.allegro.referential.DepthGradientDao#clusterDepthGradientToEntity(fr.ifremer.allegro.referential.generic.cluster.ClusterDepthGradient, fr.ifremer.allegro.referential.DepthGradient)
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
public PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
DepthGradientDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DepthGradientDao
transform
- the transformation flag.pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.DepthGradientDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
DepthGradientDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DepthGradientDao
pageNumber
- the page number in the data to retrievepageSize
- the size of the page to retrieve.search
- the search object which provides the search parameters and pagination specification.
PaginationResult
instance.DepthGradientDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
DepthGradientDao
DepthGradientDao.search(fr.ifremer.allegro.Search)
but with an
additional flag called transform
. If this flag is set to TRANSFORM_NONE
then
finder results will NOT be transformed during retrieval.
If this flag is any of the other constants defined here
then results WILL BE passed through an operation which can optionally
transform the entities (into value objects for example). By default, transformation does
not occur.
search
in interface DepthGradientDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
DepthGradientDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
DepthGradientDao
search
object.
search
in interface DepthGradientDao
search
- the search object which provides the search parameters and pagination specification.
DepthGradientDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |