|
||||||||||
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.DistanceToCoastGradientDaoBase
public abstract class DistanceToCoastGradientDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.DistanceToCoastGradient
.
DistanceToCoastGradient
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.DistanceToCoastGradientDao |
---|
TRANSFORM_CLUSTERDISTANCETOCOASTGRADIENT, TRANSFORM_NONE, TRANSFORM_REMOTEDISTANCETOCOASTGRADIENTFULLVO, TRANSFORM_REMOTEDISTANCETOCOASTGRADIENTNATURALID |
Constructor Summary | |
---|---|
DistanceToCoastGradientDaoBase()
|
Method Summary | |
---|---|
void |
clusterDistanceToCoastGradientToEntity(ClusterDistanceToCoastGradient source,
DistanceToCoastGradient target,
boolean copyIfNull)
Copies the fields of ClusterDistanceToCoastGradient to the specified entity. |
void |
clusterDistanceToCoastGradientToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterDistanceToCoastGradient to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.DistanceToCoastGradient and adds from the passed in entities collection |
DistanceToCoastGradient |
create(DistanceToCoastGradient distanceToCoastGradient)
Creates an instance of fr.ifremer.allegro.referential.DistanceToCoastGradient and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as DistanceToCoastGradientDao.create(fr.ifremer.allegro.referential.DistanceToCoastGradient) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
DistanceToCoastGradient distanceToCoastGradient)
Does the same thing as DistanceToCoastGradientDao.create(fr.ifremer.allegro.referential.DistanceToCoastGradient) 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 DistanceToCoastGradientDao.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 DistanceToCoastGradientDao.create(java.lang.String,java.lang.String,java.lang.Short,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
DistanceToCoastGradient |
create(java.lang.String description,
java.lang.String name,
java.lang.Short rankOrder,
Status status)
Creates a new fr.ifremer.allegro.referential.DistanceToCoastGradient
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
DistanceToCoastGradient |
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.DistanceToCoastGradient
instance from all attributes and
properties and adds it to the persistent store. |
DistanceToCoastGradient |
createFromClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
|
DistanceToCoastGradient |
findDistanceToCoastGradientById(java.lang.Integer id)
|
java.lang.Object |
findDistanceToCoastGradientById(int transform,
java.lang.Integer id)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDistanceToCoastGradientById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientById(int, java.lang.Integer) with an
additional argument called queryString . |
DistanceToCoastGradient |
findDistanceToCoastGradientById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientById(java.lang.Integer) with an
additional argument called queryString . |
DistanceToCoastGradient |
findDistanceToCoastGradientByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findDistanceToCoastGradientByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findDistanceToCoastGradientByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
DistanceToCoastGradient |
findDistanceToCoastGradientByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findDistanceToCoastGradientByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDistanceToCoastGradientByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDistanceToCoastGradientByStatus(int transform,
Status status)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findDistanceToCoastGradientByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDistanceToCoastGradientByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findDistanceToCoastGradientByStatus(Status status)
|
java.util.Collection |
findDistanceToCoastGradientByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findDistanceToCoastGradientByStatus(java.lang.String queryString,
Status status)
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterDistanceToCoastGradient[] |
getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllDistanceToCoastGradient()
|
java.util.Collection |
getAllDistanceToCoastGradient(int transform)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient() with an
additional flag called transform . |
java.util.Collection |
getAllDistanceToCoastGradient(int pageNumber,
int pageSize)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDistanceToCoastGradient(int transform,
int pageNumber,
int pageSize)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDistanceToCoastGradient(int transform,
java.lang.String queryString)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int) with an
additional argument called queryString . |
java.util.Collection |
getAllDistanceToCoastGradient(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDistanceToCoastGradient(java.lang.String queryString)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient() with an
additional argument called queryString . |
java.util.Collection |
getAllDistanceToCoastGradient(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDistanceToCoastGradientSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDistanceToCoastGradientSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDistanceToCoastGradientSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDistanceToCoastGradientSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllDistanceToCoastGradientSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllDistanceToCoastGradientSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllDistanceToCoastGradientSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllDistanceToCoastGradientSinceDateSynchro(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 DistanceToCoastGradient |
handleCreateFromClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
Performs the core logic for createFromClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient) |
protected abstract ClusterDistanceToCoastGradient[] |
handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(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 getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
DistanceToCoastGradient |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.DistanceToCoastGradient from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as DistanceToCoastGradientDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type DistanceToCoastGradient . |
java.util.Collection |
loadAll(int transform)
Does the same thing as DistanceToCoastGradientDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as DistanceToCoastGradientDao.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 DistanceToCoastGradientDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteDistanceToCoastGradientFullVOToEntity(RemoteDistanceToCoastGradientFullVO source,
DistanceToCoastGradient target,
boolean copyIfNull)
Copies the fields of RemoteDistanceToCoastGradientFullVO to the specified entity. |
void |
remoteDistanceToCoastGradientFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDistanceToCoastGradientFullVO to this
DAO's entity. |
void |
remoteDistanceToCoastGradientNaturalIdToEntity(RemoteDistanceToCoastGradientNaturalId source,
DistanceToCoastGradient target,
boolean copyIfNull)
Copies the fields of RemoteDistanceToCoastGradientNaturalId to the specified entity. |
void |
remoteDistanceToCoastGradientNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteDistanceToCoastGradientNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(DistanceToCoastGradient distanceToCoastGradient)
Removes the instance of fr.ifremer.allegro.referential.DistanceToCoastGradient from the persistent store. |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.DistanceToCoastGradient 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 DistanceToCoastGradientDao.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 . |
ClusterDistanceToCoastGradient |
toClusterDistanceToCoastGradient(DistanceToCoastGradient entity)
Converts this DAO's entity to an object of type ClusterDistanceToCoastGradient . |
void |
toClusterDistanceToCoastGradient(DistanceToCoastGradient source,
ClusterDistanceToCoastGradient target)
Copies the fields of the specified entity to the target value object. |
protected ClusterDistanceToCoastGradient |
toClusterDistanceToCoastGradient(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterDistanceToCoastGradient[] |
toClusterDistanceToCoastGradientArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterDistanceToCoastGradient . |
void |
toClusterDistanceToCoastGradientCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterDistanceToCoastGradient . |
protected DistanceToCoastGradient |
toEntity(java.lang.Object[] row)
|
RemoteDistanceToCoastGradientFullVO |
toRemoteDistanceToCoastGradientFullVO(DistanceToCoastGradient entity)
Converts this DAO's entity to an object of type RemoteDistanceToCoastGradientFullVO . |
void |
toRemoteDistanceToCoastGradientFullVO(DistanceToCoastGradient source,
RemoteDistanceToCoastGradientFullVO target)
Copies the fields of the specified entity to the target value object. |
protected RemoteDistanceToCoastGradientFullVO |
toRemoteDistanceToCoastGradientFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteDistanceToCoastGradientFullVO[] |
toRemoteDistanceToCoastGradientFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDistanceToCoastGradientFullVO . |
void |
toRemoteDistanceToCoastGradientFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDistanceToCoastGradientFullVO . |
RemoteDistanceToCoastGradientNaturalId |
toRemoteDistanceToCoastGradientNaturalId(DistanceToCoastGradient entity)
Converts this DAO's entity to an object of type RemoteDistanceToCoastGradientNaturalId . |
void |
toRemoteDistanceToCoastGradientNaturalId(DistanceToCoastGradient source,
RemoteDistanceToCoastGradientNaturalId target)
Copies the fields of the specified entity to the target value object. |
protected RemoteDistanceToCoastGradientNaturalId |
toRemoteDistanceToCoastGradientNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteDistanceToCoastGradientNaturalId[] |
toRemoteDistanceToCoastGradientNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteDistanceToCoastGradientNaturalId . |
void |
toRemoteDistanceToCoastGradientNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteDistanceToCoastGradientNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.DistanceToCoastGradient)
method. |
protected java.lang.Object |
transformEntity(int transform,
DistanceToCoastGradient 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.DistanceToCoastGradientDao , please note
that the DistanceToCoastGradientDao.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(DistanceToCoastGradient distanceToCoastGradient)
Updates the distanceToCoastGradient 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.DistanceToCoastGradientDao |
---|
clusterDistanceToCoastGradientToEntity, remoteDistanceToCoastGradientFullVOToEntity, remoteDistanceToCoastGradientNaturalIdToEntity |
Constructor Detail |
---|
public DistanceToCoastGradientDaoBase()
Method Detail |
---|
public void setStatusDao(StatusDao statusDao)
statusDao
.
protected StatusDao getStatusDao()
statusDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.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 DistanceToCoastGradientDao
id
- identifier of the entity to load
DistanceToCoastGradientDao.load(int, java.lang.Integer)
public DistanceToCoastGradient load(java.lang.Integer id)
DistanceToCoastGradientDao
load
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.load(java.lang.Integer)
public java.util.Collection loadAll()
DistanceToCoastGradientDao
DistanceToCoastGradient
.
loadAll
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.loadAll()
public java.util.Collection loadAll(int transform)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.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 DistanceToCoastGradientDao
transform
- the flag indicating what transformation to use.
DistanceToCoastGradientDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.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 DistanceToCoastGradientDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
DistanceToCoastGradientDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.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 DistanceToCoastGradientDao
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.
DistanceToCoastGradientDao.loadAll(int, int, int)
public DistanceToCoastGradient create(DistanceToCoastGradient distanceToCoastGradient)
DistanceToCoastGradientDao
create
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.create(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.lang.Object create(int transform, DistanceToCoastGradient distanceToCoastGradient)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.create(fr.ifremer.allegro.referential.DistanceToCoastGradient)
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 DistanceToCoastGradientDao
DistanceToCoastGradientDao.create(int transform, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public java.util.Collection create(java.util.Collection entities)
DistanceToCoastGradientDao
entities
collection
create
in interface DistanceToCoastGradientDao
entities
- the collection of fr.ifremer.allegro.referential.DistanceToCoastGradient
instances to create.
DistanceToCoastGradientDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.create(fr.ifremer.allegro.referential.DistanceToCoastGradient)
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 DistanceToCoastGradientDao
DistanceToCoastGradientDao.create(int, java.util.Collection)
public DistanceToCoastGradient create(java.lang.String name, java.lang.String description, java.lang.Short rankOrder, java.sql.Timestamp updateDate, Status status)
DistanceToCoastGradientDao
Creates a new fr.ifremer.allegro.referential.DistanceToCoastGradient
instance from all attributes and
properties and adds it to the persistent store.
create
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.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)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.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 DistanceToCoastGradientDao
DistanceToCoastGradientDao.create(int, java.lang.String,java.lang.String,java.lang.Short,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public DistanceToCoastGradient create(java.lang.String description, java.lang.String name, java.lang.Short rankOrder, Status status)
DistanceToCoastGradientDao
Creates a new fr.ifremer.allegro.referential.DistanceToCoastGradient
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.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)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.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 DistanceToCoastGradientDao
DistanceToCoastGradientDao.create(int, java.lang.String,java.lang.String,java.lang.Short,fr.ifremer.allegro.referential.Status)
public void update(DistanceToCoastGradient distanceToCoastGradient)
DistanceToCoastGradientDao
distanceToCoastGradient
instance in the persistent store.
update
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.update(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public void update(java.util.Collection entities)
DistanceToCoastGradientDao
entities
collection in the persistent store.
update
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.update(java.util.Collection)
public void remove(DistanceToCoastGradient distanceToCoastGradient)
DistanceToCoastGradientDao
remove
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.remove(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public void remove(java.lang.Integer id)
DistanceToCoastGradientDao
identifier
from the persistent store.
remove
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
DistanceToCoastGradientDao
entities collection.
- Specified by:
remove
in interface DistanceToCoastGradientDao
- See Also:
DistanceToCoastGradientDao.remove(java.util.Collection)
public java.util.Collection getAllDistanceToCoastGradient()
getAllDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradient()
public java.util.Collection getAllDistanceToCoastGradient(int transform)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient()
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.
getAllDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int)
public java.util.Collection getAllDistanceToCoastGradient(java.lang.String queryString)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.getAllDistanceToCoastGradient()
.
getAllDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradient(java.lang.String)
public java.util.Collection getAllDistanceToCoastGradient(int pageNumber, int pageSize)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient()
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.
getAllDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int, int)
public java.util.Collection getAllDistanceToCoastGradient(java.lang.String queryString, int pageNumber, int pageSize)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient(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.
getAllDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradient(String, int, int)
public java.util.Collection getAllDistanceToCoastGradient(int transform, java.lang.String queryString)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int)
.
getAllDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int, String)
public java.util.Collection getAllDistanceToCoastGradient(int transform, int pageNumber, int pageSize)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient(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.
getAllDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int, int, int)
public java.util.Collection getAllDistanceToCoastGradient(int transform, java.lang.String queryString, int pageNumber, int pageSize)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradient(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.
getAllDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradient(int, java.lang.String, int, int)
public DistanceToCoastGradient findDistanceToCoastGradientById(java.lang.Integer id)
findDistanceToCoastGradientById
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientById(java.lang.Integer)
public java.lang.Object findDistanceToCoastGradientById(int transform, java.lang.Integer id)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientById(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.
findDistanceToCoastGradientById
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientById(int, java.lang.Integer)
public DistanceToCoastGradient findDistanceToCoastGradientById(java.lang.String queryString, java.lang.Integer id)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.findDistanceToCoastGradientById(java.lang.Integer)
.
findDistanceToCoastGradientById
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientById(java.lang.String, java.lang.Integer)
public java.lang.Object findDistanceToCoastGradientById(int transform, java.lang.String queryString, java.lang.Integer id)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.findDistanceToCoastGradientById(int, java.lang.Integer id)
.
findDistanceToCoastGradientById
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findDistanceToCoastGradientByStatus(Status status)
findDistanceToCoastGradientByStatus
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findDistanceToCoastGradientByStatus(int transform, Status status)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(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.
findDistanceToCoastGradientByStatus
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDistanceToCoastGradientByStatus(java.lang.String queryString, Status status)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(fr.ifremer.allegro.referential.Status)
.
findDistanceToCoastGradientByStatus
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDistanceToCoastGradientByStatus(int pageNumber, int pageSize, Status status)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(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.
findDistanceToCoastGradientByStatus
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDistanceToCoastGradientByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(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.
findDistanceToCoastGradientByStatus
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDistanceToCoastGradientByStatus(int transform, java.lang.String queryString, Status status)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findDistanceToCoastGradientByStatus
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDistanceToCoastGradientByStatus(int transform, int pageNumber, int pageSize, Status status)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(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.
findDistanceToCoastGradientByStatus
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findDistanceToCoastGradientByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(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.
findDistanceToCoastGradientByStatus
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public DistanceToCoastGradient findDistanceToCoastGradientByNaturalId(java.lang.Integer id)
findDistanceToCoastGradientByNaturalId
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(java.lang.Integer)
public java.lang.Object findDistanceToCoastGradientByNaturalId(int transform, java.lang.Integer id)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(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.
findDistanceToCoastGradientByNaturalId
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(int, java.lang.Integer)
public DistanceToCoastGradient findDistanceToCoastGradientByNaturalId(java.lang.String queryString, java.lang.Integer id)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(java.lang.Integer)
.
findDistanceToCoastGradientByNaturalId
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findDistanceToCoastGradientByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(int, java.lang.Integer id)
.
findDistanceToCoastGradientByNaturalId
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.findDistanceToCoastGradientByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp updateDate)
getAllDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllDistanceToCoastGradientSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(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.
getAllDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllDistanceToCoastGradientSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp)
.
getAllDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllDistanceToCoastGradientSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(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.
getAllDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllDistanceToCoastGradientSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(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.
getAllDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllDistanceToCoastGradientSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllDistanceToCoastGradientSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(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.
getAllDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllDistanceToCoastGradientSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
DistanceToCoastGradientDao
Does the same thing as DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(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.
getAllDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllDistanceToCoastGradientSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public DistanceToCoastGradient createFromClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
createFromClusterDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.createFromClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)
protected abstract DistanceToCoastGradient handleCreateFromClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient) throws java.lang.Exception
createFromClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)
java.lang.Exception
public ClusterDistanceToCoastGradient[] getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterDistanceToCoastGradientSinceDateSynchro
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterDistanceToCoastGradient[] handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterDistanceToCoastGradientSinceDateSynchro(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, DistanceToCoastGradient entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.DistanceToCoastGradientDao
, please note
that the DistanceToCoastGradientDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
DistanceToCoastGradient
- DistanceToCoastGradientDao.TRANSFORM_NONE
RemoteDistanceToCoastGradientFullVO
- TRANSFORM_REMOTEDISTANCETOCOASTGRADIENTFULLVO
RemoteDistanceToCoastGradientNaturalId
- TRANSFORM_REMOTEDISTANCETOCOASTGRADIENTNATURALID
ClusterDistanceToCoastGradient
- TRANSFORM_CLUSTERDISTANCETOCOASTGRADIENT
DistanceToCoastGradientDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in DistanceToCoastGradientDao
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.DistanceToCoastGradient)
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.DistanceToCoastGradientDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.DistanceToCoastGradient)
protected DistanceToCoastGradient toEntity(java.lang.Object[] row)
public final void toRemoteDistanceToCoastGradientFullVOCollection(java.util.Collection entities)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientFullVO
.
toRemoteDistanceToCoastGradientFullVOCollection
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientFullVOCollection(java.util.Collection)
public final RemoteDistanceToCoastGradientFullVO[] toRemoteDistanceToCoastGradientFullVOArray(java.util.Collection entities)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientFullVO
.
toRemoteDistanceToCoastGradientFullVOArray
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientFullVOArray(java.util.Collection)
protected RemoteDistanceToCoastGradientFullVO toRemoteDistanceToCoastGradientFullVO(java.lang.Object[] row)
DistanceToCoastGradientDaoImpl
class if you intend to use reporting queries.
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientFullVO(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public final void remoteDistanceToCoastGradientFullVOToEntityCollection(java.util.Collection instances)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientFullVO
to this
DAO's entity.
remoteDistanceToCoastGradientFullVOToEntityCollection
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.remoteDistanceToCoastGradientFullVOToEntityCollection(java.util.Collection)
public void toRemoteDistanceToCoastGradientFullVO(DistanceToCoastGradient source, RemoteDistanceToCoastGradientFullVO target)
DistanceToCoastGradientDao
toRemoteDistanceToCoastGradientFullVO
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientFullVO(fr.ifremer.allegro.referential.DistanceToCoastGradient, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
public RemoteDistanceToCoastGradientFullVO toRemoteDistanceToCoastGradientFullVO(DistanceToCoastGradient entity)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientFullVO
.
toRemoteDistanceToCoastGradientFullVO
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientFullVO(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public void remoteDistanceToCoastGradientFullVOToEntity(RemoteDistanceToCoastGradientFullVO source, DistanceToCoastGradient target, boolean copyIfNull)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientFullVO
to the specified entity.
remoteDistanceToCoastGradientFullVOToEntity
in interface DistanceToCoastGradientDao
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.DistanceToCoastGradientDao#remoteDistanceToCoastGradientFullVOToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public final void toRemoteDistanceToCoastGradientNaturalIdCollection(java.util.Collection entities)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientNaturalId
.
toRemoteDistanceToCoastGradientNaturalIdCollection
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientNaturalIdCollection(java.util.Collection)
public final RemoteDistanceToCoastGradientNaturalId[] toRemoteDistanceToCoastGradientNaturalIdArray(java.util.Collection entities)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientNaturalId
.
toRemoteDistanceToCoastGradientNaturalIdArray
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientNaturalIdArray(java.util.Collection)
protected RemoteDistanceToCoastGradientNaturalId toRemoteDistanceToCoastGradientNaturalId(java.lang.Object[] row)
DistanceToCoastGradientDaoImpl
class if you intend to use reporting queries.
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientNaturalId(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public final void remoteDistanceToCoastGradientNaturalIdToEntityCollection(java.util.Collection instances)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientNaturalId
to this
DAO's entity.
remoteDistanceToCoastGradientNaturalIdToEntityCollection
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.remoteDistanceToCoastGradientNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteDistanceToCoastGradientNaturalId(DistanceToCoastGradient source, RemoteDistanceToCoastGradientNaturalId target)
DistanceToCoastGradientDao
toRemoteDistanceToCoastGradientNaturalId
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientNaturalId(fr.ifremer.allegro.referential.DistanceToCoastGradient, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)
public RemoteDistanceToCoastGradientNaturalId toRemoteDistanceToCoastGradientNaturalId(DistanceToCoastGradient entity)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientNaturalId
.
toRemoteDistanceToCoastGradientNaturalId
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toRemoteDistanceToCoastGradientNaturalId(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public void remoteDistanceToCoastGradientNaturalIdToEntity(RemoteDistanceToCoastGradientNaturalId source, DistanceToCoastGradient target, boolean copyIfNull)
DistanceToCoastGradientDao
RemoteDistanceToCoastGradientNaturalId
to the specified entity.
remoteDistanceToCoastGradientNaturalIdToEntity
in interface DistanceToCoastGradientDao
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.DistanceToCoastGradientDao#remoteDistanceToCoastGradientNaturalIdToEntity(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId, fr.ifremer.allegro.referential.DistanceToCoastGradient)
public final void toClusterDistanceToCoastGradientCollection(java.util.Collection entities)
DistanceToCoastGradientDao
ClusterDistanceToCoastGradient
.
toClusterDistanceToCoastGradientCollection
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toClusterDistanceToCoastGradientCollection(java.util.Collection)
public final ClusterDistanceToCoastGradient[] toClusterDistanceToCoastGradientArray(java.util.Collection entities)
DistanceToCoastGradientDao
ClusterDistanceToCoastGradient
.
toClusterDistanceToCoastGradientArray
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toClusterDistanceToCoastGradientArray(java.util.Collection)
protected ClusterDistanceToCoastGradient toClusterDistanceToCoastGradient(java.lang.Object[] row)
DistanceToCoastGradientDaoImpl
class if you intend to use reporting queries.
DistanceToCoastGradientDao.toClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public final void clusterDistanceToCoastGradientToEntityCollection(java.util.Collection instances)
DistanceToCoastGradientDao
ClusterDistanceToCoastGradient
to this
DAO's entity.
clusterDistanceToCoastGradientToEntityCollection
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.clusterDistanceToCoastGradientToEntityCollection(java.util.Collection)
public void toClusterDistanceToCoastGradient(DistanceToCoastGradient source, ClusterDistanceToCoastGradient target)
DistanceToCoastGradientDao
toClusterDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient, fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)
public ClusterDistanceToCoastGradient toClusterDistanceToCoastGradient(DistanceToCoastGradient entity)
DistanceToCoastGradientDao
ClusterDistanceToCoastGradient
.
toClusterDistanceToCoastGradient
in interface DistanceToCoastGradientDao
DistanceToCoastGradientDao.toClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.DistanceToCoastGradient)
public void clusterDistanceToCoastGradientToEntity(ClusterDistanceToCoastGradient source, DistanceToCoastGradient target, boolean copyIfNull)
DistanceToCoastGradientDao
ClusterDistanceToCoastGradient
to the specified entity.
clusterDistanceToCoastGradientToEntity
in interface DistanceToCoastGradientDao
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.DistanceToCoastGradientDao#clusterDistanceToCoastGradientToEntity(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient, fr.ifremer.allegro.referential.DistanceToCoastGradient)
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)
DistanceToCoastGradientDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DistanceToCoastGradientDao
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.DistanceToCoastGradientDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
DistanceToCoastGradientDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface DistanceToCoastGradientDao
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.DistanceToCoastGradientDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
DistanceToCoastGradientDao
DistanceToCoastGradientDao.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 DistanceToCoastGradientDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
DistanceToCoastGradientDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
DistanceToCoastGradientDao
search
object.
search
in interface DistanceToCoastGradientDao
search
- the search object which provides the search parameters and pagination specification.
DistanceToCoastGradientDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |