|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlaygroundFishingEffortZoneDao
PlaygroundFishingEffortZone
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERPLAYGROUNDFISHINGEFFORTZONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_NONE
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONEFULLVO
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
static int |
TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONENATURALID
This constant is used as a transformation flag; entities can be converted automatically into value objects or other types, different methods in a class implementing this interface support this feature: look for an int parameter called transform . |
Method Summary | |
---|---|
PlaygroundFishingEffortZone |
clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
Converts an instance of type ClusterPlaygroundFishingEffortZone to this DAO's entity. |
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 getAllPlaygroundFishingEffortZone() with an
additional flag called transform . |
java.util.Collection |
getAllPlaygroundFishingEffortZone(int pageNumber,
int pageSize)
Does the same thing as 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 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 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 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 getAllPlaygroundFishingEffortZone() with an
additional argument called queryString . |
java.util.Collection |
getAllPlaygroundFishingEffortZone(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllPlaygroundFishingEffortZone(String) with an
additional two arguments called pageNumber and pageSize . |
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 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 loadAll() with an
additional flag called transform . |
java.util.Collection |
loadAll(int pageNumber,
int pageSize)
Does the same thing as 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 loadAll(int) with an
additional two arguments called pageNumber and pageSize . |
PlaygroundFishingEffortZone |
remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVO)
Converts an instance of type RemotePlaygroundFishingEffortZoneFullVO to this DAO's entity. |
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. |
PlaygroundFishingEffortZone |
remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId remotePlaygroundFishingEffortZoneNaturalId)
Converts an instance of type RemotePlaygroundFishingEffortZoneNaturalId 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 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. |
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 . |
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 . |
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 . |
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. |
Field Detail |
---|
static final int TRANSFORM_NONE
int
parameter called transform
.
This specific flag denotes no transformation will occur.
static final int TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONEFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePlaygroundFishingEffortZoneFullVO
.
static final int TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONENATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemotePlaygroundFishingEffortZoneNaturalId
.
static final int TRANSFORM_CLUSTERPLAYGROUNDFISHINGEFFORTZONE
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterPlaygroundFishingEffortZone
.
Method Detail |
---|
void toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneFullVO target)
RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
RemotePlaygroundFishingEffortZoneFullVO
.
void toRemotePlaygroundFishingEffortZoneFullVOCollection(java.util.Collection entities)
RemotePlaygroundFishingEffortZoneFullVO
.
RemotePlaygroundFishingEffortZoneFullVO[] toRemotePlaygroundFishingEffortZoneFullVOArray(java.util.Collection entities)
RemotePlaygroundFishingEffortZoneFullVO
.
void remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source, PlaygroundFishingEffortZone target, boolean copyIfNull)
RemotePlaygroundFishingEffortZoneFullVO
to the specified entity.
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.PlaygroundFishingEffortZone remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVO)
RemotePlaygroundFishingEffortZoneFullVO
to this DAO's entity.
void remotePlaygroundFishingEffortZoneFullVOToEntityCollection(java.util.Collection instances)
RemotePlaygroundFishingEffortZoneFullVO
to this
DAO's entity.
void toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneNaturalId target)
RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
RemotePlaygroundFishingEffortZoneNaturalId
.
void toRemotePlaygroundFishingEffortZoneNaturalIdCollection(java.util.Collection entities)
RemotePlaygroundFishingEffortZoneNaturalId
.
RemotePlaygroundFishingEffortZoneNaturalId[] toRemotePlaygroundFishingEffortZoneNaturalIdArray(java.util.Collection entities)
RemotePlaygroundFishingEffortZoneNaturalId
.
void remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source, PlaygroundFishingEffortZone target, boolean copyIfNull)
RemotePlaygroundFishingEffortZoneNaturalId
to the specified entity.
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.PlaygroundFishingEffortZone remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId remotePlaygroundFishingEffortZoneNaturalId)
RemotePlaygroundFishingEffortZoneNaturalId
to this DAO's entity.
void remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection(java.util.Collection instances)
RemotePlaygroundFishingEffortZoneNaturalId
to this
DAO's entity.
void toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source, ClusterPlaygroundFishingEffortZone target)
ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
ClusterPlaygroundFishingEffortZone
.
void toClusterPlaygroundFishingEffortZoneCollection(java.util.Collection entities)
ClusterPlaygroundFishingEffortZone
.
ClusterPlaygroundFishingEffortZone[] toClusterPlaygroundFishingEffortZoneArray(java.util.Collection entities)
ClusterPlaygroundFishingEffortZone
.
void clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source, PlaygroundFishingEffortZone target, boolean copyIfNull)
ClusterPlaygroundFishingEffortZone
to the specified entity.
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.PlaygroundFishingEffortZone clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
ClusterPlaygroundFishingEffortZone
to this DAO's entity.
void clusterPlaygroundFishingEffortZoneToEntityCollection(java.util.Collection instances)
ClusterPlaygroundFishingEffortZone
to this
DAO's entity.
PlaygroundFishingEffortZone load(java.lang.Integer id)
java.lang.Object load(int transform, java.lang.Integer id)
Does the same thing as 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.
id
- identifier of the entity to load
java.util.Collection loadAll()
PlaygroundFishingEffortZone
.
java.util.Collection loadAll(int transform)
Does the same thing as 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.
transform
- the flag indicating what transformation to use.
java.util.Collection loadAll(int pageNumber, int pageSize)
Does the same thing as 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.
pageNumber
- the page number to retrieve when paging results.pageSize
- the size of the page to retrieve when paging results.
java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
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.
PlaygroundFishingEffortZone create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
java.lang.Object create(int transform, PlaygroundFishingEffortZone playgroundFishingEffortZone)
Does the same thing as 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.
java.util.Collection create(java.util.Collection entities)
entities
collection
entities
- the collection of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as 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.
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.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 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.
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.
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 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.
void update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
playgroundFishingEffortZone
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
void remove(java.lang.Integer id)
identifier
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllPlaygroundFishingEffortZone()
java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString)
Does the same thing as getAllPlaygroundFishingEffortZone()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPlaygroundFishingEffortZone()
.
java.util.Collection getAllPlaygroundFishingEffortZone(int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllPlaygroundFishingEffortZone(int transform)
Does the same thing as 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.
java.util.Collection getAllPlaygroundFishingEffortZone(int transform, int pageNumber, int pageSize)
Does the same thing as 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.
java.util.Collection getAllPlaygroundFishingEffortZone(int transform, java.lang.String queryString)
Does the same thing as getAllPlaygroundFishingEffortZone(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllPlaygroundFishingEffortZone(int)
.
java.util.Collection getAllPlaygroundFishingEffortZone(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as 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.
PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.Integer id)
PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPlaygroundFishingEffortZoneById(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPlaygroundFishingEffortZoneById(java.lang.Integer)
.
java.lang.Object findPlaygroundFishingEffortZoneById(int transform, java.lang.Integer id)
Does the same thing as 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.
java.lang.Object findPlaygroundFishingEffortZoneById(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPlaygroundFishingEffortZoneById(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPlaygroundFishingEffortZoneById(int, java.lang.Integer id)
.
java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)
java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as 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 findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)
.
java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
Does the same thing as 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 findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip)
.
java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByGear(Gear gear)
java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString, Gear gear)
Does the same thing as 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 findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear)
.
java.util.Collection findPlaygroundFishingEffortZoneByGear(int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, Gear gear)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, java.lang.String queryString, Gear gear)
Does the same thing as 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 findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear gear)
.
java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
Does the same thing as 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.
PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)
PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer)
.
java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform, java.lang.Integer id)
Does the same thing as 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.
java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
Does the same thing as findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer id)
.
PlaygroundFishingEffortZone createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.PaginationResult search(int pageNumber, int pageSize, Search search)
pageNumber
and pageSize
. These flags allow you to
limit your data to a specified page number and size.
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.java.util.Set search(int transform, Search search)
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.
transform
- the transformation flag.search
- the search object which provides the search parameters and pagination specification.
java.util.Set search(Search search)
search
object.
search
- the search object which provides the search parameters and pagination specification.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |