|
||||||||||
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.transcribing.TranscribingSideDaoBase
public abstract class TranscribingSideDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.transcribing.TranscribingSide
.
TranscribingSide
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingSideDao |
---|
TRANSFORM_CLUSTERTRANSCRIBINGSIDE, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGSIDEFULLVO, TRANSFORM_REMOTETRANSCRIBINGSIDENATURALID |
Constructor Summary | |
---|---|
TranscribingSideDaoBase()
|
Method Summary | |
---|---|
void |
clusterTranscribingSideToEntity(ClusterTranscribingSide source,
TranscribingSide target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingSide to the specified entity. |
void |
clusterTranscribingSideToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingSide to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingSide and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TranscribingSideDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name)
Does the same thing as TranscribingSideDao.create(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSideDao.create(java.lang.String,java.sql.Timestamp) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingSide transcribingSide)
Does the same thing as TranscribingSideDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSide) with an
additional flag called transform . |
TranscribingSide |
create(java.lang.String name)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSide
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingSide |
create(java.lang.String name,
java.sql.Timestamp updateDate)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSide
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingSide |
create(TranscribingSide transcribingSide)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingSide and adds it to the persistent store. |
TranscribingSide |
createFromClusterTranscribingSide(ClusterTranscribingSide clusterTranscribingSide)
|
TranscribingSide |
findTranscribingSideById(java.lang.Integer id)
|
java.lang.Object |
findTranscribingSideById(int transform,
java.lang.Integer id)
Does the same thing as TranscribingSideDao.findTranscribingSideById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findTranscribingSideById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TranscribingSideDao.findTranscribingSideById(int, java.lang.Integer) with an
additional argument called queryString . |
TranscribingSide |
findTranscribingSideById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TranscribingSideDao.findTranscribingSideById(java.lang.Integer) with an
additional argument called queryString . |
TranscribingSide |
findTranscribingSideByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findTranscribingSideByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as TranscribingSideDao.findTranscribingSideByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findTranscribingSideByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TranscribingSideDao.findTranscribingSideByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
TranscribingSide |
findTranscribingSideByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TranscribingSideDao.findTranscribingSideByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
ClusterTranscribingSide[] |
getAllClusterTranscribingSideSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingSide()
|
java.util.Collection |
getAllTranscribingSide(int transform)
Does the same thing as TranscribingSideDao.getAllTranscribingSide() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingSide(int pageNumber,
int pageSize)
Does the same thing as TranscribingSideDao.getAllTranscribingSide() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSide(int transform,
int pageNumber,
int pageSize)
Does the same thing as TranscribingSideDao.getAllTranscribingSide(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSide(int transform,
java.lang.String queryString)
Does the same thing as TranscribingSideDao.getAllTranscribingSide(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingSide(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingSideDao.getAllTranscribingSide(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSide(java.lang.String queryString)
Does the same thing as TranscribingSideDao.getAllTranscribingSide() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingSide(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingSideDao.getAllTranscribingSide(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSideSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSideSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSideSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSideSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingSideSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingSideSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSideSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingSideSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract TranscribingSide |
handleCreateFromClusterTranscribingSide(ClusterTranscribingSide clusterTranscribingSide)
Performs the core logic for createFromClusterTranscribingSide(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSide) |
protected abstract ClusterTranscribingSide[] |
handleGetAllClusterTranscribingSideSinceDateSynchro(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 getAllClusterTranscribingSideSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
TranscribingSide |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingSide from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as TranscribingSideDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingSide . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TranscribingSideDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TranscribingSideDao.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 TranscribingSideDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTranscribingSideFullVOToEntity(RemoteTranscribingSideFullVO source,
TranscribingSide target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingSideFullVO to the specified entity. |
void |
remoteTranscribingSideFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingSideFullVO to this
DAO's entity. |
void |
remoteTranscribingSideNaturalIdToEntity(RemoteTranscribingSideNaturalId source,
TranscribingSide target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingSideNaturalId to the specified entity. |
void |
remoteTranscribingSideNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingSideNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(java.lang.Integer id)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingSide having the given identifier from the persistent store. |
void |
remove(TranscribingSide transcribingSide)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingSide 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 TranscribingSideDao.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. |
protected ClusterTranscribingSide |
toClusterTranscribingSide(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTranscribingSide |
toClusterTranscribingSide(TranscribingSide entity)
Converts this DAO's entity to an object of type ClusterTranscribingSide . |
void |
toClusterTranscribingSide(TranscribingSide source,
ClusterTranscribingSide target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingSide[] |
toClusterTranscribingSideArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingSide . |
void |
toClusterTranscribingSideCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingSide . |
protected TranscribingSide |
toEntity(java.lang.Object[] row)
|
protected RemoteTranscribingSideFullVO |
toRemoteTranscribingSideFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingSideFullVO |
toRemoteTranscribingSideFullVO(TranscribingSide entity)
Converts this DAO's entity to an object of type RemoteTranscribingSideFullVO . |
void |
toRemoteTranscribingSideFullVO(TranscribingSide source,
RemoteTranscribingSideFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingSideFullVO[] |
toRemoteTranscribingSideFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingSideFullVO . |
void |
toRemoteTranscribingSideFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingSideFullVO . |
protected RemoteTranscribingSideNaturalId |
toRemoteTranscribingSideNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingSideNaturalId |
toRemoteTranscribingSideNaturalId(TranscribingSide entity)
Converts this DAO's entity to an object of type RemoteTranscribingSideNaturalId . |
void |
toRemoteTranscribingSideNaturalId(TranscribingSide source,
RemoteTranscribingSideNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingSideNaturalId[] |
toRemoteTranscribingSideNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingSideNaturalId . |
void |
toRemoteTranscribingSideNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingSideNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingSide)
method. |
protected java.lang.Object |
transformEntity(int transform,
TranscribingSide 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.transcribing.TranscribingSideDao , please note
that the TranscribingSideDao.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(TranscribingSide transcribingSide)
Updates the transcribingSide 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.transcribing.TranscribingSideDao |
---|
clusterTranscribingSideToEntity, remoteTranscribingSideFullVOToEntity, remoteTranscribingSideNaturalIdToEntity |
Constructor Detail |
---|
public TranscribingSideDaoBase()
Method Detail |
---|
public java.lang.Object load(int transform, java.lang.Integer id)
TranscribingSideDao
Does the same thing as TranscribingSideDao.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 TranscribingSideDao
id
- identifier of the entity to load
TranscribingSideDao.load(int, java.lang.Integer)
public TranscribingSide load(java.lang.Integer id)
TranscribingSideDao
load
in interface TranscribingSideDao
TranscribingSideDao.load(java.lang.Integer)
public java.util.Collection loadAll()
TranscribingSideDao
TranscribingSide
.
loadAll
in interface TranscribingSideDao
TranscribingSideDao.loadAll()
public java.util.Collection loadAll(int transform)
TranscribingSideDao
Does the same thing as TranscribingSideDao.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 TranscribingSideDao
transform
- the flag indicating what transformation to use.
TranscribingSideDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TranscribingSideDao
Does the same thing as TranscribingSideDao.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 TranscribingSideDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TranscribingSideDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TranscribingSideDao
Does the same thing as TranscribingSideDao.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 TranscribingSideDao
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.
TranscribingSideDao.loadAll(int, int, int)
public TranscribingSide create(TranscribingSide transcribingSide)
TranscribingSideDao
create
in interface TranscribingSideDao
TranscribingSideDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.lang.Object create(int transform, TranscribingSide transcribingSide)
TranscribingSideDao
Does the same thing as TranscribingSideDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
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 TranscribingSideDao
TranscribingSideDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public java.util.Collection create(java.util.Collection entities)
TranscribingSideDao
entities
collection
create
in interface TranscribingSideDao
entities
- the collection of fr.ifremer.allegro.referential.transcribing.TranscribingSide
instances to create.
TranscribingSideDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TranscribingSideDao
Does the same thing as TranscribingSideDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
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 TranscribingSideDao
TranscribingSideDao.create(int, java.util.Collection)
public TranscribingSide create(java.lang.String name, java.sql.Timestamp updateDate)
TranscribingSideDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSide
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TranscribingSideDao
TranscribingSideDao.create(java.lang.String,java.sql.Timestamp)
public java.lang.Object create(int transform, java.lang.String name, java.sql.Timestamp updateDate)
TranscribingSideDao
Does the same thing as TranscribingSideDao.create(java.lang.String,java.sql.Timestamp)
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 TranscribingSideDao
TranscribingSideDao.create(int, java.lang.String,java.sql.Timestamp)
public TranscribingSide create(java.lang.String name)
TranscribingSideDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSide
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface TranscribingSideDao
TranscribingSideDao.create(java.lang.String)
public java.lang.Object create(int transform, java.lang.String name)
TranscribingSideDao
Does the same thing as TranscribingSideDao.create(java.lang.String)
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 TranscribingSideDao
TranscribingSideDao.create(int, java.lang.String)
public void update(TranscribingSide transcribingSide)
TranscribingSideDao
transcribingSide
instance in the persistent store.
update
in interface TranscribingSideDao
TranscribingSideDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public void update(java.util.Collection entities)
TranscribingSideDao
entities
collection in the persistent store.
update
in interface TranscribingSideDao
TranscribingSideDao.update(java.util.Collection)
public void remove(TranscribingSide transcribingSide)
TranscribingSideDao
remove
in interface TranscribingSideDao
TranscribingSideDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public void remove(java.lang.Integer id)
TranscribingSideDao
identifier
from the persistent store.
remove
in interface TranscribingSideDao
TranscribingSideDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
TranscribingSideDao
entities collection.
- Specified by:
remove
in interface TranscribingSideDao
- See Also:
TranscribingSideDao.remove(java.util.Collection)
public java.util.Collection getAllTranscribingSide()
getAllTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSide()
public java.util.Collection getAllTranscribingSide(int transform)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSide()
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.
getAllTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSide(int)
public java.util.Collection getAllTranscribingSide(java.lang.String queryString)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSide()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSideDao.getAllTranscribingSide()
.
getAllTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSide(java.lang.String)
public java.util.Collection getAllTranscribingSide(int pageNumber, int pageSize)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSide()
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.
getAllTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSide(int, int)
public java.util.Collection getAllTranscribingSide(java.lang.String queryString, int pageNumber, int pageSize)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSide(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.
getAllTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSide(String, int, int)
public java.util.Collection getAllTranscribingSide(int transform, java.lang.String queryString)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSide(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSideDao.getAllTranscribingSide(int)
.
getAllTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSide(int, String)
public java.util.Collection getAllTranscribingSide(int transform, int pageNumber, int pageSize)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSide(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.
getAllTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSide(int, int, int)
public java.util.Collection getAllTranscribingSide(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSide(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.
getAllTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSide(int, java.lang.String, int, int)
public TranscribingSide findTranscribingSideById(java.lang.Integer id)
findTranscribingSideById
in interface TranscribingSideDao
TranscribingSideDao.findTranscribingSideById(java.lang.Integer)
public java.lang.Object findTranscribingSideById(int transform, java.lang.Integer id)
TranscribingSideDao
Does the same thing as TranscribingSideDao.findTranscribingSideById(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.
findTranscribingSideById
in interface TranscribingSideDao
TranscribingSideDao.findTranscribingSideById(int, java.lang.Integer)
public TranscribingSide findTranscribingSideById(java.lang.String queryString, java.lang.Integer id)
TranscribingSideDao
Does the same thing as TranscribingSideDao.findTranscribingSideById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSideDao.findTranscribingSideById(java.lang.Integer)
.
findTranscribingSideById
in interface TranscribingSideDao
TranscribingSideDao.findTranscribingSideById(java.lang.String, java.lang.Integer)
public java.lang.Object findTranscribingSideById(int transform, java.lang.String queryString, java.lang.Integer id)
TranscribingSideDao
Does the same thing as TranscribingSideDao.findTranscribingSideById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSideDao.findTranscribingSideById(int, java.lang.Integer id)
.
findTranscribingSideById
in interface TranscribingSideDao
TranscribingSideDao.findTranscribingSideById(int, java.lang.String, java.lang.Integer)
public TranscribingSide findTranscribingSideByNaturalId(java.lang.Integer id)
findTranscribingSideByNaturalId
in interface TranscribingSideDao
TranscribingSideDao.findTranscribingSideByNaturalId(java.lang.Integer)
public java.lang.Object findTranscribingSideByNaturalId(int transform, java.lang.Integer id)
TranscribingSideDao
Does the same thing as TranscribingSideDao.findTranscribingSideByNaturalId(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.
findTranscribingSideByNaturalId
in interface TranscribingSideDao
TranscribingSideDao.findTranscribingSideByNaturalId(int, java.lang.Integer)
public TranscribingSide findTranscribingSideByNaturalId(java.lang.String queryString, java.lang.Integer id)
TranscribingSideDao
Does the same thing as TranscribingSideDao.findTranscribingSideByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSideDao.findTranscribingSideByNaturalId(java.lang.Integer)
.
findTranscribingSideByNaturalId
in interface TranscribingSideDao
TranscribingSideDao.findTranscribingSideByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findTranscribingSideByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
TranscribingSideDao
Does the same thing as TranscribingSideDao.findTranscribingSideByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSideDao.findTranscribingSideByNaturalId(int, java.lang.Integer id)
.
findTranscribingSideByNaturalId
in interface TranscribingSideDao
TranscribingSideDao.findTranscribingSideByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllTranscribingSideSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTranscribingSideSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(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.
getAllTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSideSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(java.sql.Timestamp)
.
getAllTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSideSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(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.
getAllTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSideSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(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.
getAllTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSideSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSideSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(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.
getAllTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSideSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingSideDao
Does the same thing as TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(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.
getAllTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllTranscribingSideSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TranscribingSide createFromClusterTranscribingSide(ClusterTranscribingSide clusterTranscribingSide)
createFromClusterTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.createFromClusterTranscribingSide(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSide)
protected abstract TranscribingSide handleCreateFromClusterTranscribingSide(ClusterTranscribingSide clusterTranscribingSide) throws java.lang.Exception
createFromClusterTranscribingSide(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSide)
java.lang.Exception
public ClusterTranscribingSide[] getAllClusterTranscribingSideSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingSideSinceDateSynchro
in interface TranscribingSideDao
TranscribingSideDao.getAllClusterTranscribingSideSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingSide[] handleGetAllClusterTranscribingSideSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingSideSinceDateSynchro(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, TranscribingSide entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.transcribing.TranscribingSideDao
, please note
that the TranscribingSideDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TranscribingSide
- TranscribingSideDao.TRANSFORM_NONE
RemoteTranscribingSideFullVO
- TRANSFORM_REMOTETRANSCRIBINGSIDEFULLVO
RemoteTranscribingSideNaturalId
- TRANSFORM_REMOTETRANSCRIBINGSIDENATURALID
ClusterTranscribingSide
- TRANSFORM_CLUSTERTRANSCRIBINGSIDE
TranscribingSideDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TranscribingSideDao
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.transcribing.TranscribingSide)
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.transcribing.TranscribingSideDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingSide)
protected TranscribingSide toEntity(java.lang.Object[] row)
public final void toRemoteTranscribingSideFullVOCollection(java.util.Collection entities)
TranscribingSideDao
RemoteTranscribingSideFullVO
.
toRemoteTranscribingSideFullVOCollection
in interface TranscribingSideDao
TranscribingSideDao.toRemoteTranscribingSideFullVOCollection(java.util.Collection)
public final RemoteTranscribingSideFullVO[] toRemoteTranscribingSideFullVOArray(java.util.Collection entities)
TranscribingSideDao
RemoteTranscribingSideFullVO
.
toRemoteTranscribingSideFullVOArray
in interface TranscribingSideDao
TranscribingSideDao.toRemoteTranscribingSideFullVOArray(java.util.Collection)
protected RemoteTranscribingSideFullVO toRemoteTranscribingSideFullVO(java.lang.Object[] row)
TranscribingSideDaoImpl
class if you intend to use reporting queries.
TranscribingSideDao.toRemoteTranscribingSideFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public final void remoteTranscribingSideFullVOToEntityCollection(java.util.Collection instances)
TranscribingSideDao
RemoteTranscribingSideFullVO
to this
DAO's entity.
remoteTranscribingSideFullVOToEntityCollection
in interface TranscribingSideDao
TranscribingSideDao.remoteTranscribingSideFullVOToEntityCollection(java.util.Collection)
public void toRemoteTranscribingSideFullVO(TranscribingSide source, RemoteTranscribingSideFullVO target)
TranscribingSideDao
toRemoteTranscribingSideFullVO
in interface TranscribingSideDao
TranscribingSideDao.toRemoteTranscribingSideFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSideFullVO)
public RemoteTranscribingSideFullVO toRemoteTranscribingSideFullVO(TranscribingSide entity)
TranscribingSideDao
RemoteTranscribingSideFullVO
.
toRemoteTranscribingSideFullVO
in interface TranscribingSideDao
TranscribingSideDao.toRemoteTranscribingSideFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public void remoteTranscribingSideFullVOToEntity(RemoteTranscribingSideFullVO source, TranscribingSide target, boolean copyIfNull)
TranscribingSideDao
RemoteTranscribingSideFullVO
to the specified entity.
remoteTranscribingSideFullVOToEntity
in interface TranscribingSideDao
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.transcribing.TranscribingSideDao#remoteTranscribingSideFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSideFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public final void toRemoteTranscribingSideNaturalIdCollection(java.util.Collection entities)
TranscribingSideDao
RemoteTranscribingSideNaturalId
.
toRemoteTranscribingSideNaturalIdCollection
in interface TranscribingSideDao
TranscribingSideDao.toRemoteTranscribingSideNaturalIdCollection(java.util.Collection)
public final RemoteTranscribingSideNaturalId[] toRemoteTranscribingSideNaturalIdArray(java.util.Collection entities)
TranscribingSideDao
RemoteTranscribingSideNaturalId
.
toRemoteTranscribingSideNaturalIdArray
in interface TranscribingSideDao
TranscribingSideDao.toRemoteTranscribingSideNaturalIdArray(java.util.Collection)
protected RemoteTranscribingSideNaturalId toRemoteTranscribingSideNaturalId(java.lang.Object[] row)
TranscribingSideDaoImpl
class if you intend to use reporting queries.
TranscribingSideDao.toRemoteTranscribingSideNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public final void remoteTranscribingSideNaturalIdToEntityCollection(java.util.Collection instances)
TranscribingSideDao
RemoteTranscribingSideNaturalId
to this
DAO's entity.
remoteTranscribingSideNaturalIdToEntityCollection
in interface TranscribingSideDao
TranscribingSideDao.remoteTranscribingSideNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTranscribingSideNaturalId(TranscribingSide source, RemoteTranscribingSideNaturalId target)
TranscribingSideDao
toRemoteTranscribingSideNaturalId
in interface TranscribingSideDao
TranscribingSideDao.toRemoteTranscribingSideNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSideNaturalId)
public RemoteTranscribingSideNaturalId toRemoteTranscribingSideNaturalId(TranscribingSide entity)
TranscribingSideDao
RemoteTranscribingSideNaturalId
.
toRemoteTranscribingSideNaturalId
in interface TranscribingSideDao
TranscribingSideDao.toRemoteTranscribingSideNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public void remoteTranscribingSideNaturalIdToEntity(RemoteTranscribingSideNaturalId source, TranscribingSide target, boolean copyIfNull)
TranscribingSideDao
RemoteTranscribingSideNaturalId
to the specified entity.
remoteTranscribingSideNaturalIdToEntity
in interface TranscribingSideDao
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.transcribing.TranscribingSideDao#remoteTranscribingSideNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSideNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public final void toClusterTranscribingSideCollection(java.util.Collection entities)
TranscribingSideDao
ClusterTranscribingSide
.
toClusterTranscribingSideCollection
in interface TranscribingSideDao
TranscribingSideDao.toClusterTranscribingSideCollection(java.util.Collection)
public final ClusterTranscribingSide[] toClusterTranscribingSideArray(java.util.Collection entities)
TranscribingSideDao
ClusterTranscribingSide
.
toClusterTranscribingSideArray
in interface TranscribingSideDao
TranscribingSideDao.toClusterTranscribingSideArray(java.util.Collection)
protected ClusterTranscribingSide toClusterTranscribingSide(java.lang.Object[] row)
TranscribingSideDaoImpl
class if you intend to use reporting queries.
TranscribingSideDao.toClusterTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public final void clusterTranscribingSideToEntityCollection(java.util.Collection instances)
TranscribingSideDao
ClusterTranscribingSide
to this
DAO's entity.
clusterTranscribingSideToEntityCollection
in interface TranscribingSideDao
TranscribingSideDao.clusterTranscribingSideToEntityCollection(java.util.Collection)
public void toClusterTranscribingSide(TranscribingSide source, ClusterTranscribingSide target)
TranscribingSideDao
toClusterTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.toClusterTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSide)
public ClusterTranscribingSide toClusterTranscribingSide(TranscribingSide entity)
TranscribingSideDao
ClusterTranscribingSide
.
toClusterTranscribingSide
in interface TranscribingSideDao
TranscribingSideDao.toClusterTranscribingSide(fr.ifremer.allegro.referential.transcribing.TranscribingSide)
public void clusterTranscribingSideToEntity(ClusterTranscribingSide source, TranscribingSide target, boolean copyIfNull)
TranscribingSideDao
ClusterTranscribingSide
to the specified entity.
clusterTranscribingSideToEntity
in interface TranscribingSideDao
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.transcribing.TranscribingSideDao#clusterTranscribingSideToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSide, fr.ifremer.allegro.referential.transcribing.TranscribingSide)
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)
TranscribingSideDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingSideDao
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.TranscribingSideDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TranscribingSideDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingSideDao
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.TranscribingSideDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TranscribingSideDao
TranscribingSideDao.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 TranscribingSideDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TranscribingSideDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TranscribingSideDao
search
object.
search
in interface TranscribingSideDao
search
- the search object which provides the search parameters and pagination specification.
TranscribingSideDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |