|
||||||||||
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.TranscribingSystemDaoBase
public abstract class TranscribingSystemDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.referential.transcribing.TranscribingSystem
.
TranscribingSystem
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.referential.transcribing.TranscribingSystemDao |
---|
TRANSFORM_CLUSTERTRANSCRIBINGSYSTEM, TRANSFORM_NONE, TRANSFORM_REMOTETRANSCRIBINGSYSTEMFULLVO, TRANSFORM_REMOTETRANSCRIBINGSYSTEMNATURALID |
Constructor Summary | |
---|---|
TranscribingSystemDaoBase()
|
Method Summary | |
---|---|
void |
clusterTranscribingSystemToEntity(ClusterTranscribingSystem source,
TranscribingSystem target,
boolean copyIfNull)
Copies the fields of ClusterTranscribingSystem to the specified entity. |
void |
clusterTranscribingSystemToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterTranscribingSystem to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.referential.transcribing.TranscribingSystem and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as TranscribingSystemDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String name,
Status status)
Does the same thing as TranscribingSystemDao.create(java.lang.String,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.sql.Timestamp updateDate,
Status status)
Does the same thing as TranscribingSystemDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
TranscribingSystem transcribingSystem)
Does the same thing as TranscribingSystemDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSystem) with an
additional flag called transform . |
TranscribingSystem |
create(java.lang.String name,
Status status)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSystem
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
TranscribingSystem |
create(java.lang.String name,
java.lang.String description,
java.sql.Timestamp updateDate,
Status status)
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSystem
instance from all attributes and
properties and adds it to the persistent store. |
TranscribingSystem |
create(TranscribingSystem transcribingSystem)
Creates an instance of fr.ifremer.allegro.referential.transcribing.TranscribingSystem and adds it to the persistent store. |
TranscribingSystem |
createFromClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
|
TranscribingSystem |
findTranscribingSystemById(java.lang.Integer id)
|
java.lang.Object |
findTranscribingSystemById(int transform,
java.lang.Integer id)
Does the same thing as TranscribingSystemDao.findTranscribingSystemById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findTranscribingSystemById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TranscribingSystemDao.findTranscribingSystemById(int, java.lang.Integer) with an
additional argument called queryString . |
TranscribingSystem |
findTranscribingSystemById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TranscribingSystemDao.findTranscribingSystemById(java.lang.Integer) with an
additional argument called queryString . |
TranscribingSystem |
findTranscribingSystemByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findTranscribingSystemByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findTranscribingSystemByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
TranscribingSystem |
findTranscribingSystemByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingSystemByStatus(int transform,
int pageNumber,
int pageSize,
Status status)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingSystemByStatus(int pageNumber,
int pageSize,
Status status)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingSystemByStatus(int transform,
Status status)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status) with an
additional flag called transform . |
java.util.Collection |
findTranscribingSystemByStatus(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(int, String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingSystemByStatus(int transform,
java.lang.String queryString,
Status status)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(int, fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
java.util.Collection |
findTranscribingSystemByStatus(Status status)
|
java.util.Collection |
findTranscribingSystemByStatus(java.lang.String queryString,
int pageNumber,
int pageSize,
Status status)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(String, fr.ifremer.allegro.referential.Status) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findTranscribingSystemByStatus(java.lang.String queryString,
Status status)
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status) with an
additional argument called queryString . |
ClusterTranscribingSystem[] |
getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllTranscribingSystem()
|
java.util.Collection |
getAllTranscribingSystem(int transform)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem() with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingSystem(int pageNumber,
int pageSize)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSystem(int transform,
int pageNumber,
int pageSize)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSystem(int transform,
java.lang.String queryString)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem(int) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingSystem(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSystem(java.lang.String queryString)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem() with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingSystem(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSystemSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSystemSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSystemSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSystemSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingSystemSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllTranscribingSystemSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllTranscribingSystemSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllTranscribingSystemSinceDateSynchro(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 TranscribingSystem |
handleCreateFromClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
Performs the core logic for createFromClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem) |
protected abstract ClusterTranscribingSystem[] |
handleGetAllClusterTranscribingSystemSinceDateSynchro(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 getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
TranscribingSystem |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.referential.transcribing.TranscribingSystem from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as TranscribingSystemDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type TranscribingSystem . |
java.util.Collection |
loadAll(int transform)
Does the same thing as TranscribingSystemDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as TranscribingSystemDao.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 TranscribingSystemDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remoteTranscribingSystemFullVOToEntity(RemoteTranscribingSystemFullVO source,
TranscribingSystem target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingSystemFullVO to the specified entity. |
void |
remoteTranscribingSystemFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingSystemFullVO to this
DAO's entity. |
void |
remoteTranscribingSystemNaturalIdToEntity(RemoteTranscribingSystemNaturalId source,
TranscribingSystem target,
boolean copyIfNull)
Copies the fields of RemoteTranscribingSystemNaturalId to the specified entity. |
void |
remoteTranscribingSystemNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteTranscribingSystemNaturalId 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.TranscribingSystem having the given identifier from the persistent store. |
void |
remove(TranscribingSystem transcribingSystem)
Removes the instance of fr.ifremer.allegro.referential.transcribing.TranscribingSystem 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 TranscribingSystemDao.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 . |
protected ClusterTranscribingSystem |
toClusterTranscribingSystem(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterTranscribingSystem |
toClusterTranscribingSystem(TranscribingSystem entity)
Converts this DAO's entity to an object of type ClusterTranscribingSystem . |
void |
toClusterTranscribingSystem(TranscribingSystem source,
ClusterTranscribingSystem target)
Copies the fields of the specified entity to the target value object. |
ClusterTranscribingSystem[] |
toClusterTranscribingSystemArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterTranscribingSystem . |
void |
toClusterTranscribingSystemCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterTranscribingSystem . |
protected TranscribingSystem |
toEntity(java.lang.Object[] row)
|
protected RemoteTranscribingSystemFullVO |
toRemoteTranscribingSystemFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingSystemFullVO |
toRemoteTranscribingSystemFullVO(TranscribingSystem entity)
Converts this DAO's entity to an object of type RemoteTranscribingSystemFullVO . |
void |
toRemoteTranscribingSystemFullVO(TranscribingSystem source,
RemoteTranscribingSystemFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingSystemFullVO[] |
toRemoteTranscribingSystemFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingSystemFullVO . |
void |
toRemoteTranscribingSystemFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingSystemFullVO . |
protected RemoteTranscribingSystemNaturalId |
toRemoteTranscribingSystemNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteTranscribingSystemNaturalId |
toRemoteTranscribingSystemNaturalId(TranscribingSystem entity)
Converts this DAO's entity to an object of type RemoteTranscribingSystemNaturalId . |
void |
toRemoteTranscribingSystemNaturalId(TranscribingSystem source,
RemoteTranscribingSystemNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteTranscribingSystemNaturalId[] |
toRemoteTranscribingSystemNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteTranscribingSystemNaturalId . |
void |
toRemoteTranscribingSystemNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteTranscribingSystemNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
method. |
protected java.lang.Object |
transformEntity(int transform,
TranscribingSystem 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.TranscribingSystemDao , please note
that the TranscribingSystemDao.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(TranscribingSystem transcribingSystem)
Updates the transcribingSystem 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.TranscribingSystemDao |
---|
clusterTranscribingSystemToEntity, remoteTranscribingSystemFullVOToEntity, remoteTranscribingSystemNaturalIdToEntity |
Constructor Detail |
---|
public TranscribingSystemDaoBase()
Method Detail |
---|
public void setStatusDao(StatusDao statusDao)
statusDao
.
protected StatusDao getStatusDao()
statusDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.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 TranscribingSystemDao
id
- identifier of the entity to load
TranscribingSystemDao.load(int, java.lang.Integer)
public TranscribingSystem load(java.lang.Integer id)
TranscribingSystemDao
load
in interface TranscribingSystemDao
TranscribingSystemDao.load(java.lang.Integer)
public java.util.Collection loadAll()
TranscribingSystemDao
TranscribingSystem
.
loadAll
in interface TranscribingSystemDao
TranscribingSystemDao.loadAll()
public java.util.Collection loadAll(int transform)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.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 TranscribingSystemDao
transform
- the flag indicating what transformation to use.
TranscribingSystemDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.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 TranscribingSystemDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
TranscribingSystemDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.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 TranscribingSystemDao
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.
TranscribingSystemDao.loadAll(int, int, int)
public TranscribingSystem create(TranscribingSystem transcribingSystem)
TranscribingSystemDao
create
in interface TranscribingSystemDao
TranscribingSystemDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.lang.Object create(int transform, TranscribingSystem transcribingSystem)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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 TranscribingSystemDao
TranscribingSystemDao.create(int transform, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public java.util.Collection create(java.util.Collection entities)
TranscribingSystemDao
entities
collection
create
in interface TranscribingSystemDao
entities
- the collection of fr.ifremer.allegro.referential.transcribing.TranscribingSystem
instances to create.
TranscribingSystemDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.create(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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 TranscribingSystemDao
TranscribingSystemDao.create(int, java.util.Collection)
public TranscribingSystem create(java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
TranscribingSystemDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSystem
instance from all attributes and
properties and adds it to the persistent store.
create
in interface TranscribingSystemDao
TranscribingSystemDao.create(java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.String name, java.lang.String description, java.sql.Timestamp updateDate, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.create(java.lang.String,java.lang.String,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 TranscribingSystemDao
TranscribingSystemDao.create(int, java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.referential.Status)
public TranscribingSystem create(java.lang.String name, Status status)
TranscribingSystemDao
Creates a new fr.ifremer.allegro.referential.transcribing.TranscribingSystem
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface TranscribingSystemDao
TranscribingSystemDao.create(java.lang.String,fr.ifremer.allegro.referential.Status)
public java.lang.Object create(int transform, java.lang.String name, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.create(java.lang.String,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 TranscribingSystemDao
TranscribingSystemDao.create(int, java.lang.String,fr.ifremer.allegro.referential.Status)
public void update(TranscribingSystem transcribingSystem)
TranscribingSystemDao
transcribingSystem
instance in the persistent store.
update
in interface TranscribingSystemDao
TranscribingSystemDao.update(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void update(java.util.Collection entities)
TranscribingSystemDao
entities
collection in the persistent store.
update
in interface TranscribingSystemDao
TranscribingSystemDao.update(java.util.Collection)
public void remove(TranscribingSystem transcribingSystem)
TranscribingSystemDao
remove
in interface TranscribingSystemDao
TranscribingSystemDao.remove(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void remove(java.lang.Integer id)
TranscribingSystemDao
identifier
from the persistent store.
remove
in interface TranscribingSystemDao
TranscribingSystemDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
TranscribingSystemDao
entities collection.
- Specified by:
remove
in interface TranscribingSystemDao
- See Also:
TranscribingSystemDao.remove(java.util.Collection)
public java.util.Collection getAllTranscribingSystem()
getAllTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystem()
public java.util.Collection getAllTranscribingSystem(int transform)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem()
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.
getAllTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystem(int)
public java.util.Collection getAllTranscribingSystem(java.lang.String queryString)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.getAllTranscribingSystem()
.
getAllTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystem(java.lang.String)
public java.util.Collection getAllTranscribingSystem(int pageNumber, int pageSize)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem()
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.
getAllTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystem(int, int)
public java.util.Collection getAllTranscribingSystem(java.lang.String queryString, int pageNumber, int pageSize)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem(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.
getAllTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystem(String, int, int)
public java.util.Collection getAllTranscribingSystem(int transform, java.lang.String queryString)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.getAllTranscribingSystem(int)
.
getAllTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystem(int, String)
public java.util.Collection getAllTranscribingSystem(int transform, int pageNumber, int pageSize)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem(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.
getAllTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystem(int, int, int)
public java.util.Collection getAllTranscribingSystem(int transform, java.lang.String queryString, int pageNumber, int pageSize)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystem(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.
getAllTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystem(int, java.lang.String, int, int)
public TranscribingSystem findTranscribingSystemById(java.lang.Integer id)
findTranscribingSystemById
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemById(java.lang.Integer)
public java.lang.Object findTranscribingSystemById(int transform, java.lang.Integer id)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemById(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.
findTranscribingSystemById
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemById(int, java.lang.Integer)
public TranscribingSystem findTranscribingSystemById(java.lang.String queryString, java.lang.Integer id)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.findTranscribingSystemById(java.lang.Integer)
.
findTranscribingSystemById
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemById(java.lang.String, java.lang.Integer)
public java.lang.Object findTranscribingSystemById(int transform, java.lang.String queryString, java.lang.Integer id)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.findTranscribingSystemById(int, java.lang.Integer id)
.
findTranscribingSystemById
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findTranscribingSystemByStatus(Status status)
findTranscribingSystemByStatus
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status)
public java.util.Collection findTranscribingSystemByStatus(int transform, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(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.
findTranscribingSystemByStatus
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByStatus(int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findTranscribingSystemByStatus(java.lang.String queryString, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.findTranscribingSystemByStatus(fr.ifremer.allegro.referential.Status)
.
findTranscribingSystemByStatus
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByStatus(java.lang.String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findTranscribingSystemByStatus(int pageNumber, int pageSize, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(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.
findTranscribingSystemByStatus
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByStatus(int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findTranscribingSystemByStatus(java.lang.String queryString, int pageNumber, int pageSize, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(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.
findTranscribingSystemByStatus
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByStatus(String, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findTranscribingSystemByStatus(int transform, java.lang.String queryString, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(int, fr.ifremer.allegro.referential.Status)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.findTranscribingSystemByStatus(int, fr.ifremer.allegro.referential.Status status)
.
findTranscribingSystemByStatus
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByStatus(int, String, fr.ifremer.allegro.referential.Status)
public java.util.Collection findTranscribingSystemByStatus(int transform, int pageNumber, int pageSize, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(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.
findTranscribingSystemByStatus
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByStatus(int, int, int, fr.ifremer.allegro.referential.Status)
public java.util.Collection findTranscribingSystemByStatus(int transform, java.lang.String queryString, int pageNumber, int pageSize, Status status)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByStatus(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.
findTranscribingSystemByStatus
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByStatus(int, java.lang.String, int, int, fr.ifremer.allegro.referential.Status)
public TranscribingSystem findTranscribingSystemByNaturalId(java.lang.Integer id)
findTranscribingSystemByNaturalId
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByNaturalId(java.lang.Integer)
public java.lang.Object findTranscribingSystemByNaturalId(int transform, java.lang.Integer id)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByNaturalId(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.
findTranscribingSystemByNaturalId
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByNaturalId(int, java.lang.Integer)
public TranscribingSystem findTranscribingSystemByNaturalId(java.lang.String queryString, java.lang.Integer id)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.findTranscribingSystemByNaturalId(java.lang.Integer)
.
findTranscribingSystemByNaturalId
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findTranscribingSystemByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.findTranscribingSystemByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.findTranscribingSystemByNaturalId(int, java.lang.Integer id)
.
findTranscribingSystemByNaturalId
in interface TranscribingSystemDao
TranscribingSystemDao.findTranscribingSystemByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllTranscribingSystemSinceDateSynchro(java.sql.Timestamp updateDate)
getAllTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllTranscribingSystemSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(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.
getAllTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSystemSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(java.sql.Timestamp)
.
getAllTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSystemSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(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.
getAllTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSystemSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(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.
getAllTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSystemSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSystemSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(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.
getAllTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllTranscribingSystemSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
TranscribingSystemDao
Does the same thing as TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(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.
getAllTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllTranscribingSystemSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public TranscribingSystem createFromClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
createFromClusterTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.createFromClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
protected abstract TranscribingSystem handleCreateFromClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem) throws java.lang.Exception
createFromClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
java.lang.Exception
public ClusterTranscribingSystem[] getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingSystemSinceDateSynchro
in interface TranscribingSystemDao
TranscribingSystemDao.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingSystem[] handleGetAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingSystemSinceDateSynchro(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, TranscribingSystem entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.referential.transcribing.TranscribingSystemDao
, please note
that the TranscribingSystemDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
TranscribingSystem
- TranscribingSystemDao.TRANSFORM_NONE
RemoteTranscribingSystemFullVO
- TRANSFORM_REMOTETRANSCRIBINGSYSTEMFULLVO
RemoteTranscribingSystemNaturalId
- TRANSFORM_REMOTETRANSCRIBINGSYSTEMNATURALID
ClusterTranscribingSystem
- TRANSFORM_CLUSTERTRANSCRIBINGSYSTEM
TranscribingSystemDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in TranscribingSystemDao
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.TranscribingSystem)
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.TranscribingSystemDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
protected TranscribingSystem toEntity(java.lang.Object[] row)
public final void toRemoteTranscribingSystemFullVOCollection(java.util.Collection entities)
TranscribingSystemDao
RemoteTranscribingSystemFullVO
.
toRemoteTranscribingSystemFullVOCollection
in interface TranscribingSystemDao
TranscribingSystemDao.toRemoteTranscribingSystemFullVOCollection(java.util.Collection)
public final RemoteTranscribingSystemFullVO[] toRemoteTranscribingSystemFullVOArray(java.util.Collection entities)
TranscribingSystemDao
RemoteTranscribingSystemFullVO
.
toRemoteTranscribingSystemFullVOArray
in interface TranscribingSystemDao
TranscribingSystemDao.toRemoteTranscribingSystemFullVOArray(java.util.Collection)
protected RemoteTranscribingSystemFullVO toRemoteTranscribingSystemFullVO(java.lang.Object[] row)
TranscribingSystemDaoImpl
class if you intend to use reporting queries.
TranscribingSystemDao.toRemoteTranscribingSystemFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public final void remoteTranscribingSystemFullVOToEntityCollection(java.util.Collection instances)
TranscribingSystemDao
RemoteTranscribingSystemFullVO
to this
DAO's entity.
remoteTranscribingSystemFullVOToEntityCollection
in interface TranscribingSystemDao
TranscribingSystemDao.remoteTranscribingSystemFullVOToEntityCollection(java.util.Collection)
public void toRemoteTranscribingSystemFullVO(TranscribingSystem source, RemoteTranscribingSystemFullVO target)
TranscribingSystemDao
toRemoteTranscribingSystemFullVO
in interface TranscribingSystemDao
TranscribingSystemDao.toRemoteTranscribingSystemFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
public RemoteTranscribingSystemFullVO toRemoteTranscribingSystemFullVO(TranscribingSystem entity)
TranscribingSystemDao
RemoteTranscribingSystemFullVO
.
toRemoteTranscribingSystemFullVO
in interface TranscribingSystemDao
TranscribingSystemDao.toRemoteTranscribingSystemFullVO(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void remoteTranscribingSystemFullVOToEntity(RemoteTranscribingSystemFullVO source, TranscribingSystem target, boolean copyIfNull)
TranscribingSystemDao
RemoteTranscribingSystemFullVO
to the specified entity.
remoteTranscribingSystemFullVOToEntity
in interface TranscribingSystemDao
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.TranscribingSystemDao#remoteTranscribingSystemFullVOToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public final void toRemoteTranscribingSystemNaturalIdCollection(java.util.Collection entities)
TranscribingSystemDao
RemoteTranscribingSystemNaturalId
.
toRemoteTranscribingSystemNaturalIdCollection
in interface TranscribingSystemDao
TranscribingSystemDao.toRemoteTranscribingSystemNaturalIdCollection(java.util.Collection)
public final RemoteTranscribingSystemNaturalId[] toRemoteTranscribingSystemNaturalIdArray(java.util.Collection entities)
TranscribingSystemDao
RemoteTranscribingSystemNaturalId
.
toRemoteTranscribingSystemNaturalIdArray
in interface TranscribingSystemDao
TranscribingSystemDao.toRemoteTranscribingSystemNaturalIdArray(java.util.Collection)
protected RemoteTranscribingSystemNaturalId toRemoteTranscribingSystemNaturalId(java.lang.Object[] row)
TranscribingSystemDaoImpl
class if you intend to use reporting queries.
TranscribingSystemDao.toRemoteTranscribingSystemNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public final void remoteTranscribingSystemNaturalIdToEntityCollection(java.util.Collection instances)
TranscribingSystemDao
RemoteTranscribingSystemNaturalId
to this
DAO's entity.
remoteTranscribingSystemNaturalIdToEntityCollection
in interface TranscribingSystemDao
TranscribingSystemDao.remoteTranscribingSystemNaturalIdToEntityCollection(java.util.Collection)
public void toRemoteTranscribingSystemNaturalId(TranscribingSystem source, RemoteTranscribingSystemNaturalId target)
TranscribingSystemDao
toRemoteTranscribingSystemNaturalId
in interface TranscribingSystemDao
TranscribingSystemDao.toRemoteTranscribingSystemNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemNaturalId)
public RemoteTranscribingSystemNaturalId toRemoteTranscribingSystemNaturalId(TranscribingSystem entity)
TranscribingSystemDao
RemoteTranscribingSystemNaturalId
.
toRemoteTranscribingSystemNaturalId
in interface TranscribingSystemDao
TranscribingSystemDao.toRemoteTranscribingSystemNaturalId(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void remoteTranscribingSystemNaturalIdToEntity(RemoteTranscribingSystemNaturalId source, TranscribingSystem target, boolean copyIfNull)
TranscribingSystemDao
RemoteTranscribingSystemNaturalId
to the specified entity.
remoteTranscribingSystemNaturalIdToEntity
in interface TranscribingSystemDao
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.TranscribingSystemDao#remoteTranscribingSystemNaturalIdToEntity(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemNaturalId, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public final void toClusterTranscribingSystemCollection(java.util.Collection entities)
TranscribingSystemDao
ClusterTranscribingSystem
.
toClusterTranscribingSystemCollection
in interface TranscribingSystemDao
TranscribingSystemDao.toClusterTranscribingSystemCollection(java.util.Collection)
public final ClusterTranscribingSystem[] toClusterTranscribingSystemArray(java.util.Collection entities)
TranscribingSystemDao
ClusterTranscribingSystem
.
toClusterTranscribingSystemArray
in interface TranscribingSystemDao
TranscribingSystemDao.toClusterTranscribingSystemArray(java.util.Collection)
protected ClusterTranscribingSystem toClusterTranscribingSystem(java.lang.Object[] row)
TranscribingSystemDaoImpl
class if you intend to use reporting queries.
TranscribingSystemDao.toClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public final void clusterTranscribingSystemToEntityCollection(java.util.Collection instances)
TranscribingSystemDao
ClusterTranscribingSystem
to this
DAO's entity.
clusterTranscribingSystemToEntityCollection
in interface TranscribingSystemDao
TranscribingSystemDao.clusterTranscribingSystemToEntityCollection(java.util.Collection)
public void toClusterTranscribingSystem(TranscribingSystem source, ClusterTranscribingSystem target)
TranscribingSystemDao
toClusterTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.toClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem, fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
public ClusterTranscribingSystem toClusterTranscribingSystem(TranscribingSystem entity)
TranscribingSystemDao
ClusterTranscribingSystem
.
toClusterTranscribingSystem
in interface TranscribingSystemDao
TranscribingSystemDao.toClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
public void clusterTranscribingSystemToEntity(ClusterTranscribingSystem source, TranscribingSystem target, boolean copyIfNull)
TranscribingSystemDao
ClusterTranscribingSystem
to the specified entity.
clusterTranscribingSystemToEntity
in interface TranscribingSystemDao
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.TranscribingSystemDao#clusterTranscribingSystemToEntity(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem, fr.ifremer.allegro.referential.transcribing.TranscribingSystem)
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)
TranscribingSystemDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingSystemDao
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.TranscribingSystemDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
TranscribingSystemDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface TranscribingSystemDao
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.TranscribingSystemDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
TranscribingSystemDao
TranscribingSystemDao.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 TranscribingSystemDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
TranscribingSystemDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
TranscribingSystemDao
search
object.
search
in interface TranscribingSystemDao
search
- the search object which provides the search parameters and pagination specification.
TranscribingSystemDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |