|
||||||||||
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.PlaygroundFishingEffortZoneDaoBase
public abstract class PlaygroundFishingEffortZoneDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find
objects of type fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
.
PlaygroundFishingEffortZone
Field Summary |
---|
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao |
---|
TRANSFORM_CLUSTERPLAYGROUNDFISHINGEFFORTZONE, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONEFULLVO, TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONENATURALID |
Constructor Summary | |
---|---|
PlaygroundFishingEffortZoneDaoBase()
|
Method Summary | |
---|---|
void |
clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source,
PlaygroundFishingEffortZone target,
boolean copyIfNull)
Copies the fields of ClusterPlaygroundFishingEffortZone to the specified entity. |
void |
clusterPlaygroundFishingEffortZoneToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterPlaygroundFishingEffortZone to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds from the passed in entities collection |
PlaygroundFishingEffortZone |
create(java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
instance from all attributes and
properties and adds it to the persistent store. |
java.util.Collection |
create(int transform,
java.util.Collection entities)
Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.util.Date dateTime,
java.lang.String moveType,
java.lang.String effortZoneCode,
java.lang.String targetSpecies,
FishingTrip fishingTrip,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
PlaygroundFishingEffortZone playgroundFishingEffortZone)
Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
java.lang.String effortZoneCode,
FishingTrip fishingTrip,
Gear gear,
java.lang.String moveType,
java.lang.String targetSpecies)
Does the same thing as PlaygroundFishingEffortZoneDao.create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String) with an
additional flag called transform . |
PlaygroundFishingEffortZone |
create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Creates an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds it to the persistent store. |
PlaygroundFishingEffortZone |
create(java.lang.String effortZoneCode,
FishingTrip fishingTrip,
Gear gear,
java.lang.String moveType,
java.lang.String targetSpecies)
Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
instance from only required properties (attributes
and association ends) and adds it to the persistent store. |
PlaygroundFishingEffortZone |
createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
|
java.util.Collection |
findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)
|
java.util.Collection |
findPlaygroundFishingEffortZoneByFishingTrip(int transform,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional flag called transform . |
java.util.Collection |
findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundFishingEffortZoneByFishingTrip(int transform,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundFishingEffortZoneByFishingTrip(int transform,
java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findPlaygroundFishingEffortZoneByFishingTrip(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional argument called queryString . |
java.util.Collection |
findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingTrip fishingTrip)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundFishingEffortZoneByGear(Gear gear)
|
java.util.Collection |
findPlaygroundFishingEffortZoneByGear(int transform,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional flag called transform . |
java.util.Collection |
findPlaygroundFishingEffortZoneByGear(int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundFishingEffortZoneByGear(int transform,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundFishingEffortZoneByGear(int transform,
java.lang.String queryString,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findPlaygroundFishingEffortZoneByGear(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findPlaygroundFishingEffortZoneByGear(java.lang.String queryString,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an
additional argument called queryString . |
java.util.Collection |
findPlaygroundFishingEffortZoneByGear(java.lang.String queryString,
int pageNumber,
int pageSize,
Gear gear)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an
additional two arguments called pageNumber and pageSize . |
PlaygroundFishingEffortZone |
findPlaygroundFishingEffortZoneById(java.lang.Integer id)
|
java.lang.Object |
findPlaygroundFishingEffortZoneById(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPlaygroundFishingEffortZoneById(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.Integer) with an
additional argument called queryString . |
PlaygroundFishingEffortZone |
findPlaygroundFishingEffortZoneById(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer) with an
additional argument called queryString . |
PlaygroundFishingEffortZone |
findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)
|
java.lang.Object |
findPlaygroundFishingEffortZoneByNaturalId(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an
additional flag called transform . |
java.lang.Object |
findPlaygroundFishingEffortZoneByNaturalId(int transform,
java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer) with an
additional argument called queryString . |
PlaygroundFishingEffortZone |
findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString,
java.lang.Integer id)
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundFishingEffortZone()
|
java.util.Collection |
getAllPlaygroundFishingEffortZone(int transform)
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an
additional flag called transform . |
java.util.Collection |
getAllPlaygroundFishingEffortZone(int pageNumber,
int pageSize)
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundFishingEffortZone(int transform,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundFishingEffortZone(int transform,
java.lang.String queryString)
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int) with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundFishingEffortZone(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllPlaygroundFishingEffortZone(java.lang.String queryString)
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundFishingEffortZone(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(String) with an
additional two arguments called pageNumber and pageSize . |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTripDao . |
protected GearDao |
getGearDao()
Gets the reference to gearDao . |
protected java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected abstract PlaygroundFishingEffortZone |
handleCreateFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
Performs the core logic for createFromClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone) |
PlaygroundFishingEffortZone |
load(java.lang.Integer id)
Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store. |
java.lang.Object |
load(int transform,
java.lang.Integer id)
Does the same thing as PlaygroundFishingEffortZoneDao.load(java.lang.Integer) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type PlaygroundFishingEffortZone . |
java.util.Collection |
loadAll(int transform)
Does the same thing as PlaygroundFishingEffortZoneDao.loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as PlaygroundFishingEffortZoneDao.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 PlaygroundFishingEffortZoneDao.loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
void |
remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source,
PlaygroundFishingEffortZone target,
boolean copyIfNull)
Copies the fields of RemotePlaygroundFishingEffortZoneFullVO to the specified entity. |
void |
remotePlaygroundFishingEffortZoneFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePlaygroundFishingEffortZoneFullVO to this
DAO's entity. |
void |
remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source,
PlaygroundFishingEffortZone target,
boolean copyIfNull)
Copies the fields of RemotePlaygroundFishingEffortZoneNaturalId to the specified entity. |
void |
remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemotePlaygroundFishingEffortZoneNaturalId 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.PlaygroundFishingEffortZone having the given identifier from the persistent store. |
void |
remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone 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 PlaygroundFishingEffortZoneDao.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 . |
void |
setGearDao(GearDao gearDao)
Sets the reference to gearDao . |
protected ClusterPlaygroundFishingEffortZone |
toClusterPlaygroundFishingEffortZone(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterPlaygroundFishingEffortZone |
toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
Converts this DAO's entity to an object of type ClusterPlaygroundFishingEffortZone . |
void |
toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source,
ClusterPlaygroundFishingEffortZone target)
Copies the fields of the specified entity to the target value object. |
ClusterPlaygroundFishingEffortZone[] |
toClusterPlaygroundFishingEffortZoneArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterPlaygroundFishingEffortZone . |
void |
toClusterPlaygroundFishingEffortZoneCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundFishingEffortZone . |
protected PlaygroundFishingEffortZone |
toEntity(java.lang.Object[] row)
|
protected RemotePlaygroundFishingEffortZoneFullVO |
toRemotePlaygroundFishingEffortZoneFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePlaygroundFishingEffortZoneFullVO |
toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneFullVO . |
void |
toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source,
RemotePlaygroundFishingEffortZoneFullVO target)
Copies the fields of the specified entity to the target value object. |
RemotePlaygroundFishingEffortZoneFullVO[] |
toRemotePlaygroundFishingEffortZoneFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingEffortZoneFullVO . |
void |
toRemotePlaygroundFishingEffortZoneFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingEffortZoneFullVO . |
protected RemotePlaygroundFishingEffortZoneNaturalId |
toRemotePlaygroundFishingEffortZoneNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemotePlaygroundFishingEffortZoneNaturalId |
toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneNaturalId . |
void |
toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source,
RemotePlaygroundFishingEffortZoneNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemotePlaygroundFishingEffortZoneNaturalId[] |
toRemotePlaygroundFishingEffortZoneNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingEffortZoneNaturalId . |
void |
toRemotePlaygroundFishingEffortZoneNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingEffortZoneNaturalId . |
protected void |
transformEntities(int transform,
java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
method. |
protected java.lang.Object |
transformEntity(int transform,
PlaygroundFishingEffortZone 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.PlaygroundFishingEffortZoneDao , please note
that the PlaygroundFishingEffortZoneDao.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(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Updates the playgroundFishingEffortZone 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.PlaygroundFishingEffortZoneDao |
---|
clusterPlaygroundFishingEffortZoneToEntity, remotePlaygroundFishingEffortZoneFullVOToEntity, remotePlaygroundFishingEffortZoneNaturalIdToEntity |
Constructor Detail |
---|
public PlaygroundFishingEffortZoneDaoBase()
Method Detail |
---|
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTripDao
.
protected FishingTripDao getFishingTripDao()
fishingTripDao
.
public void setGearDao(GearDao gearDao)
gearDao
.
protected GearDao getGearDao()
gearDao
.
public java.lang.Object load(int transform, java.lang.Integer id)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.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 PlaygroundFishingEffortZoneDao
id
- identifier of the entity to load
PlaygroundFishingEffortZoneDao.load(int, java.lang.Integer)
public PlaygroundFishingEffortZone load(java.lang.Integer id)
PlaygroundFishingEffortZoneDao
load
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.load(java.lang.Integer)
public java.util.Collection loadAll()
PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZone
.
loadAll
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.loadAll()
public java.util.Collection loadAll(int transform)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.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 PlaygroundFishingEffortZoneDao
transform
- the flag indicating what transformation to use.
PlaygroundFishingEffortZoneDao.loadAll(int)
public java.util.Collection loadAll(int pageNumber, int pageSize)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.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 PlaygroundFishingEffortZoneDao
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
PlaygroundFishingEffortZoneDao.loadAll(int, int)
public java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.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 PlaygroundFishingEffortZoneDao
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.
PlaygroundFishingEffortZoneDao.loadAll(int, int, int)
public PlaygroundFishingEffortZone create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
PlaygroundFishingEffortZoneDao
create
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public java.lang.Object create(int transform, PlaygroundFishingEffortZone playgroundFishingEffortZone)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
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 PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.create(int transform, fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public java.util.Collection create(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
entities
collection
create
in interface PlaygroundFishingEffortZoneDao
entities
- the collection of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
instances to create.
PlaygroundFishingEffortZoneDao.create(java.util.Collection)
public java.util.Collection create(int transform, java.util.Collection entities)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
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 PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.create(int, java.util.Collection)
public PlaygroundFishingEffortZone create(java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
PlaygroundFishingEffortZoneDao
Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
instance from all attributes and
properties and adds it to the persistent store.
create
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear)
public java.lang.Object create(int transform, java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear)
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 PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.create(int, java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear)
public PlaygroundFishingEffortZone create(java.lang.String effortZoneCode, FishingTrip fishingTrip, Gear gear, java.lang.String moveType, java.lang.String targetSpecies)
PlaygroundFishingEffortZoneDao
Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
instance from only required properties (attributes
and association ends) and adds it to the persistent store.
create
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String)
public java.lang.Object create(int transform, java.lang.String effortZoneCode, FishingTrip fishingTrip, Gear gear, java.lang.String moveType, java.lang.String targetSpecies)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,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 PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.create(int, java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String)
public void update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
PlaygroundFishingEffortZoneDao
playgroundFishingEffortZone
instance in the persistent store.
update
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.update(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public void update(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
entities
collection in the persistent store.
update
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.update(java.util.Collection)
public void remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
PlaygroundFishingEffortZoneDao
remove
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.remove(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public void remove(java.lang.Integer id)
PlaygroundFishingEffortZoneDao
identifier
from the persistent store.
remove
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.remove(java.lang.Integer)
public void remove(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
entities collection.
- Specified by:
remove
in interface PlaygroundFishingEffortZoneDao
- See Also:
PlaygroundFishingEffortZoneDao.remove(java.util.Collection)
public java.util.Collection getAllPlaygroundFishingEffortZone()
getAllPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone()
public java.util.Collection getAllPlaygroundFishingEffortZone(int transform)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone()
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.
getAllPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int)
public java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone()
.
getAllPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(java.lang.String)
public java.util.Collection getAllPlaygroundFishingEffortZone(int pageNumber, int pageSize)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone()
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.
getAllPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, int)
public java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString, int pageNumber, int pageSize)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(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.
getAllPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(String, int, int)
public java.util.Collection getAllPlaygroundFishingEffortZone(int transform, java.lang.String queryString)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int)
.
getAllPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, String)
public java.util.Collection getAllPlaygroundFishingEffortZone(int transform, int pageNumber, int pageSize)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(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.
getAllPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, int, int)
public java.util.Collection getAllPlaygroundFishingEffortZone(int transform, java.lang.String queryString, int pageNumber, int pageSize)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(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.
getAllPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, java.lang.String, int, int)
public PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.Integer id)
findPlaygroundFishingEffortZoneById
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer)
public java.lang.Object findPlaygroundFishingEffortZoneById(int transform, java.lang.Integer id)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(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.
findPlaygroundFishingEffortZoneById
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.Integer)
public PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.String queryString, java.lang.Integer id)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer)
.
findPlaygroundFishingEffortZoneById
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.String, java.lang.Integer)
public java.lang.Object findPlaygroundFishingEffortZoneById(int transform, java.lang.String queryString, java.lang.Integer id)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.Integer id)
.
findPlaygroundFishingEffortZoneById
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.String, java.lang.Integer)
public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)
findPlaygroundFishingEffortZoneByFishingTrip
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, FishingTrip fishingTrip)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(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.
findPlaygroundFishingEffortZoneByFishingTrip
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(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 PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
findPlaygroundFishingEffortZoneByFishingTrip
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(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.
findPlaygroundFishingEffortZoneByFishingTrip
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(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.
findPlaygroundFishingEffortZoneByFishingTrip
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(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 PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
findPlaygroundFishingEffortZoneByFishingTrip
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(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.
findPlaygroundFishingEffortZoneByFishingTrip
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(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.
findPlaygroundFishingEffortZoneByFishingTrip
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
public java.util.Collection findPlaygroundFishingEffortZoneByGear(Gear gear)
findPlaygroundFishingEffortZoneByGear
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, Gear gear)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findPlaygroundFishingEffortZoneByGear
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString, Gear gear)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear)
.
findPlaygroundFishingEffortZoneByGear
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPlaygroundFishingEffortZoneByGear(int pageNumber, int pageSize, Gear gear)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear)
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.
findPlaygroundFishingEffortZoneByGear
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(String, fr.ifremer.allegro.referential.gear.Gear)
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.
findPlaygroundFishingEffortZoneByGear
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, java.lang.String queryString, Gear gear)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
findPlaygroundFishingEffortZoneByGear
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, int pageNumber, int pageSize, Gear gear)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear)
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.
findPlaygroundFishingEffortZoneByGear
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)
public java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)
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.
findPlaygroundFishingEffortZoneByGear
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)
public PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)
findPlaygroundFishingEffortZoneByNaturalId
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer)
public java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform, java.lang.Integer id)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(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.
findPlaygroundFishingEffortZoneByNaturalId
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer)
public PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString, java.lang.Integer id)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer)
.
findPlaygroundFishingEffortZoneByNaturalId
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.String, java.lang.Integer)
public java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer id)
.
findPlaygroundFishingEffortZoneByNaturalId
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.String, java.lang.Integer)
public PlaygroundFishingEffortZone createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
createFromClusterPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.createFromClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone)
protected abstract PlaygroundFishingEffortZone handleCreateFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone) throws java.lang.Exception
createFromClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone)
java.lang.Exception
protected java.lang.Object transformEntity(int transform, PlaygroundFishingEffortZone entity)
transform
flag is set to one of the constants defined in fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao
, please note
that the PlaygroundFishingEffortZoneDao.TRANSFORM_NONE
constant denotes no transformation, so the entity itself
will be returned.
This method will return instances of these types:
PlaygroundFishingEffortZone
- PlaygroundFishingEffortZoneDao.TRANSFORM_NONE
RemotePlaygroundFishingEffortZoneFullVO
- TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONEFULLVO
RemotePlaygroundFishingEffortZoneNaturalId
- TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONENATURALID
ClusterPlaygroundFishingEffortZone
- TRANSFORM_CLUSTERPLAYGROUNDFISHINGEFFORTZONE
PlaygroundFishingEffortZoneDao.TRANSFORM_NONE
is assumed.
transform
- one of the constants declared in PlaygroundFishingEffortZoneDao
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.PlaygroundFishingEffortZone)
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.PlaygroundFishingEffortZoneDao
entities
- the collection of entities to transformtransformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
protected PlaygroundFishingEffortZone toEntity(java.lang.Object[] row)
public final void toRemotePlaygroundFishingEffortZoneFullVOCollection(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneFullVO
.
toRemotePlaygroundFishingEffortZoneFullVOCollection
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVOCollection(java.util.Collection)
public final RemotePlaygroundFishingEffortZoneFullVO[] toRemotePlaygroundFishingEffortZoneFullVOArray(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneFullVO
.
toRemotePlaygroundFishingEffortZoneFullVOArray
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVOArray(java.util.Collection)
protected RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(java.lang.Object[] row)
PlaygroundFishingEffortZoneDaoImpl
class if you intend to use reporting queries.
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVO(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public final void remotePlaygroundFishingEffortZoneFullVOToEntityCollection(java.util.Collection instances)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneFullVO
to this
DAO's entity.
remotePlaygroundFishingEffortZoneFullVOToEntityCollection
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.remotePlaygroundFishingEffortZoneFullVOToEntityCollection(java.util.Collection)
public void toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneFullVO target)
PlaygroundFishingEffortZoneDao
toRemotePlaygroundFishingEffortZoneFullVO
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVO(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
public RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneFullVO
.
toRemotePlaygroundFishingEffortZoneFullVO
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVO(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public void remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source, PlaygroundFishingEffortZone target, boolean copyIfNull)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneFullVO
to the specified entity.
remotePlaygroundFishingEffortZoneFullVOToEntity
in interface PlaygroundFishingEffortZoneDao
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.PlaygroundFishingEffortZoneDao#remotePlaygroundFishingEffortZoneFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public final void toRemotePlaygroundFishingEffortZoneNaturalIdCollection(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneNaturalId
.
toRemotePlaygroundFishingEffortZoneNaturalIdCollection
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalIdCollection(java.util.Collection)
public final RemotePlaygroundFishingEffortZoneNaturalId[] toRemotePlaygroundFishingEffortZoneNaturalIdArray(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneNaturalId
.
toRemotePlaygroundFishingEffortZoneNaturalIdArray
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalIdArray(java.util.Collection)
protected RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(java.lang.Object[] row)
PlaygroundFishingEffortZoneDaoImpl
class if you intend to use reporting queries.
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public final void remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection(java.util.Collection instances)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneNaturalId
to this
DAO's entity.
remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection(java.util.Collection)
public void toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneNaturalId target)
PlaygroundFishingEffortZoneDao
toRemotePlaygroundFishingEffortZoneNaturalId
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId)
public RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneNaturalId
.
toRemotePlaygroundFishingEffortZoneNaturalId
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public void remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source, PlaygroundFishingEffortZone target, boolean copyIfNull)
PlaygroundFishingEffortZoneDao
RemotePlaygroundFishingEffortZoneNaturalId
to the specified entity.
remotePlaygroundFishingEffortZoneNaturalIdToEntity
in interface PlaygroundFishingEffortZoneDao
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.PlaygroundFishingEffortZoneDao#remotePlaygroundFishingEffortZoneNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId, fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public final void toClusterPlaygroundFishingEffortZoneCollection(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
ClusterPlaygroundFishingEffortZone
.
toClusterPlaygroundFishingEffortZoneCollection
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZoneCollection(java.util.Collection)
public final ClusterPlaygroundFishingEffortZone[] toClusterPlaygroundFishingEffortZoneArray(java.util.Collection entities)
PlaygroundFishingEffortZoneDao
ClusterPlaygroundFishingEffortZone
.
toClusterPlaygroundFishingEffortZoneArray
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZoneArray(java.util.Collection)
protected ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(java.lang.Object[] row)
PlaygroundFishingEffortZoneDaoImpl
class if you intend to use reporting queries.
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public final void clusterPlaygroundFishingEffortZoneToEntityCollection(java.util.Collection instances)
PlaygroundFishingEffortZoneDao
ClusterPlaygroundFishingEffortZone
to this
DAO's entity.
clusterPlaygroundFishingEffortZoneToEntityCollection
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.clusterPlaygroundFishingEffortZoneToEntityCollection(java.util.Collection)
public void toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source, ClusterPlaygroundFishingEffortZone target)
PlaygroundFishingEffortZoneDao
toClusterPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone)
public ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
PlaygroundFishingEffortZoneDao
ClusterPlaygroundFishingEffortZone
.
toClusterPlaygroundFishingEffortZone
in interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
public void clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source, PlaygroundFishingEffortZone target, boolean copyIfNull)
PlaygroundFishingEffortZoneDao
ClusterPlaygroundFishingEffortZone
to the specified entity.
clusterPlaygroundFishingEffortZoneToEntity
in interface PlaygroundFishingEffortZoneDao
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.PlaygroundFishingEffortZoneDao#clusterPlaygroundFishingEffortZoneToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone, fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)
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)
PlaygroundFishingEffortZoneDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PlaygroundFishingEffortZoneDao
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.PlaygroundFishingEffortZoneDao.search(int, int, int, fr.ifremer.allegro.Search)
public PaginationResult search(int pageNumber, int pageSize, Search search)
PlaygroundFishingEffortZoneDao
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
search
in interface PlaygroundFishingEffortZoneDao
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.PlaygroundFishingEffortZoneDao.search(int, int, fr.ifremer.allegro.Search)
public java.util.Set search(int transform, Search search)
PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZoneDao.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 PlaygroundFishingEffortZoneDao
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
PlaygroundFishingEffortZoneDao.search(int, fr.ifremer.allegro.Search)
public java.util.Set search(Search search)
PlaygroundFishingEffortZoneDao
search
object.
search
in interface PlaygroundFishingEffortZoneDao
search
- the search object which provides the search parameters and pagination specification.
PlaygroundFishingEffortZoneDao.search(fr.ifremer.allegro.Search)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |