fr.ifremer.allegro.data.fishingArea
Interface FishingArea2RegulationLocationDao

All Known Implementing Classes:
FishingArea2RegulationLocationDaoBase, FishingArea2RegulationLocationDaoImpl

public interface FishingArea2RegulationLocationDao

See Also:
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 collection.
 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

TRANSFORM_NONE

static final 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.

This specific flag denotes no transformation will occur.

See Also:
Constant Field Values

TRANSFORM_REMOTEFISHINGAREA2REGULATIONLOCATIONFULLVO

static final 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.

This specific flag denotes entities must be transformed into objects of type RemoteFishingArea2RegulationLocationFullVO.

See Also:
Constant Field Values

TRANSFORM_REMOTEFISHINGAREA2REGULATIONLOCATIONNATURALID

static final 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.

This specific flag denotes entities must be transformed into objects of type RemoteFishingArea2RegulationLocationNaturalId.

See Also:
Constant Field Values

TRANSFORM_CLUSTERFISHINGAREA2REGULATIONLOCATION

static final 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.

This specific flag denotes entities must be transformed into objects of type ClusterFishingArea2RegulationLocation.

See Also:
Constant Field Values
Method Detail

toRemoteFishingArea2RegulationLocationFullVO

void toRemoteFishingArea2RegulationLocationFullVO(FishingArea2RegulationLocation source,
                                                  RemoteFishingArea2RegulationLocationFullVO target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteFishingArea2RegulationLocationFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteFishingArea2RegulationLocationFullVO

RemoteFishingArea2RegulationLocationFullVO toRemoteFishingArea2RegulationLocationFullVO(FishingArea2RegulationLocation entity)
Converts this DAO's entity to an object of type RemoteFishingArea2RegulationLocationFullVO.


toRemoteFishingArea2RegulationLocationFullVOCollection

void toRemoteFishingArea2RegulationLocationFullVOCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingArea2RegulationLocationFullVO.


toRemoteFishingArea2RegulationLocationFullVOArray

RemoteFishingArea2RegulationLocationFullVO[] toRemoteFishingArea2RegulationLocationFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingArea2RegulationLocationFullVO.


remoteFishingArea2RegulationLocationFullVOToEntity

void remoteFishingArea2RegulationLocationFullVOToEntity(RemoteFishingArea2RegulationLocationFullVO source,
                                                        FishingArea2RegulationLocation target,
                                                        boolean copyIfNull)
Copies the fields of RemoteFishingArea2RegulationLocationFullVO to the specified entity.

Parameters:
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.

remoteFishingArea2RegulationLocationFullVOToEntity

FishingArea2RegulationLocation remoteFishingArea2RegulationLocationFullVOToEntity(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVO)
Converts an instance of type RemoteFishingArea2RegulationLocationFullVO to this DAO's entity.


remoteFishingArea2RegulationLocationFullVOToEntityCollection

void remoteFishingArea2RegulationLocationFullVOToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingArea2RegulationLocationFullVO to this DAO's entity.


toRemoteFishingArea2RegulationLocationNaturalId

void toRemoteFishingArea2RegulationLocationNaturalId(FishingArea2RegulationLocation source,
                                                     RemoteFishingArea2RegulationLocationNaturalId target)
Copies the fields of the specified entity to the target value object. This method is similar to toRemoteFishingArea2RegulationLocationNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toRemoteFishingArea2RegulationLocationNaturalId

RemoteFishingArea2RegulationLocationNaturalId toRemoteFishingArea2RegulationLocationNaturalId(FishingArea2RegulationLocation entity)
Converts this DAO's entity to an object of type RemoteFishingArea2RegulationLocationNaturalId.


toRemoteFishingArea2RegulationLocationNaturalIdCollection

void toRemoteFishingArea2RegulationLocationNaturalIdCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type RemoteFishingArea2RegulationLocationNaturalId.


toRemoteFishingArea2RegulationLocationNaturalIdArray

RemoteFishingArea2RegulationLocationNaturalId[] toRemoteFishingArea2RegulationLocationNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteFishingArea2RegulationLocationNaturalId.


remoteFishingArea2RegulationLocationNaturalIdToEntity

void remoteFishingArea2RegulationLocationNaturalIdToEntity(RemoteFishingArea2RegulationLocationNaturalId source,
                                                           FishingArea2RegulationLocation target,
                                                           boolean copyIfNull)
Copies the fields of RemoteFishingArea2RegulationLocationNaturalId to the specified entity.

Parameters:
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.

remoteFishingArea2RegulationLocationNaturalIdToEntity

FishingArea2RegulationLocation remoteFishingArea2RegulationLocationNaturalIdToEntity(RemoteFishingArea2RegulationLocationNaturalId remoteFishingArea2RegulationLocationNaturalId)
Converts an instance of type RemoteFishingArea2RegulationLocationNaturalId to this DAO's entity.


remoteFishingArea2RegulationLocationNaturalIdToEntityCollection

void remoteFishingArea2RegulationLocationNaturalIdToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type RemoteFishingArea2RegulationLocationNaturalId to this DAO's entity.


toClusterFishingArea2RegulationLocation

void toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation source,
                                             ClusterFishingArea2RegulationLocation target)
Copies the fields of the specified entity to the target value object. This method is similar to toClusterFishingArea2RegulationLocation(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).


toClusterFishingArea2RegulationLocation

ClusterFishingArea2RegulationLocation toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation entity)
Converts this DAO's entity to an object of type ClusterFishingArea2RegulationLocation.


toClusterFishingArea2RegulationLocationCollection

void toClusterFishingArea2RegulationLocationCollection(java.util.Collection entities)
Converts this DAO's entity to a Collection of instances of type ClusterFishingArea2RegulationLocation.


toClusterFishingArea2RegulationLocationArray

ClusterFishingArea2RegulationLocation[] toClusterFishingArea2RegulationLocationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingArea2RegulationLocation.


clusterFishingArea2RegulationLocationToEntity

void clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation source,
                                                   FishingArea2RegulationLocation target,
                                                   boolean copyIfNull)
Copies the fields of ClusterFishingArea2RegulationLocation to the specified entity.

Parameters:
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.

clusterFishingArea2RegulationLocationToEntity

FishingArea2RegulationLocation clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
Converts an instance of type ClusterFishingArea2RegulationLocation to this DAO's entity.


clusterFishingArea2RegulationLocationToEntityCollection

void clusterFishingArea2RegulationLocationToEntityCollection(java.util.Collection instances)
Converts a Collection of instances of type ClusterFishingArea2RegulationLocation to this DAO's entity.


load

FishingArea2RegulationLocation load(FishingArea fishingArea,
                                    Location location)
Loads an instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation from the persistent store.


load

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.

Parameters:
fishingArea - identifier of the entity to load
location - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.

loadAll

java.util.Collection loadAll()
Loads all entities of type FishingArea2RegulationLocation.

Returns:
the loaded entities.

loadAll

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.

Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.

loadAll

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.

Parameters:
pageNumber - the page number to retrieve when paging results.
pageSize - the size of the page to retrieve when paging results.
Returns:
the loaded entities.

loadAll

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.

Parameters:
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.
Returns:
the loaded entities.

create

FishingArea2RegulationLocation create(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Creates an instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation and adds it to the persistent store.


create

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.


create

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

Parameters:
entities - the collection of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation instances to create.
Returns:
the created instances.

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.


create

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.


create

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.


update

void update(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Updates the fishingArea2RegulationLocation instance in the persistent store.


update

void update(java.util.Collection entities)
Updates all instances in the entities collection in the persistent store.


remove

void remove(FishingArea2RegulationLocation fishingArea2RegulationLocation)
Removes the instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation from the persistent store.


remove

void remove(FishingArea fishingArea,
            Location location)
Removes the instance of fr.ifremer.allegro.data.fishingArea.FishingArea2RegulationLocation having the given identifiers from the persistent store.


remove

void remove(java.util.Collection entities)
Removes all entities in the given entities collection.


getAllFishingArea2RegulationLocation

java.util.Collection getAllFishingArea2RegulationLocation()

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().


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.


getAllFishingArea2RegulationLocation

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.


getAllFishingArea2RegulationLocation

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.


getAllFishingArea2RegulationLocation

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.


getAllFishingArea2RegulationLocation

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).


getAllFishingArea2RegulationLocation

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.


findFishingArea2RegulationLocationByLocation

java.util.Collection findFishingArea2RegulationLocationByLocation(Location location)

findFishingArea2RegulationLocationByLocation

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).


findFishingArea2RegulationLocationByLocation

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.


findFishingArea2RegulationLocationByLocation

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.


findFishingArea2RegulationLocationByLocation

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.


findFishingArea2RegulationLocationByLocation

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.


findFishingArea2RegulationLocationByLocation

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).


findFishingArea2RegulationLocationByLocation

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.


findFishingArea2RegulationLocationByFishingArea

java.util.Collection findFishingArea2RegulationLocationByFishingArea(FishingArea fishingArea)

findFishingArea2RegulationLocationByFishingArea

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).


findFishingArea2RegulationLocationByFishingArea

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.


findFishingArea2RegulationLocationByFishingArea

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.


findFishingArea2RegulationLocationByFishingArea

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.


findFishingArea2RegulationLocationByFishingArea

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.


findFishingArea2RegulationLocationByFishingArea

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).


findFishingArea2RegulationLocationByFishingArea

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.


findFishingArea2RegulationLocationByIdentifiers

FishingArea2RegulationLocation findFishingArea2RegulationLocationByIdentifiers(Location location,
                                                                               FishingArea fishingArea)

findFishingArea2RegulationLocationByIdentifiers

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).


findFishingArea2RegulationLocationByIdentifiers

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.


findFishingArea2RegulationLocationByIdentifiers

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).


findFishingArea2RegulationLocationByNaturalId

FishingArea2RegulationLocation findFishingArea2RegulationLocationByNaturalId(Location location,
                                                                             FishingArea fishingArea)

findFishingArea2RegulationLocationByNaturalId

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).


findFishingArea2RegulationLocationByNaturalId

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.


findFishingArea2RegulationLocationByNaturalId

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).


createFromClusterFishingArea2RegulationLocation

FishingArea2RegulationLocation createFromClusterFishingArea2RegulationLocation(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
transform - the transformation flag.
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. These flags allow you to limit your data to a specified page number and size.

Parameters:
pageNumber - the page number in the data to retrieve
pageSize - the size of the page to retrieve.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search wrapped in a PaginationResult instance.

search

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. 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.

Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.

search

java.util.Set search(Search search)
Performs a search using the parameters specified in the given search object.

Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.


Copyright © 2008-2010 IFREMER. All Rights Reserved.