|
||||||||||
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.playground.PlaygroundVesselMasterDaoBase
public abstract class PlaygroundVesselMasterDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.playground.PlaygroundVesselMaster
.
PlaygroundVesselMaster
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundVesselMasterDao |
---|
TRANSFORM_CLUSTERPLAYGROUNDVESSELMASTER, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDVESSELMASTERFULLVO, TRANSFORM_REMOTEPLAYGROUNDVESSELMASTERNATURALID |
Constructor Summary | |
---|---|
PlaygroundVesselMasterDaoBase()
|
Method Summary | |
---|---|
void |
clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source,
PlaygroundVesselMaster target,
boolean copyIfNull)
Copies the fields of ClusterPlaygroundVesselMaster to the specified entity. |
void |
clusterPlaygroundVesselMasterToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPlaygroundVesselMaster to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.playground.PlaygroundVesselMaster and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as PlaygroundVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
PlaygroundVesselMaster playgroundVesselMaster)
Does the same thing as PlaygroundVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String registrationCode)
Does the same thing as PlaygroundVesselMasterDao.create(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String registrationCode,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselMasterDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp) with an
additional flag called transform . |
PlaygroundVesselMaster |
create(PlaygroundVesselMaster playgroundVesselMaster)
Creates an instance of fr.ifremer.allegro.playground.PlaygroundVesselMaster and adds it to the persistent store. |
PlaygroundVesselMaster |
create(java.lang.String registrationCode)
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselMaster
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundVesselMaster |
create(java.lang.String registrationCode,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate)
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselMaster
instance from all attributes and
properties and adds it to the persistent store. |
PlaygroundVesselMaster |
createFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
|
PlaygroundVesselMaster |
findPlaygroundVesselMasterById(java.lang.Integer id)
|
java.lang.Object |
findPlaygroundVesselMasterById(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPlaygroundVesselMasterById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(int, java.lang.Integer) with an
additional argument called queryString . |
PlaygroundVesselMaster |
findPlaygroundVesselMasterById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.Integer) with an
additional argument called queryString . |
PlaygroundVesselMaster |
findPlaygroundVesselMasterByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findPlaygroundVesselMasterByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPlaygroundVesselMasterByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
PlaygroundVesselMaster |
findPlaygroundVesselMasterByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
ClusterPlaygroundVesselMaster[] |
getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllPlaygroundVesselMaster()
|
java.util.Collection |
getAllPlaygroundVesselMaster(int transform)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster() with an
additional flag called transform . |
java.util.Collection |
getAllPlaygroundVesselMaster(int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselMaster(int transform,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselMaster(int transform,
java.lang.String queryString)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundVesselMaster(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselMaster(java.lang.String queryString)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster() with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundVesselMaster(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselMasterSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselMasterSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselMasterSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselMasterSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundVesselMasterSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllPlaygroundVesselMasterSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselMasterSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract PlaygroundVesselMaster |
handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
Performs the core logic for createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster) |
protected abstract ClusterPlaygroundVesselMaster[] |
handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(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 getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
PlaygroundVesselMaster |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.playground.PlaygroundVesselMaster from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundVesselMasterDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PlaygroundVesselMaster . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PlaygroundVesselMasterDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselMasterDao.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 PlaygroundVesselMasterDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source,
PlaygroundVesselMaster target,
boolean copyIfNull)
Copies the fields of RemotePlaygroundVesselMasterFullVO to the specified entity. |
void |
remotePlaygroundVesselMasterFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePlaygroundVesselMasterFullVO to this
DAO's entity. |
void |
remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId source,
PlaygroundVesselMaster target,
boolean copyIfNull)
Copies the fields of RemotePlaygroundVesselMasterNaturalId to the specified entity. |
void |
remotePlaygroundVesselMasterNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePlaygroundVesselMasterNaturalId 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.playground.PlaygroundVesselMaster having the given identifier from the persistent store. |
void |
remove(PlaygroundVesselMaster playgroundVesselMaster)
Removes the instance of fr.ifremer.allegro.playground.PlaygroundVesselMaster 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 PlaygroundVesselMasterDao.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 ClusterPlaygroundVesselMaster |
toClusterPlaygroundVesselMaster(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterPlaygroundVesselMaster |
toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
Converts this DAO's entity to an object of type ClusterPlaygroundVesselMaster . |
void |
toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source,
ClusterPlaygroundVesselMaster target)
Copies the fields of the specified entity to the target value object. |
ClusterPlaygroundVesselMaster[] |
toClusterPlaygroundVesselMasterArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPlaygroundVesselMaster . |
void |
toClusterPlaygroundVesselMasterCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundVesselMaster . |
protected PlaygroundVesselMaster |
toEntity(java.lang.Object[] row)
|
protected RemotePlaygroundVesselMasterFullVO |
toRemotePlaygroundVesselMasterFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePlaygroundVesselMasterFullVO |
toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterFullVO . |
void |
toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source,
RemotePlaygroundVesselMasterFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePlaygroundVesselMasterFullVO[] |
toRemotePlaygroundVesselMasterFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePlaygroundVesselMasterFullVO . |
void |
toRemotePlaygroundVesselMasterFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundVesselMasterFullVO . |
protected RemotePlaygroundVesselMasterNaturalId |
toRemotePlaygroundVesselMasterNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePlaygroundVesselMasterNaturalId |
toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster entity)
Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterNaturalId . |
void |
toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster source,
RemotePlaygroundVesselMasterNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePlaygroundVesselMasterNaturalId[] |
toRemotePlaygroundVesselMasterNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePlaygroundVesselMasterNaturalId . |
void |
toRemotePlaygroundVesselMasterNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundVesselMasterNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.playground.PlaygroundVesselMaster)
method. |
protected java.lang.Object |
transformEntity(int transform,
PlaygroundVesselMaster 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.playground.PlaygroundVesselMasterDao , please note
that the PlaygroundVesselMasterDao.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(PlaygroundVesselMaster playgroundVesselMaster)
Updates the playgroundVesselMaster 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.playground.PlaygroundVesselMasterDao |
---|
clusterPlaygroundVesselMasterToEntity, remotePlaygroundVesselMasterFullVOToEntity, remotePlaygroundVesselMasterNaturalIdToEntity |
Constructor Detail |
---|
public PlaygroundVesselMasterDaoBase()
Method Detail |
---|
public java.lang.Object load(int transform, java.lang.Integer id)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.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 PlaygroundVesselMasterDao
id
- identifier of the entity to load
PlaygroundVesselMasterDao.load(int, java.lang.Integer)
public PlaygroundVesselMaster load(java.lang.Integer id)
PlaygroundVesselMasterDao
load
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PlaygroundVesselMasterDao
PlaygroundVesselMaster
.
loadAll
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.loadAll()
public java.util.Collection loadAll(int transform)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.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 PlaygroundVesselMasterDao
transform
- the flag indicating what transformation to use.
PlaygroundVesselMasterDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.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 PlaygroundVesselMasterDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PlaygroundVesselMasterDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.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 PlaygroundVesselMasterDao
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.
PlaygroundVesselMasterDao.loadAll(int, int, int)
public PlaygroundVesselMaster create(PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundVesselMasterDao
create
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.lang.Object create(int transform, PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
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 PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.create(int transform, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public java.util.Collection create(java.util.Collection entities)
PlaygroundVesselMasterDao
entities
collection
create
in interface PlaygroundVesselMasterDao
entities
- the collection of fr.ifremer.allegro.playground.PlaygroundVesselMaster
instances to create.
PlaygroundVesselMasterDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
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 PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.create(int, java.util.Collection)
public PlaygroundVesselMaster create(java.lang.String registrationCode, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselMaster
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp)
public java.lang.Object create(int transform, java.lang.String registrationCode, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,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 PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.create(int, java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp)
public PlaygroundVesselMaster create(java.lang.String registrationCode)
PlaygroundVesselMasterDao
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselMaster
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.create(java.lang.String)
public java.lang.Object create(int transform, java.lang.String registrationCode)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.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 PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.create(int, java.lang.String)
public void update(PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundVesselMasterDao
playgroundVesselMaster
instance in the persistent store.
update
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.update(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public void update(java.util.Collection entities)
PlaygroundVesselMasterDao
entities
collection in the persistent store.
update
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.update(java.util.Collection)
public void remove(PlaygroundVesselMaster playgroundVesselMaster)
PlaygroundVesselMasterDao
remove
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.remove(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public void remove(java.lang.Integer id)
PlaygroundVesselMasterDao
identifier
from the persistent store.
remove
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PlaygroundVesselMasterDao
entities collection.
- Specified by:
remove
in interface PlaygroundVesselMasterDao
- See Also:
PlaygroundVesselMasterDao.remove(java.util.Collection)
public java.util.Collection getAllPlaygroundVesselMaster()
getAllPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster()
public java.util.Collection getAllPlaygroundVesselMaster(int transform)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster()
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.
getAllPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int)
public java.util.Collection getAllPlaygroundVesselMaster(java.lang.String queryString)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster()
.
getAllPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(java.lang.String)
public java.util.Collection getAllPlaygroundVesselMaster(int pageNumber, int pageSize)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster()
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.
getAllPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int, int)
public java.util.Collection getAllPlaygroundVesselMaster(java.lang.String queryString, int pageNumber, int pageSize)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(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.
getAllPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(String, int, int)
public java.util.Collection getAllPlaygroundVesselMaster(int transform, java.lang.String queryString)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int)
.
getAllPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int, String)
public java.util.Collection getAllPlaygroundVesselMaster(int transform, int pageNumber, int pageSize)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(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.
getAllPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int, int, int)
public java.util.Collection getAllPlaygroundVesselMaster(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(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.
getAllPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMaster(int, java.lang.String, int, int)
public PlaygroundVesselMaster findPlaygroundVesselMasterById(java.lang.Integer id)
findPlaygroundVesselMasterById
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.Integer)
public java.lang.Object findPlaygroundVesselMasterById(int transform, java.lang.Integer id)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(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.
findPlaygroundVesselMasterById
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(int, java.lang.Integer)
public PlaygroundVesselMaster findPlaygroundVesselMasterById(java.lang.String queryString, java.lang.Integer id)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.Integer)
.
findPlaygroundVesselMasterById
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.String, java.lang.Integer)
public java.lang.Object findPlaygroundVesselMasterById(int transform, java.lang.String queryString, java.lang.Integer id)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(int, java.lang.Integer id)
.
findPlaygroundVesselMasterById
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(int, java.lang.String, java.lang.Integer)
public PlaygroundVesselMaster findPlaygroundVesselMasterByNaturalId(java.lang.Integer id)
findPlaygroundVesselMasterByNaturalId
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.Integer)
public java.lang.Object findPlaygroundVesselMasterByNaturalId(int transform, java.lang.Integer id)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(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.
findPlaygroundVesselMasterByNaturalId
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(int, java.lang.Integer)
public PlaygroundVesselMaster findPlaygroundVesselMasterByNaturalId(java.lang.String queryString, java.lang.Integer id)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.Integer)
.
findPlaygroundVesselMasterByNaturalId
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findPlaygroundVesselMasterByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(int, java.lang.Integer id)
.
findPlaygroundVesselMasterByNaturalId
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp updateDate)
getAllPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselMasterSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(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.
getAllPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselMasterSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp)
.
getAllPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselMasterSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(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.
getAllPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselMasterSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(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.
getAllPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselMasterSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselMasterSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(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.
getAllPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselMasterSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PlaygroundVesselMasterDao
Does the same thing as PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(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.
getAllPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllPlaygroundVesselMasterSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public PlaygroundVesselMaster createFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
createFromClusterPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
protected abstract PlaygroundVesselMaster handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster) throws java.lang.Exception
createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
java.lang.Exception
public ClusterPlaygroundVesselMaster[] getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPlaygroundVesselMasterSinceDateSynchro
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterPlaygroundVesselMaster[] handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterPlaygroundVesselMasterSinceDateSynchro(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, PlaygroundVesselMaster entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.playground.PlaygroundVesselMasterDao
, please note
that the PlaygroundVesselMasterDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
PlaygroundVesselMaster
- PlaygroundVesselMasterDao.TRANSFORM_NONE
RemotePlaygroundVesselMasterFullVO
- TRANSFORM_REMOTEPLAYGROUNDVESSELMASTERFULLVO
RemotePlaygroundVesselMasterNaturalId
- TRANSFORM_REMOTEPLAYGROUNDVESSELMASTERNATURALID
ClusterPlaygroundVesselMaster
- TRANSFORM_CLUSTERPLAYGROUNDVESSELMASTER
PlaygroundVesselMasterDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PlaygroundVesselMasterDao
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.playground.PlaygroundVesselMaster)
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.playground.PlaygroundVesselMasterDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.playground.PlaygroundVesselMaster)
protected PlaygroundVesselMaster toEntity(java.lang.Object[] row)
public final void toRemotePlaygroundVesselMasterFullVOCollection(java.util.Collection entities)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterFullVO
.
toRemotePlaygroundVesselMasterFullVOCollection
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVOCollection(java.util.Collection)
public final RemotePlaygroundVesselMasterFullVO[] toRemotePlaygroundVesselMasterFullVOArray(java.util.Collection entities)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterFullVO
.
toRemotePlaygroundVesselMasterFullVOArray
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVOArray(java.util.Collection)
protected RemotePlaygroundVesselMasterFullVO toRemotePlaygroundVesselMasterFullVO(java.lang.Object[] row)
PlaygroundVesselMasterDaoImpl
class if you intend to use reporting queries.
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public final void remotePlaygroundVesselMasterFullVOToEntityCollection(java.util.Collection instances)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterFullVO
to this
DAO's entity.
remotePlaygroundVesselMasterFullVOToEntityCollection
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.remotePlaygroundVesselMasterFullVOToEntityCollection(java.util.Collection)
public void toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
PlaygroundVesselMasterDao
toRemotePlaygroundVesselMasterFullVO
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
public RemotePlaygroundVesselMasterFullVO toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterFullVO
.
toRemotePlaygroundVesselMasterFullVO
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public void remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterFullVO
to the specified entity.
remotePlaygroundVesselMasterFullVOToEntity
in interface PlaygroundVesselMasterDao
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.playground.PlaygroundVesselMasterDao#remotePlaygroundVesselMasterFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public final void toRemotePlaygroundVesselMasterNaturalIdCollection(java.util.Collection entities)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterNaturalId
.
toRemotePlaygroundVesselMasterNaturalIdCollection
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalIdCollection(java.util.Collection)
public final RemotePlaygroundVesselMasterNaturalId[] toRemotePlaygroundVesselMasterNaturalIdArray(java.util.Collection entities)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterNaturalId
.
toRemotePlaygroundVesselMasterNaturalIdArray
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalIdArray(java.util.Collection)
protected RemotePlaygroundVesselMasterNaturalId toRemotePlaygroundVesselMasterNaturalId(java.lang.Object[] row)
PlaygroundVesselMasterDaoImpl
class if you intend to use reporting queries.
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public final void remotePlaygroundVesselMasterNaturalIdToEntityCollection(java.util.Collection instances)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterNaturalId
to this
DAO's entity.
remotePlaygroundVesselMasterNaturalIdToEntityCollection
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.remotePlaygroundVesselMasterNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterNaturalId target)
PlaygroundVesselMasterDao
toRemotePlaygroundVesselMasterNaturalId
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)
public RemotePlaygroundVesselMasterNaturalId toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster entity)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterNaturalId
.
toRemotePlaygroundVesselMasterNaturalId
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public void remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId source, PlaygroundVesselMaster target, boolean copyIfNull)
PlaygroundVesselMasterDao
RemotePlaygroundVesselMasterNaturalId
to the specified entity.
remotePlaygroundVesselMasterNaturalIdToEntity
in interface PlaygroundVesselMasterDao
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.playground.PlaygroundVesselMasterDao#remotePlaygroundVesselMasterNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public final void toClusterPlaygroundVesselMasterCollection(java.util.Collection entities)
PlaygroundVesselMasterDao
ClusterPlaygroundVesselMaster
.
toClusterPlaygroundVesselMasterCollection
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMasterCollection(java.util.Collection)
public final ClusterPlaygroundVesselMaster[] toClusterPlaygroundVesselMasterArray(java.util.Collection entities)
PlaygroundVesselMasterDao
ClusterPlaygroundVesselMaster
.
toClusterPlaygroundVesselMasterArray
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMasterArray(java.util.Collection)
protected ClusterPlaygroundVesselMaster toClusterPlaygroundVesselMaster(java.lang.Object[] row)
PlaygroundVesselMasterDaoImpl
class if you intend to use reporting queries.
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public final void clusterPlaygroundVesselMasterToEntityCollection(java.util.Collection instances)
PlaygroundVesselMasterDao
ClusterPlaygroundVesselMaster
to this
DAO's entity.
clusterPlaygroundVesselMasterToEntityCollection
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.clusterPlaygroundVesselMasterToEntityCollection(java.util.Collection)
public void toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
PlaygroundVesselMasterDao
toClusterPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
public ClusterPlaygroundVesselMaster toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
PlaygroundVesselMasterDao
ClusterPlaygroundVesselMaster
.
toClusterPlaygroundVesselMaster
in interface PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)
public void clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
PlaygroundVesselMasterDao
ClusterPlaygroundVesselMaster
to the specified entity.
clusterPlaygroundVesselMasterToEntity
in interface PlaygroundVesselMasterDao
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.playground.PlaygroundVesselMasterDao#clusterPlaygroundVesselMasterToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster, fr.ifremer.allegro.playground.PlaygroundVesselMaster)
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)
PlaygroundVesselMasterDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PlaygroundVesselMasterDao
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.PlaygroundVesselMasterDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PlaygroundVesselMasterDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PlaygroundVesselMasterDao
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.PlaygroundVesselMasterDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PlaygroundVesselMasterDao
PlaygroundVesselMasterDao.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 PlaygroundVesselMasterDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PlaygroundVesselMasterDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PlaygroundVesselMasterDao
search
object.
search
in interface PlaygroundVesselMasterDao
search
- the search object which provides the search parameters and pagination specification.
PlaygroundVesselMasterDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |