|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FishingArea2RegulationLocationDao
FishingArea2RegulationLocation
Field Summary | |
---|---|
static int |
TRANSFORM_CLUSTERFISHINGAREA2REGULATIONLOCATION
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_REMOTEFISHINGAREA2REGULATIONLOCATIONFULLVO
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_REMOTEFISHINGAREA2REGULATIONLOCATIONNATURALID
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 | |
---|---|
FishingArea2RegulationLocation |
clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
Converts an instance of type ClusterFishingArea2RegulationLocation to this DAO's entity. |
void |
clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation source,
FishingArea2RegulationLocation target,
boolean copyIfNull)
Copies the fields of ClusterFishingArea2RegulationLocation to the specified entity. |
void |
clusterFishingArea2RegulationLocationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingArea2RegulationLocation to this
DAO's entity. |
java.util.Collection |
create(java.util.Collection entities)
Creates a new instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation and adds from the passed in entities collection |
FishingArea2RegulationLocation |
create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Creates an instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation and adds it to the persistent store. |
FishingArea2RegulationLocation |
create(FishingArea fishingArea,
Location location)
Creates a new fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation
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.data.fishingArea.FishingArea2RegulationLocation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingArea2RegulationLocation fishingArea2RegulationLocation)
Does the same thing as create(fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation) with an
additional flag called transform . |
java.lang.Object |
create(int transform,
FishingArea fishingArea,
Location location)
Does the same thing as create(fr.ifremer.allegro.data.fishingArea.FishingArea,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
FishingArea2RegulationLocation |
createFromClusterFishingArea2RegulationLocation(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
|
java.util.Collection |
findFishingArea2RegulationLocationByFishingArea(FishingArea fishingArea)
|
java.util.Collection |
findFishingArea2RegulationLocationByFishingArea(int transform,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional flag called transform . |
java.util.Collection |
findFishingArea2RegulationLocationByFishingArea(int pageNumber,
int pageSize,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingArea2RegulationLocationByFishingArea(int transform,
int pageNumber,
int pageSize,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingArea2RegulationLocationByFishingArea(int transform,
java.lang.String queryString,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional argument called queryString . |
java.util.Collection |
findFishingArea2RegulationLocationByFishingArea(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(int, String, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingArea2RegulationLocationByFishingArea(java.lang.String queryString,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional argument called queryString . |
java.util.Collection |
findFishingArea2RegulationLocationByFishingArea(java.lang.String queryString,
int pageNumber,
int pageSize,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(String, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional two arguments called pageNumber and pageSize . |
java.lang.Object |
findFishingArea2RegulationLocationByIdentifiers(int transform,
Location location,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional flag called transform . |
java.lang.Object |
findFishingArea2RegulationLocationByIdentifiers(int transform,
java.lang.String queryString,
Location location,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByIdentifiers(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional argument called queryString . |
FishingArea2RegulationLocation |
findFishingArea2RegulationLocationByIdentifiers(Location location,
FishingArea fishingArea)
|
FishingArea2RegulationLocation |
findFishingArea2RegulationLocationByIdentifiers(java.lang.String queryString,
Location location,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional argument called queryString . |
java.util.Collection |
findFishingArea2RegulationLocationByLocation(int transform,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingArea2RegulationLocationByLocation(int pageNumber,
int pageSize,
Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingArea2RegulationLocationByLocation(int transform,
Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
findFishingArea2RegulationLocationByLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingArea2RegulationLocationByLocation(int transform,
java.lang.String queryString,
Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(int, fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.util.Collection |
findFishingArea2RegulationLocationByLocation(Location location)
|
java.util.Collection |
findFishingArea2RegulationLocationByLocation(java.lang.String queryString,
int pageNumber,
int pageSize,
Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(String, fr.ifremer.allegro.referential.location.Location) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
findFishingArea2RegulationLocationByLocation(java.lang.String queryString,
Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(fr.ifremer.allegro.referential.location.Location) with an
additional argument called queryString . |
java.lang.Object |
findFishingArea2RegulationLocationByNaturalId(int transform,
Location location,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional flag called transform . |
java.lang.Object |
findFishingArea2RegulationLocationByNaturalId(int transform,
java.lang.String queryString,
Location location,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional argument called queryString . |
FishingArea2RegulationLocation |
findFishingArea2RegulationLocationByNaturalId(Location location,
FishingArea fishingArea)
|
FishingArea2RegulationLocation |
findFishingArea2RegulationLocationByNaturalId(java.lang.String queryString,
Location location,
FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingArea2RegulationLocation()
|
java.util.Collection |
getAllFishingArea2RegulationLocation(int transform)
Does the same thing as getAllFishingArea2RegulationLocation() with an
additional flag called transform . |
java.util.Collection |
getAllFishingArea2RegulationLocation(int pageNumber,
int pageSize)
Does the same thing as getAllFishingArea2RegulationLocation() with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingArea2RegulationLocation(int transform,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingArea2RegulationLocation(int) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingArea2RegulationLocation(int transform,
java.lang.String queryString)
Does the same thing as getAllFishingArea2RegulationLocation(int) with an
additional argument called queryString . |
java.util.Collection |
getAllFishingArea2RegulationLocation(int transform,
java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingArea2RegulationLocation(int, String) with an
additional two arguments called pageNumber and pageSize . |
java.util.Collection |
getAllFishingArea2RegulationLocation(java.lang.String queryString)
Does the same thing as getAllFishingArea2RegulationLocation() with an
additional argument called queryString . |
java.util.Collection |
getAllFishingArea2RegulationLocation(java.lang.String queryString,
int pageNumber,
int pageSize)
Does the same thing as getAllFishingArea2RegulationLocation(String) with an
additional two arguments called pageNumber and pageSize . |
FishingArea2RegulationLocation |
load(FishingArea fishingArea,
Location location)
Loads an instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation from the persistent store. |
java.lang.Object |
load(int transform,
FishingArea fishingArea,
Location location)
Does the same thing as load(fr.ifremer.allegro.data.fishingArea.FishingArea,fr.ifremer.allegro.referential.location.Location) with an
additional flag called transform . |
java.util.Collection |
loadAll()
Loads all entities of type FishingArea2RegulationLocation . |
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 . |
FishingArea2RegulationLocation |
remoteFishingArea2RegulationLocationFullVOToEntity(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVO)
Converts an instance of type RemoteFishingArea2RegulationLocationFullVO to this DAO's entity. |
void |
remoteFishingArea2RegulationLocationFullVOToEntity(RemoteFishingArea2RegulationLocationFullVO source,
FishingArea2RegulationLocation target,
boolean copyIfNull)
Copies the fields of RemoteFishingArea2RegulationLocationFullVO to the specified entity. |
void |
remoteFishingArea2RegulationLocationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingArea2RegulationLocationFullVO to this
DAO's entity. |
FishingArea2RegulationLocation |
remoteFishingArea2RegulationLocationNaturalIdToEntity(RemoteFishingArea2RegulationLocationNaturalId remoteFishingArea2RegulationLocationNaturalId)
Converts an instance of type RemoteFishingArea2RegulationLocationNaturalId to this DAO's entity. |
void |
remoteFishingArea2RegulationLocationNaturalIdToEntity(RemoteFishingArea2RegulationLocationNaturalId source,
FishingArea2RegulationLocation target,
boolean copyIfNull)
Copies the fields of RemoteFishingArea2RegulationLocationNaturalId to the specified entity. |
void |
remoteFishingArea2RegulationLocationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingArea2RegulationLocationNaturalId to this
DAO's entity. |
void |
remove(java.util.Collection entities)
Removes all entities in the given entities |
void |
remove(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Removes the instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation from the persistent store. |
void |
remove(FishingArea fishingArea,
Location location)
Removes the instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation having the given identifiers 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. |
ClusterFishingArea2RegulationLocation |
toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation entity)
Converts this DAO's entity to an object of type ClusterFishingArea2RegulationLocation . |
void |
toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation source,
ClusterFishingArea2RegulationLocation target)
Copies the fields of the specified entity to the target value object. |
ClusterFishingArea2RegulationLocation[] |
toClusterFishingArea2RegulationLocationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingArea2RegulationLocation . |
void |
toClusterFishingArea2RegulationLocationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingArea2RegulationLocation . |
RemoteFishingArea2RegulationLocationFullVO |
toRemoteFishingArea2RegulationLocationFullVO(FishingArea2RegulationLocation entity)
Converts this DAO's entity to an object of type RemoteFishingArea2RegulationLocationFullVO . |
void |
toRemoteFishingArea2RegulationLocationFullVO(FishingArea2RegulationLocation source,
RemoteFishingArea2RegulationLocationFullVO target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingArea2RegulationLocationFullVO[] |
toRemoteFishingArea2RegulationLocationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingArea2RegulationLocationFullVO . |
void |
toRemoteFishingArea2RegulationLocationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingArea2RegulationLocationFullVO . |
RemoteFishingArea2RegulationLocationNaturalId |
toRemoteFishingArea2RegulationLocationNaturalId(FishingArea2RegulationLocation entity)
Converts this DAO's entity to an object of type RemoteFishingArea2RegulationLocationNaturalId . |
void |
toRemoteFishingArea2RegulationLocationNaturalId(FishingArea2RegulationLocation source,
RemoteFishingArea2RegulationLocationNaturalId target)
Copies the fields of the specified entity to the target value object. |
RemoteFishingArea2RegulationLocationNaturalId[] |
toRemoteFishingArea2RegulationLocationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingArea2RegulationLocationNaturalId . |
void |
toRemoteFishingArea2RegulationLocationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingArea2RegulationLocationNaturalId . |
void |
update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store. |
void |
update(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Updates the fishingArea2RegulationLocation 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_REMOTEFISHINGAREA2REGULATIONLOCATIONFULLVO
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingArea2RegulationLocationFullVO
.
static final int TRANSFORM_REMOTEFISHINGAREA2REGULATIONLOCATIONNATURALID
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
RemoteFishingArea2RegulationLocationNaturalId
.
static final int TRANSFORM_CLUSTERFISHINGAREA2REGULATIONLOCATION
int
parameter called transform
.
This specific flag denotes entities must be transformed into objects of type
ClusterFishingArea2RegulationLocation
.
Method Detail |
---|
void toRemoteFishingArea2RegulationLocationFullVO(FishingArea2RegulationLocation source, RemoteFishingArea2RegulationLocationFullVO target)
RemoteFishingArea2RegulationLocationFullVO toRemoteFishingArea2RegulationLocationFullVO(FishingArea2RegulationLocation entity)
RemoteFishingArea2RegulationLocationFullVO
.
void toRemoteFishingArea2RegulationLocationFullVOCollection(java.util.Collection entities)
RemoteFishingArea2RegulationLocationFullVO
.
RemoteFishingArea2RegulationLocationFullVO[] toRemoteFishingArea2RegulationLocationFullVOArray(java.util.Collection entities)
RemoteFishingArea2RegulationLocationFullVO
.
void remoteFishingArea2RegulationLocationFullVOToEntity(RemoteFishingArea2RegulationLocationFullVO source, FishingArea2RegulationLocation target, boolean copyIfNull)
RemoteFishingArea2RegulationLocationFullVO
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.FishingArea2RegulationLocation remoteFishingArea2RegulationLocationFullVOToEntity(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVO)
RemoteFishingArea2RegulationLocationFullVO
to this DAO's entity.
void remoteFishingArea2RegulationLocationFullVOToEntityCollection(java.util.Collection instances)
RemoteFishingArea2RegulationLocationFullVO
to this
DAO's entity.
void toRemoteFishingArea2RegulationLocationNaturalId(FishingArea2RegulationLocation source, RemoteFishingArea2RegulationLocationNaturalId target)
RemoteFishingArea2RegulationLocationNaturalId toRemoteFishingArea2RegulationLocationNaturalId(FishingArea2RegulationLocation entity)
RemoteFishingArea2RegulationLocationNaturalId
.
void toRemoteFishingArea2RegulationLocationNaturalIdCollection(java.util.Collection entities)
RemoteFishingArea2RegulationLocationNaturalId
.
RemoteFishingArea2RegulationLocationNaturalId[] toRemoteFishingArea2RegulationLocationNaturalIdArray(java.util.Collection entities)
RemoteFishingArea2RegulationLocationNaturalId
.
void remoteFishingArea2RegulationLocationNaturalIdToEntity(RemoteFishingArea2RegulationLocationNaturalId source, FishingArea2RegulationLocation target, boolean copyIfNull)
RemoteFishingArea2RegulationLocationNaturalId
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.FishingArea2RegulationLocation remoteFishingArea2RegulationLocationNaturalIdToEntity(RemoteFishingArea2RegulationLocationNaturalId remoteFishingArea2RegulationLocationNaturalId)
RemoteFishingArea2RegulationLocationNaturalId
to this DAO's entity.
void remoteFishingArea2RegulationLocationNaturalIdToEntityCollection(java.util.Collection instances)
RemoteFishingArea2RegulationLocationNaturalId
to this
DAO's entity.
void toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation source, ClusterFishingArea2RegulationLocation target)
ClusterFishingArea2RegulationLocation toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation entity)
ClusterFishingArea2RegulationLocation
.
void toClusterFishingArea2RegulationLocationCollection(java.util.Collection entities)
ClusterFishingArea2RegulationLocation
.
ClusterFishingArea2RegulationLocation[] toClusterFishingArea2RegulationLocationArray(java.util.Collection entities)
ClusterFishingArea2RegulationLocation
.
void clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation source, FishingArea2RegulationLocation target, boolean copyIfNull)
ClusterFishingArea2RegulationLocation
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.FishingArea2RegulationLocation clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
ClusterFishingArea2RegulationLocation
to this DAO's entity.
void clusterFishingArea2RegulationLocationToEntityCollection(java.util.Collection instances)
ClusterFishingArea2RegulationLocation
to this
DAO's entity.
FishingArea2RegulationLocation load(FishingArea fishingArea, Location location)
java.lang.Object load(int transform, FishingArea fishingArea, Location location)
Does the same thing as load(fr.ifremer.allegro.data.fishingArea.FishingArea,fr.ifremer.allegro.referential.location.Location)
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.
fishingArea
- identifier of the entity to loadlocation
- identifier of the entity to load
java.util.Collection loadAll()
FishingArea2RegulationLocation
.
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.
FishingArea2RegulationLocation create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
java.lang.Object create(int transform, FishingArea2RegulationLocation fishingArea2RegulationLocation)
Does the same thing as create(fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation)
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.data.fishingArea.FishingArea2RegulationLocation
instances to create.
java.util.Collection create(int transform, java.util.Collection entities)
Does the same thing as create(fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation)
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.
FishingArea2RegulationLocation create(FishingArea fishingArea, Location location)
Creates a new fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation
instance from all attributes and
properties and adds it to the persistent store.
java.lang.Object create(int transform, FishingArea fishingArea, Location location)
Does the same thing as create(fr.ifremer.allegro.data.fishingArea.FishingArea,fr.ifremer.allegro.referential.location.Location)
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.
void update(FishingArea2RegulationLocation fishingArea2RegulationLocation)
fishingArea2RegulationLocation
instance in the persistent store.
void update(java.util.Collection entities)
entities
collection in the persistent store.
void remove(FishingArea2RegulationLocation fishingArea2RegulationLocation)
void remove(FishingArea fishingArea, Location location)
identifiers
from the persistent store.
void remove(java.util.Collection entities)
entities collection.
java.util.Collection getAllFishingArea2RegulationLocation()
java.util.Collection getAllFishingArea2RegulationLocation(java.lang.String queryString)
Does the same thing as getAllFishingArea2RegulationLocation()
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingArea2RegulationLocation()
.
java.util.Collection getAllFishingArea2RegulationLocation(int pageNumber, int pageSize)
Does the same thing as getAllFishingArea2RegulationLocation()
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 getAllFishingArea2RegulationLocation(java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingArea2RegulationLocation(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 getAllFishingArea2RegulationLocation(int transform)
Does the same thing as getAllFishingArea2RegulationLocation()
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 getAllFishingArea2RegulationLocation(int transform, int pageNumber, int pageSize)
Does the same thing as getAllFishingArea2RegulationLocation(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 getAllFishingArea2RegulationLocation(int transform, java.lang.String queryString)
Does the same thing as getAllFishingArea2RegulationLocation(int)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in getAllFishingArea2RegulationLocation(int)
.
java.util.Collection getAllFishingArea2RegulationLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize)
Does the same thing as getAllFishingArea2RegulationLocation(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.
java.util.Collection findFishingArea2RegulationLocationByLocation(Location location)
java.util.Collection findFishingArea2RegulationLocationByLocation(java.lang.String queryString, Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingArea2RegulationLocationByLocation(fr.ifremer.allegro.referential.location.Location)
.
java.util.Collection findFishingArea2RegulationLocationByLocation(int pageNumber, int pageSize, Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(fr.ifremer.allegro.referential.location.Location)
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 findFishingArea2RegulationLocationByLocation(java.lang.String queryString, int pageNumber, int pageSize, Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(String, fr.ifremer.allegro.referential.location.Location)
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 findFishingArea2RegulationLocationByLocation(int transform, Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(fr.ifremer.allegro.referential.location.Location)
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 findFishingArea2RegulationLocationByLocation(int transform, int pageNumber, int pageSize, Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(int, fr.ifremer.allegro.referential.location.Location)
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 findFishingArea2RegulationLocationByLocation(int transform, java.lang.String queryString, Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(int, fr.ifremer.allegro.referential.location.Location)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingArea2RegulationLocationByLocation(int, fr.ifremer.allegro.referential.location.Location location)
.
java.util.Collection findFishingArea2RegulationLocationByLocation(int transform, java.lang.String queryString, int pageNumber, int pageSize, Location location)
Does the same thing as findFishingArea2RegulationLocationByLocation(int, String, fr.ifremer.allegro.referential.location.Location)
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 findFishingArea2RegulationLocationByFishingArea(FishingArea fishingArea)
java.util.Collection findFishingArea2RegulationLocationByFishingArea(java.lang.String queryString, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea)
.
java.util.Collection findFishingArea2RegulationLocationByFishingArea(int pageNumber, int pageSize, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea)
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 findFishingArea2RegulationLocationByFishingArea(java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(String, fr.ifremer.allegro.data.fishingArea.FishingArea)
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 findFishingArea2RegulationLocationByFishingArea(int transform, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(fr.ifremer.allegro.data.fishingArea.FishingArea)
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 findFishingArea2RegulationLocationByFishingArea(int transform, int pageNumber, int pageSize, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea)
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 findFishingArea2RegulationLocationByFishingArea(int transform, java.lang.String queryString, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingArea2RegulationLocationByFishingArea(int, fr.ifremer.allegro.data.fishingArea.FishingArea fishingArea)
.
java.util.Collection findFishingArea2RegulationLocationByFishingArea(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByFishingArea(int, String, fr.ifremer.allegro.data.fishingArea.FishingArea)
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.
FishingArea2RegulationLocation findFishingArea2RegulationLocationByIdentifiers(Location location, FishingArea fishingArea)
FishingArea2RegulationLocation findFishingArea2RegulationLocationByIdentifiers(java.lang.String queryString, Location location, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingArea2RegulationLocationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea)
.
java.lang.Object findFishingArea2RegulationLocationByIdentifiers(int transform, Location location, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByIdentifiers(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea)
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 findFishingArea2RegulationLocationByIdentifiers(int transform, java.lang.String queryString, Location location, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByIdentifiers(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingArea2RegulationLocationByIdentifiers(int, fr.ifremer.allegro.referential.location.Location location, fr.ifremer.allegro.data.fishingArea.FishingArea fishingArea)
.
FishingArea2RegulationLocation findFishingArea2RegulationLocationByNaturalId(Location location, FishingArea fishingArea)
FishingArea2RegulationLocation findFishingArea2RegulationLocationByNaturalId(java.lang.String queryString, Location location, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea)
.
java.lang.Object findFishingArea2RegulationLocationByNaturalId(int transform, Location location, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea)
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 findFishingArea2RegulationLocationByNaturalId(int transform, java.lang.String queryString, Location location, FishingArea fishingArea)
Does the same thing as findFishingArea2RegulationLocationByNaturalId(int, fr.ifremer.allegro.referential.location.Location, fr.ifremer.allegro.data.fishingArea.FishingArea)
with an
additional argument called queryString
. This queryString
argument allows you to override the query string defined in findFishingArea2RegulationLocationByNaturalId(int, fr.ifremer.allegro.referential.location.Location location, fr.ifremer.allegro.data.fishingArea.FishingArea fishingArea)
.
FishingArea2RegulationLocation createFromClusterFishingArea2RegulationLocation(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
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 |