|
||||||||||
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.PlaygroundVesselOwnerDaoBase
public abstract class PlaygroundVesselOwnerDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.playground.PlaygroundVesselOwner
.
PlaygroundVesselOwner
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundVesselOwnerDao |
---|
TRANSFORM_CLUSTERPLAYGROUNDVESSELOWNER, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDVESSELOWNERFULLVO, TRANSFORM_REMOTEPLAYGROUNDVESSELOWNERNATURALID |
Constructor Summary | |
---|---|
PlaygroundVesselOwnerDaoBase()
|
Method Summary | |
---|---|
void |
clusterPlaygroundVesselOwnerToEntity(ClusterPlaygroundVesselOwner source,
PlaygroundVesselOwner target,
boolean copyIfNull)
Copies the fields of ClusterPlaygroundVesselOwner to the specified entity. |
void |
clusterPlaygroundVesselOwnerToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPlaygroundVesselOwner to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.playground.PlaygroundVesselOwner and adds from the passed in entities collection |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as PlaygroundVesselOwnerDao.create(fr.ifremer.allegro.playground.PlaygroundVesselOwner) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
PlaygroundVesselOwner playgroundVesselOwner)
Does the same thing as PlaygroundVesselOwnerDao.create(fr.ifremer.allegro.playground.PlaygroundVesselOwner) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String code)
Does the same thing as PlaygroundVesselOwnerDao.create(java.lang.String) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String code,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
PlaygroundVesselOwner |
create(PlaygroundVesselOwner playgroundVesselOwner)
Creates an instance of fr.ifremer.allegro.playground.PlaygroundVesselOwner and adds it to the persistent store. |
PlaygroundVesselOwner |
create(java.lang.String code)
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselOwner
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundVesselOwner |
create(java.lang.String code,
java.lang.String lastname,
java.lang.String firstname,
java.lang.String street,
java.lang.String zipCode,
java.lang.String city,
java.sql.Timestamp updateDate,
FishingTrip fishingTrip)
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselOwner
instance from all attributes and
properties and adds it to the persistent store. |
PlaygroundVesselOwner |
createFromClusterPlaygroundVesselOwner(ClusterPlaygroundVesselOwner clusterPlaygroundVesselOwner)
|
java.util.Collection |
findPlaygroundVesselOwnerByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findPlaygroundVesselOwnerByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findPlaygroundVesselOwnerByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundVesselOwnerByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundVesselOwnerByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findPlaygroundVesselOwnerByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundVesselOwnerByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findPlaygroundVesselOwnerByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
PlaygroundVesselOwner |
findPlaygroundVesselOwnerById(java.lang.Integer id)
|
java.lang.Object |
findPlaygroundVesselOwnerById(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPlaygroundVesselOwnerById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(int, java.lang.Integer) with an
additional argument called queryString . |
PlaygroundVesselOwner |
findPlaygroundVesselOwnerById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(java.lang.Integer) with an
additional argument called queryString . |
PlaygroundVesselOwner |
findPlaygroundVesselOwnerByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findPlaygroundVesselOwnerByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPlaygroundVesselOwnerByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
PlaygroundVesselOwner |
findPlaygroundVesselOwnerByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
ClusterPlaygroundVesselOwner[] |
getAllClusterPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
java.util.Collection |
getAllPlaygroundVesselOwner()
|
java.util.Collection |
getAllPlaygroundVesselOwner(int transform)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner() with an
additional flag called transform . |
java.util.Collection |
getAllPlaygroundVesselOwner(int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselOwner(int transform,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselOwner(int transform,
java.lang.String queryString)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundVesselOwner(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselOwner(java.lang.String queryString)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner() with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundVesselOwner(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselOwnerSinceDateSynchro(int transform,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselOwnerSinceDateSynchro(int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselOwnerSinceDateSynchro(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselOwnerSinceDateSynchro(int transform,
java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundVesselOwnerSinceDateSynchro(int transform,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp) with an
additional flag called transform . |
java.util.Collection |
getAllPlaygroundVesselOwnerSinceDateSynchro(java.lang.String queryString,
int pageNumber,
int pageSize,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(String, java.sql.Timestamp) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundVesselOwnerSinceDateSynchro(java.lang.String queryString,
java.sql.Timestamp updateDate)
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp) with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp updateDate)
|
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract PlaygroundVesselOwner |
handleCreateFromClusterPlaygroundVesselOwner(ClusterPlaygroundVesselOwner clusterPlaygroundVesselOwner)
Performs the core logic for createFromClusterPlaygroundVesselOwner(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselOwner) |
protected abstract ClusterPlaygroundVesselOwner[] |
handleGetAllClusterPlaygroundVesselOwnerSinceDateSynchro(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 getAllClusterPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
PlaygroundVesselOwner |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.playground.PlaygroundVesselOwner from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundVesselOwnerDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PlaygroundVesselOwner . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PlaygroundVesselOwnerDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PlaygroundVesselOwnerDao.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 PlaygroundVesselOwnerDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remotePlaygroundVesselOwnerFullVOToEntity(RemotePlaygroundVesselOwnerFullVO source,
PlaygroundVesselOwner target,
boolean copyIfNull)
Copies the fields of RemotePlaygroundVesselOwnerFullVO to the specified entity. |
void |
remotePlaygroundVesselOwnerFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePlaygroundVesselOwnerFullVO to this
DAO's entity. |
void |
remotePlaygroundVesselOwnerNaturalIdToEntity(RemotePlaygroundVesselOwnerNaturalId source,
PlaygroundVesselOwner target,
boolean copyIfNull)
Copies the fields of RemotePlaygroundVesselOwnerNaturalId to the specified entity. |
void |
remotePlaygroundVesselOwnerNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePlaygroundVesselOwnerNaturalId 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.PlaygroundVesselOwner having the given identifier from the persistent store. |
void |
remove(PlaygroundVesselOwner playgroundVesselOwner)
Removes the instance of fr.ifremer.allegro.playground.PlaygroundVesselOwner 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 PlaygroundVesselOwnerDao.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 |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao . |
protected ClusterPlaygroundVesselOwner |
toClusterPlaygroundVesselOwner(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterPlaygroundVesselOwner |
toClusterPlaygroundVesselOwner(PlaygroundVesselOwner entity)
Converts this DAO's entity to an object of type ClusterPlaygroundVesselOwner . |
void |
toClusterPlaygroundVesselOwner(PlaygroundVesselOwner source,
ClusterPlaygroundVesselOwner target)
Copies the fields of the specified entity to the target value object. |
ClusterPlaygroundVesselOwner[] |
toClusterPlaygroundVesselOwnerArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPlaygroundVesselOwner . |
void |
toClusterPlaygroundVesselOwnerCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundVesselOwner . |
protected PlaygroundVesselOwner |
toEntity(java.lang.Object[] row)
|
protected RemotePlaygroundVesselOwnerFullVO |
toRemotePlaygroundVesselOwnerFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePlaygroundVesselOwnerFullVO |
toRemotePlaygroundVesselOwnerFullVO(PlaygroundVesselOwner entity)
Converts this DAO's entity to an object of type RemotePlaygroundVesselOwnerFullVO . |
void |
toRemotePlaygroundVesselOwnerFullVO(PlaygroundVesselOwner source,
RemotePlaygroundVesselOwnerFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePlaygroundVesselOwnerFullVO[] |
toRemotePlaygroundVesselOwnerFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePlaygroundVesselOwnerFullVO . |
void |
toRemotePlaygroundVesselOwnerFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundVesselOwnerFullVO . |
protected RemotePlaygroundVesselOwnerNaturalId |
toRemotePlaygroundVesselOwnerNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePlaygroundVesselOwnerNaturalId |
toRemotePlaygroundVesselOwnerNaturalId(PlaygroundVesselOwner entity)
Converts this DAO's entity to an object of type RemotePlaygroundVesselOwnerNaturalId . |
void |
toRemotePlaygroundVesselOwnerNaturalId(PlaygroundVesselOwner source,
RemotePlaygroundVesselOwnerNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePlaygroundVesselOwnerNaturalId[] |
toRemotePlaygroundVesselOwnerNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePlaygroundVesselOwnerNaturalId . |
void |
toRemotePlaygroundVesselOwnerNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundVesselOwnerNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.playground.PlaygroundVesselOwner)
method. |
protected java.lang.Object |
transformEntity(int transform,
PlaygroundVesselOwner 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.PlaygroundVesselOwnerDao , please note
that the PlaygroundVesselOwnerDao.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(PlaygroundVesselOwner playgroundVesselOwner)
Updates the playgroundVesselOwner 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.PlaygroundVesselOwnerDao |
---|
clusterPlaygroundVesselOwnerToEntity, remotePlaygroundVesselOwnerFullVOToEntity, remotePlaygroundVesselOwnerNaturalIdToEntity |
Constructor Detail |
---|
public PlaygroundVesselOwnerDaoBase()
Method Detail |
---|
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.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 PlaygroundVesselOwnerDao
id
- identifier of the entity to load
PlaygroundVesselOwnerDao.load(int, java.lang.Integer)
public PlaygroundVesselOwner load(java.lang.Integer id)
PlaygroundVesselOwnerDao
load
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PlaygroundVesselOwnerDao
PlaygroundVesselOwner
.
loadAll
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.loadAll()
public java.util.Collection loadAll(int transform)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.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 PlaygroundVesselOwnerDao
transform
- the flag indicating what transformation to use.
PlaygroundVesselOwnerDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.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 PlaygroundVesselOwnerDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PlaygroundVesselOwnerDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.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 PlaygroundVesselOwnerDao
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.
PlaygroundVesselOwnerDao.loadAll(int, int, int)
public PlaygroundVesselOwner create(PlaygroundVesselOwner playgroundVesselOwner)
PlaygroundVesselOwnerDao
create
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.create(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public java.lang.Object create(int transform, PlaygroundVesselOwner playgroundVesselOwner)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.create(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
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 PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.create(int transform, fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public java.util.Collection create(java.util.Collection entities)
PlaygroundVesselOwnerDao
entities
collection
create
in interface PlaygroundVesselOwnerDao
entities
- the collection of fr.ifremer.allegro.playground.PlaygroundVesselOwner
instances to create.
PlaygroundVesselOwnerDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.create(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
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 PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.create(int, java.util.Collection)
public PlaygroundVesselOwner create(java.lang.String code, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselOwner
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.lang.Object create(int transform, java.lang.String code, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.create(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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 PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.create(int, java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public PlaygroundVesselOwner create(java.lang.String code)
PlaygroundVesselOwnerDao
Creates a new fr.ifremer.allegro.playground.PlaygroundVesselOwner
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.create(java.lang.String)
public java.lang.Object create(int transform, java.lang.String code)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.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 PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.create(int, java.lang.String)
public void update(PlaygroundVesselOwner playgroundVesselOwner)
PlaygroundVesselOwnerDao
playgroundVesselOwner
instance in the persistent store.
update
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.update(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public void update(java.util.Collection entities)
PlaygroundVesselOwnerDao
entities
collection in the persistent store.
update
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.update(java.util.Collection)
public void remove(PlaygroundVesselOwner playgroundVesselOwner)
PlaygroundVesselOwnerDao
remove
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.remove(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public void remove(java.lang.Integer id)
PlaygroundVesselOwnerDao
identifier
from the persistent store.
remove
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PlaygroundVesselOwnerDao
entities collection.
- Specified by:
remove
in interface PlaygroundVesselOwnerDao
- See Also:
PlaygroundVesselOwnerDao.remove(java.util.Collection)
public java.util.Collection getAllPlaygroundVesselOwner()
getAllPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner()
public java.util.Collection getAllPlaygroundVesselOwner(int transform)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner()
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.
getAllPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int)
public java.util.Collection getAllPlaygroundVesselOwner(java.lang.String queryString)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner()
.
getAllPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(java.lang.String)
public java.util.Collection getAllPlaygroundVesselOwner(int pageNumber, int pageSize)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner()
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.
getAllPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int, int)
public java.util.Collection getAllPlaygroundVesselOwner(java.lang.String queryString, int pageNumber, int pageSize)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(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.
getAllPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(String, int, int)
public java.util.Collection getAllPlaygroundVesselOwner(int transform, java.lang.String queryString)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int)
.
getAllPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int, String)
public java.util.Collection getAllPlaygroundVesselOwner(int transform, int pageNumber, int pageSize)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(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.
getAllPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int, int, int)
public java.util.Collection getAllPlaygroundVesselOwner(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(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.
getAllPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwner(int, java.lang.String, int, int)
public PlaygroundVesselOwner findPlaygroundVesselOwnerById(java.lang.Integer id)
findPlaygroundVesselOwnerById
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(java.lang.Integer)
public java.lang.Object findPlaygroundVesselOwnerById(int transform, java.lang.Integer id)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(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.
findPlaygroundVesselOwnerById
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(int, java.lang.Integer)
public PlaygroundVesselOwner findPlaygroundVesselOwnerById(java.lang.String queryString, java.lang.Integer id)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(java.lang.Integer)
.
findPlaygroundVesselOwnerById
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(java.lang.String, java.lang.Integer)
public java.lang.Object findPlaygroundVesselOwnerById(int transform, java.lang.String queryString, java.lang.Integer id)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(int, java.lang.Integer id)
.
findPlaygroundVesselOwnerById
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findPlaygroundVesselOwnerByFishingTrip(FishingTrip fishingTrip)
findPlaygroundVesselOwnerByFishingTrip
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundVesselOwnerByFishingTrip(int transform, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
findPlaygroundVesselOwnerByFishingTrip
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundVesselOwnerByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findPlaygroundVesselOwnerByFishingTrip
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundVesselOwnerByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
findPlaygroundVesselOwnerByFishingTrip
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundVesselOwnerByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
findPlaygroundVesselOwnerByFishingTrip
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundVesselOwnerByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findPlaygroundVesselOwnerByFishingTrip
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundVesselOwnerByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
findPlaygroundVesselOwnerByFishingTrip
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundVesselOwnerByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
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.
findPlaygroundVesselOwnerByFishingTrip
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public PlaygroundVesselOwner findPlaygroundVesselOwnerByNaturalId(java.lang.Integer id)
findPlaygroundVesselOwnerByNaturalId
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(java.lang.Integer)
public java.lang.Object findPlaygroundVesselOwnerByNaturalId(int transform, java.lang.Integer id)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(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.
findPlaygroundVesselOwnerByNaturalId
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(int, java.lang.Integer)
public PlaygroundVesselOwner findPlaygroundVesselOwnerByNaturalId(java.lang.String queryString, java.lang.Integer id)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(java.lang.Integer)
.
findPlaygroundVesselOwnerByNaturalId
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findPlaygroundVesselOwnerByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(int, java.lang.Integer id)
.
findPlaygroundVesselOwnerByNaturalId
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.findPlaygroundVesselOwnerByNaturalId(int, java.lang.String, java.lang.Integer)
public java.util.Collection getAllPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp updateDate)
getAllPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselOwnerSinceDateSynchro(int transform, java.sql.Timestamp updateDate)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(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.
getAllPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselOwnerSinceDateSynchro(java.lang.String queryString, java.sql.Timestamp updateDate)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp)
.
getAllPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(java.lang.String, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselOwnerSinceDateSynchro(int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(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.
getAllPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, int, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselOwnerSinceDateSynchro(java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(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.
getAllPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(String, int, int, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselOwnerSinceDateSynchro(int transform, java.lang.String queryString, java.sql.Timestamp updateDate)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, java.sql.Timestamp)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, java.sql.Timestamp updateDate)
.
getAllPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, String, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselOwnerSinceDateSynchro(int transform, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(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.
getAllPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, int, int, java.sql.Timestamp)
public java.util.Collection getAllPlaygroundVesselOwnerSinceDateSynchro(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.sql.Timestamp updateDate)
PlaygroundVesselOwnerDao
Does the same thing as PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(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.
getAllPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllPlaygroundVesselOwnerSinceDateSynchro(int, java.lang.String, int, int, java.sql.Timestamp)
public PlaygroundVesselOwner createFromClusterPlaygroundVesselOwner(ClusterPlaygroundVesselOwner clusterPlaygroundVesselOwner)
createFromClusterPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.createFromClusterPlaygroundVesselOwner(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselOwner)
protected abstract PlaygroundVesselOwner handleCreateFromClusterPlaygroundVesselOwner(ClusterPlaygroundVesselOwner clusterPlaygroundVesselOwner) throws java.lang.Exception
createFromClusterPlaygroundVesselOwner(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselOwner)
java.lang.Exception
public ClusterPlaygroundVesselOwner[] getAllClusterPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPlaygroundVesselOwnerSinceDateSynchro
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.getAllClusterPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterPlaygroundVesselOwner[] handleGetAllClusterPlaygroundVesselOwnerSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterPlaygroundVesselOwnerSinceDateSynchro(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, PlaygroundVesselOwner entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.playground.PlaygroundVesselOwnerDao
, please note
that the PlaygroundVesselOwnerDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
PlaygroundVesselOwner
- PlaygroundVesselOwnerDao.TRANSFORM_NONE
RemotePlaygroundVesselOwnerFullVO
- TRANSFORM_REMOTEPLAYGROUNDVESSELOWNERFULLVO
RemotePlaygroundVesselOwnerNaturalId
- TRANSFORM_REMOTEPLAYGROUNDVESSELOWNERNATURALID
ClusterPlaygroundVesselOwner
- TRANSFORM_CLUSTERPLAYGROUNDVESSELOWNER
PlaygroundVesselOwnerDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PlaygroundVesselOwnerDao
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.PlaygroundVesselOwner)
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.PlaygroundVesselOwnerDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.playground.PlaygroundVesselOwner)
protected PlaygroundVesselOwner toEntity(java.lang.Object[] row)
public final void toRemotePlaygroundVesselOwnerFullVOCollection(java.util.Collection entities)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerFullVO
.
toRemotePlaygroundVesselOwnerFullVOCollection
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerFullVOCollection(java.util.Collection)
public final RemotePlaygroundVesselOwnerFullVO[] toRemotePlaygroundVesselOwnerFullVOArray(java.util.Collection entities)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerFullVO
.
toRemotePlaygroundVesselOwnerFullVOArray
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerFullVOArray(java.util.Collection)
protected RemotePlaygroundVesselOwnerFullVO toRemotePlaygroundVesselOwnerFullVO(java.lang.Object[] row)
PlaygroundVesselOwnerDaoImpl
class if you intend to use reporting queries.
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerFullVO(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public final void remotePlaygroundVesselOwnerFullVOToEntityCollection(java.util.Collection instances)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerFullVO
to this
DAO's entity.
remotePlaygroundVesselOwnerFullVOToEntityCollection
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.remotePlaygroundVesselOwnerFullVOToEntityCollection(java.util.Collection)
public void toRemotePlaygroundVesselOwnerFullVO(PlaygroundVesselOwner source, RemotePlaygroundVesselOwnerFullVO target)
PlaygroundVesselOwnerDao
toRemotePlaygroundVesselOwnerFullVO
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerFullVO(fr.ifremer.allegro.playground.PlaygroundVesselOwner, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselOwnerFullVO)
public RemotePlaygroundVesselOwnerFullVO toRemotePlaygroundVesselOwnerFullVO(PlaygroundVesselOwner entity)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerFullVO
.
toRemotePlaygroundVesselOwnerFullVO
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerFullVO(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public void remotePlaygroundVesselOwnerFullVOToEntity(RemotePlaygroundVesselOwnerFullVO source, PlaygroundVesselOwner target, boolean copyIfNull)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerFullVO
to the specified entity.
remotePlaygroundVesselOwnerFullVOToEntity
in interface PlaygroundVesselOwnerDao
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.PlaygroundVesselOwnerDao#remotePlaygroundVesselOwnerFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselOwnerFullVO, fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public final void toRemotePlaygroundVesselOwnerNaturalIdCollection(java.util.Collection entities)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerNaturalId
.
toRemotePlaygroundVesselOwnerNaturalIdCollection
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerNaturalIdCollection(java.util.Collection)
public final RemotePlaygroundVesselOwnerNaturalId[] toRemotePlaygroundVesselOwnerNaturalIdArray(java.util.Collection entities)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerNaturalId
.
toRemotePlaygroundVesselOwnerNaturalIdArray
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerNaturalIdArray(java.util.Collection)
protected RemotePlaygroundVesselOwnerNaturalId toRemotePlaygroundVesselOwnerNaturalId(java.lang.Object[] row)
PlaygroundVesselOwnerDaoImpl
class if you intend to use reporting queries.
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public final void remotePlaygroundVesselOwnerNaturalIdToEntityCollection(java.util.Collection instances)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerNaturalId
to this
DAO's entity.
remotePlaygroundVesselOwnerNaturalIdToEntityCollection
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.remotePlaygroundVesselOwnerNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePlaygroundVesselOwnerNaturalId(PlaygroundVesselOwner source, RemotePlaygroundVesselOwnerNaturalId target)
PlaygroundVesselOwnerDao
toRemotePlaygroundVesselOwnerNaturalId
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselOwner, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselOwnerNaturalId)
public RemotePlaygroundVesselOwnerNaturalId toRemotePlaygroundVesselOwnerNaturalId(PlaygroundVesselOwner entity)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerNaturalId
.
toRemotePlaygroundVesselOwnerNaturalId
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toRemotePlaygroundVesselOwnerNaturalId(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public void remotePlaygroundVesselOwnerNaturalIdToEntity(RemotePlaygroundVesselOwnerNaturalId source, PlaygroundVesselOwner target, boolean copyIfNull)
PlaygroundVesselOwnerDao
RemotePlaygroundVesselOwnerNaturalId
to the specified entity.
remotePlaygroundVesselOwnerNaturalIdToEntity
in interface PlaygroundVesselOwnerDao
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.PlaygroundVesselOwnerDao#remotePlaygroundVesselOwnerNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselOwnerNaturalId, fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public final void toClusterPlaygroundVesselOwnerCollection(java.util.Collection entities)
PlaygroundVesselOwnerDao
ClusterPlaygroundVesselOwner
.
toClusterPlaygroundVesselOwnerCollection
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toClusterPlaygroundVesselOwnerCollection(java.util.Collection)
public final ClusterPlaygroundVesselOwner[] toClusterPlaygroundVesselOwnerArray(java.util.Collection entities)
PlaygroundVesselOwnerDao
ClusterPlaygroundVesselOwner
.
toClusterPlaygroundVesselOwnerArray
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toClusterPlaygroundVesselOwnerArray(java.util.Collection)
protected ClusterPlaygroundVesselOwner toClusterPlaygroundVesselOwner(java.lang.Object[] row)
PlaygroundVesselOwnerDaoImpl
class if you intend to use reporting queries.
PlaygroundVesselOwnerDao.toClusterPlaygroundVesselOwner(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public final void clusterPlaygroundVesselOwnerToEntityCollection(java.util.Collection instances)
PlaygroundVesselOwnerDao
ClusterPlaygroundVesselOwner
to this
DAO's entity.
clusterPlaygroundVesselOwnerToEntityCollection
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.clusterPlaygroundVesselOwnerToEntityCollection(java.util.Collection)
public void toClusterPlaygroundVesselOwner(PlaygroundVesselOwner source, ClusterPlaygroundVesselOwner target)
PlaygroundVesselOwnerDao
toClusterPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toClusterPlaygroundVesselOwner(fr.ifremer.allegro.playground.PlaygroundVesselOwner, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselOwner)
public ClusterPlaygroundVesselOwner toClusterPlaygroundVesselOwner(PlaygroundVesselOwner entity)
PlaygroundVesselOwnerDao
ClusterPlaygroundVesselOwner
.
toClusterPlaygroundVesselOwner
in interface PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.toClusterPlaygroundVesselOwner(fr.ifremer.allegro.playground.PlaygroundVesselOwner)
public void clusterPlaygroundVesselOwnerToEntity(ClusterPlaygroundVesselOwner source, PlaygroundVesselOwner target, boolean copyIfNull)
PlaygroundVesselOwnerDao
ClusterPlaygroundVesselOwner
to the specified entity.
clusterPlaygroundVesselOwnerToEntity
in interface PlaygroundVesselOwnerDao
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.PlaygroundVesselOwnerDao#clusterPlaygroundVesselOwnerToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselOwner, fr.ifremer.allegro.playground.PlaygroundVesselOwner)
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)
PlaygroundVesselOwnerDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PlaygroundVesselOwnerDao
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.PlaygroundVesselOwnerDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PlaygroundVesselOwnerDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PlaygroundVesselOwnerDao
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.PlaygroundVesselOwnerDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PlaygroundVesselOwnerDao
PlaygroundVesselOwnerDao.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 PlaygroundVesselOwnerDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PlaygroundVesselOwnerDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PlaygroundVesselOwnerDao
search
object.
search
in interface PlaygroundVesselOwnerDao
search
- the search object which provides the search parameters and pagination specification.
PlaygroundVesselOwnerDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |