fr.ifremer.allegro.playground
Class PlaygroundFishingEffortZoneDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDaoBase
All Implemented Interfaces:
PlaygroundFishingEffortZoneDao
Direct Known Subclasses:
PlaygroundFishingEffortZoneDaoImpl

public abstract class PlaygroundFishingEffortZoneDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PlaygroundFishingEffortZoneDao

Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.playground.PlaygroundFishingEffortZone.

See Also:
PlaygroundFishingEffortZone

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao
TRANSFORM_CLUSTERPLAYGROUNDFISHINGEFFORTZONE, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONEFULLVO, TRANSFORM_REMOTEPLAYGROUNDFISHINGEFFORTZONENATURALID
 
Constructor Summary
PlaygroundFishingEffortZoneDaoBase()
           
 
Method Summary
 void clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundFishingEffortZone to the specified entity.
 void clusterPlaygroundFishingEffortZoneToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPlaygroundFishingEffortZone to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds from the passed in entities collection
 PlaygroundFishingEffortZone create(java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
           Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from all attributes and properties and adds it to the persistent store.
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an additional flag called transform.
 java.lang.Object create(int transform, java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
           Does the same thing as PlaygroundFishingEffortZoneDao.create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.lang.Object create(int transform, PlaygroundFishingEffortZone playgroundFishingEffortZone)
           Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an additional flag called transform.
 java.lang.Object create(int transform, java.lang.String effortZoneCode, FishingTrip fishingTrip, Gear gear, java.lang.String moveType, java.lang.String targetSpecies)
           Does the same thing as PlaygroundFishingEffortZoneDao.create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String) with an additional flag called transform.
 PlaygroundFishingEffortZone create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Creates an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds it to the persistent store.
 PlaygroundFishingEffortZone create(java.lang.String effortZoneCode, FishingTrip fishingTrip, Gear gear, java.lang.String moveType, java.lang.String targetSpecies)
           Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PlaygroundFishingEffortZone createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
           
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(Gear gear)
           
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, Gear gear)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int pageNumber, int pageSize, Gear gear)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, int pageNumber, int pageSize, Gear gear)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, java.lang.String queryString, Gear gear)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform, java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString, Gear gear)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString, int pageNumber, int pageSize, Gear gear)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize.
 PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.Integer id)
           
 java.lang.Object findPlaygroundFishingEffortZoneById(int transform, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPlaygroundFishingEffortZoneById(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.Integer) with an additional argument called queryString.
 PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer) with an additional argument called queryString.
 PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)
           
 java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an additional flag called transform.
 java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform, java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer) with an additional argument called queryString.
 PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection getAllPlaygroundFishingEffortZone()
           
 java.util.Collection getAllPlaygroundFishingEffortZone(int transform)
           Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an additional flag called transform.
 java.util.Collection getAllPlaygroundFishingEffortZone(int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingEffortZone(int transform, int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingEffortZone(int transform, java.lang.String queryString)
           Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int) with an additional argument called queryString.
 java.util.Collection getAllPlaygroundFishingEffortZone(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString)
           Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an additional argument called queryString.
 java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(String) with an additional two arguments called pageNumber and pageSize.
protected  FishingTripDao getFishingTripDao()
          Gets the reference to fishingTripDao.
protected  GearDao getGearDao()
          Gets the reference to gearDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  PlaygroundFishingEffortZone handleCreateFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
          Performs the core logic for createFromClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone)
 PlaygroundFishingEffortZone load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.load(java.lang.Integer) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type PlaygroundFishingEffortZone.
 java.util.Collection loadAll(int transform)
           Does the same thing as PlaygroundFishingEffortZoneDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingEffortZoneDao.loadAll() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection loadAll(int transform, int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingEffortZoneDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundFishingEffortZoneFullVO to the specified entity.
 void remotePlaygroundFishingEffortZoneFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePlaygroundFishingEffortZoneFullVO to this DAO's entity.
 void remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundFishingEffortZoneNaturalId to the specified entity.
 void remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePlaygroundFishingEffortZoneNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer id)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone having the given identifier from the persistent store.
 void remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.
 PaginationResult search(int transform, int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(int, fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 PaginationResult search(int pageNumber, int pageSize, Search search)
          Does the same thing as {@link #search(fr.ifremer.allegro.Search) but with an additional two flags called pageNumber and pageSize.
 java.util.Set search(int transform, Search search)
          Does the same thing as PlaygroundFishingEffortZoneDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform.
 java.util.Set search(Search search)
          Performs a search using the parameters specified in the given search object.
 void setFishingTripDao(FishingTripDao fishingTripDao)
          Sets the reference to fishingTripDao.
 void setGearDao(GearDao gearDao)
          Sets the reference to gearDao.
protected  ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundFishingEffortZone.
 void toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source, ClusterPlaygroundFishingEffortZone target)
          Copies the fields of the specified entity to the target value object.
 ClusterPlaygroundFishingEffortZone[] toClusterPlaygroundFishingEffortZoneArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPlaygroundFishingEffortZone.
 void toClusterPlaygroundFishingEffortZoneCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundFishingEffortZone.
protected  PlaygroundFishingEffortZone toEntity(java.lang.Object[] row)
           
protected  RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneFullVO.
 void toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundFishingEffortZoneFullVO[] toRemotePlaygroundFishingEffortZoneFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingEffortZoneFullVO.
 void toRemotePlaygroundFishingEffortZoneFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingEffortZoneFullVO.
protected  RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneNaturalId.
 void toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundFishingEffortZoneNaturalId[] toRemotePlaygroundFishingEffortZoneNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingEffortZoneNaturalId.
 void toRemotePlaygroundFishingEffortZoneNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingEffortZoneNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) method.
protected  java.lang.Object transformEntity(int transform, PlaygroundFishingEffortZone entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao, please note that the PlaygroundFishingEffortZoneDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void update(java.util.Collection entities)
          Updates all instances in the entities collection in the persistent store.
 void update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Updates the playgroundFishingEffortZone instance in the persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao
clusterPlaygroundFishingEffortZoneToEntity, remotePlaygroundFishingEffortZoneFullVOToEntity, remotePlaygroundFishingEffortZoneNaturalIdToEntity
 

Constructor Detail

PlaygroundFishingEffortZoneDaoBase

public PlaygroundFishingEffortZoneDaoBase()
Method Detail

setFishingTripDao

public void setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTripDao.


getFishingTripDao

protected FishingTripDao getFishingTripDao()
Gets the reference to fishingTripDao.


setGearDao

public void setGearDao(GearDao gearDao)
Sets the reference to gearDao.


getGearDao

protected GearDao getGearDao()
Gets the reference to gearDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.load(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined in this class then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
load in interface PlaygroundFishingEffortZoneDao
id - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
PlaygroundFishingEffortZoneDao.load(int, java.lang.Integer)

load

public PlaygroundFishingEffortZone load(java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao
Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.

Specified by:
load in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.load(java.lang.Integer)

loadAll

public java.util.Collection loadAll()
Description copied from interface: PlaygroundFishingEffortZoneDao
Loads all entities of type PlaygroundFishingEffortZone.

Specified by:
loadAll in interface PlaygroundFishingEffortZoneDao
Returns:
the loaded entities.
See Also:
PlaygroundFishingEffortZoneDao.loadAll()

loadAll

public java.util.Collection loadAll(int transform)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.loadAll() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
loadAll in interface PlaygroundFishingEffortZoneDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
PlaygroundFishingEffortZoneDao.loadAll(int)

loadAll

public java.util.Collection loadAll(int pageNumber,
                                    int pageSize)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.loadAll() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface PlaygroundFishingEffortZoneDao
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.
See Also:
PlaygroundFishingEffortZoneDao.loadAll(int, int)

loadAll

public java.util.Collection loadAll(int transform,
                                    int pageNumber,
                                    int pageSize)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.loadAll(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
loadAll in interface PlaygroundFishingEffortZoneDao
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.
See Also:
PlaygroundFishingEffortZoneDao.loadAll(int, int, int)

create

public PlaygroundFishingEffortZone create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Description copied from interface: PlaygroundFishingEffortZoneDao
Creates an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds it to the persistent store.

Specified by:
create in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

create

public java.lang.Object create(int transform,
                               PlaygroundFishingEffortZone playgroundFishingEffortZone)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.create(int transform, fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

create

public java.util.Collection create(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Creates a new instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds from the passed in entities collection

Specified by:
create in interface PlaygroundFishingEffortZoneDao
Parameters:
entities - the collection of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instances to create.
Returns:
the created instances.
See Also:
PlaygroundFishingEffortZoneDao.create(java.util.Collection)

create

public java.util.Collection create(int transform,
                                   java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
create in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.create(int, java.util.Collection)

create

public PlaygroundFishingEffortZone create(java.util.Date dateTime,
                                          java.lang.String moveType,
                                          java.lang.String effortZoneCode,
                                          java.lang.String targetSpecies,
                                          FishingTrip fishingTrip,
                                          Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from all attributes and properties and adds it to the persistent store.

Specified by:
create in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear)

create

public java.lang.Object create(int transform,
                               java.util.Date dateTime,
                               java.lang.String moveType,
                               java.lang.String effortZoneCode,
                               java.lang.String targetSpecies,
                               FishingTrip fishingTrip,
                               Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.create(java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOT be transformed. If this flag is any of the other constants defined here then the result WILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.create(int, java.util.Date,java.lang.String,java.lang.String,java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear)

create

public PlaygroundFishingEffortZone create(java.lang.String effortZoneCode,
                                          FishingTrip fishingTrip,
                                          Gear gear,
                                          java.lang.String moveType,
                                          java.lang.String targetSpecies)
Description copied from interface: PlaygroundFishingEffortZoneDao

Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from only required properties (attributes and association ends) and adds it to the persistent store.

Specified by:
create in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String)

create

public java.lang.Object create(int transform,
                               java.lang.String effortZoneCode,
                               FishingTrip fishingTrip,
                               Gear gear,
                               java.lang.String moveType,
                               java.lang.String targetSpecies)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.create(java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then the returned entity will NOTWILL BE passed through an operation which can optionally transform the entity (into a value object for example). By default, transformation does not occur.

Specified by:
create in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.create(int, java.lang.String,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip,fr.ifremer.allegro.referential.gear.Gear,java.lang.String,java.lang.String)

update

public void update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Description copied from interface: PlaygroundFishingEffortZoneDao
Updates the playgroundFishingEffortZone instance in the persistent store.

Specified by:
update in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.update(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

update

public void update(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Updates all instances in the entities collection in the persistent store.

Specified by:
update in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.update(java.util.Collection)

remove

public void remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
Description copied from interface: PlaygroundFishingEffortZoneDao
Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.

Specified by:
remove in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.remove(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

remove

public void remove(java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao
Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone having the given identifier from the persistent store.

Specified by:
remove in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.remove(java.lang.Integer)

remove

public void remove(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Removes all entities in the given entities collection.

Specified by:
remove in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.remove(java.util.Collection)

getAllPlaygroundFishingEffortZone

public java.util.Collection getAllPlaygroundFishingEffortZone()
Specified by:
getAllPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone()

getAllPlaygroundFishingEffortZone

public java.util.Collection getAllPlaygroundFishingEffortZone(int transform)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
getAllPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int)

getAllPlaygroundFishingEffortZone

public java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone().

Specified by:
getAllPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(java.lang.String)

getAllPlaygroundFishingEffortZone

public java.util.Collection getAllPlaygroundFishingEffortZone(int pageNumber,
                                                              int pageSize)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone() with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, int)

getAllPlaygroundFishingEffortZone

public java.util.Collection getAllPlaygroundFishingEffortZone(java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(String, int, int)

getAllPlaygroundFishingEffortZone

public java.util.Collection getAllPlaygroundFishingEffortZone(int transform,
                                                              java.lang.String queryString)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int).

Specified by:
getAllPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, String)

getAllPlaygroundFishingEffortZone

public java.util.Collection getAllPlaygroundFishingEffortZone(int transform,
                                                              int pageNumber,
                                                              int pageSize)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, int, int)

getAllPlaygroundFishingEffortZone

public java.util.Collection getAllPlaygroundFishingEffortZone(int transform,
                                                              java.lang.String queryString,
                                                              int pageNumber,
                                                              int pageSize)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, String) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
getAllPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.getAllPlaygroundFishingEffortZone(int, java.lang.String, int, int)

findPlaygroundFishingEffortZoneById

public PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.Integer id)
Specified by:
findPlaygroundFishingEffortZoneById in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer)

findPlaygroundFishingEffortZoneById

public java.lang.Object findPlaygroundFishingEffortZoneById(int transform,
                                                            java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findPlaygroundFishingEffortZoneById in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.Integer)

findPlaygroundFishingEffortZoneById

public PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneById(java.lang.String queryString,
                                                                       java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer).

Specified by:
findPlaygroundFishingEffortZoneById in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.String, java.lang.Integer)

findPlaygroundFishingEffortZoneById

public java.lang.Object findPlaygroundFishingEffortZoneById(int transform,
                                                            java.lang.String queryString,
                                                            java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.Integer id).

Specified by:
findPlaygroundFishingEffortZoneById in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(int, java.lang.String, java.lang.Integer)

findPlaygroundFishingEffortZoneByFishingTrip

public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(FishingTrip fishingTrip)
Specified by:
findPlaygroundFishingEffortZoneByFishingTrip in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingEffortZoneByFishingTrip

public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findPlaygroundFishingEffortZoneByFishingTrip in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingEffortZoneByFishingTrip

public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip).

Specified by:
findPlaygroundFishingEffortZoneByFishingTrip in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingEffortZoneByFishingTrip

public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int pageNumber,
                                                                         int pageSize,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findPlaygroundFishingEffortZoneByFishingTrip in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingEffortZoneByFishingTrip

public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findPlaygroundFishingEffortZoneByFishingTrip in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingEffortZoneByFishingTrip

public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform,
                                                                         java.lang.String queryString,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).

Specified by:
findPlaygroundFishingEffortZoneByFishingTrip in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingEffortZoneByFishingTrip

public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findPlaygroundFishingEffortZoneByFishingTrip in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingEffortZoneByFishingTrip

public java.util.Collection findPlaygroundFishingEffortZoneByFishingTrip(int transform,
                                                                         java.lang.String queryString,
                                                                         int pageNumber,
                                                                         int pageSize,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findPlaygroundFishingEffortZoneByFishingTrip in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingEffortZoneByGear

public java.util.Collection findPlaygroundFishingEffortZoneByGear(Gear gear)
Specified by:
findPlaygroundFishingEffortZoneByGear in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear)

findPlaygroundFishingEffortZoneByGear

public java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform,
                                                                  Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findPlaygroundFishingEffortZoneByGear in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear)

findPlaygroundFishingEffortZoneByGear

public java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString,
                                                                  Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear).

Specified by:
findPlaygroundFishingEffortZoneByGear in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(java.lang.String, fr.ifremer.allegro.referential.gear.Gear)

findPlaygroundFishingEffortZoneByGear

public java.util.Collection findPlaygroundFishingEffortZoneByGear(int pageNumber,
                                                                  int pageSize,
                                                                  Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findPlaygroundFishingEffortZoneByGear in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, int, fr.ifremer.allegro.referential.gear.Gear)

findPlaygroundFishingEffortZoneByGear

public java.util.Collection findPlaygroundFishingEffortZoneByGear(java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findPlaygroundFishingEffortZoneByGear in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findPlaygroundFishingEffortZoneByGear

public java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform,
                                                                  java.lang.String queryString,
                                                                  Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear gear).

Specified by:
findPlaygroundFishingEffortZoneByGear in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, String, fr.ifremer.allegro.referential.gear.Gear)

findPlaygroundFishingEffortZoneByGear

public java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findPlaygroundFishingEffortZoneByGear in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, int, int, fr.ifremer.allegro.referential.gear.Gear)

findPlaygroundFishingEffortZoneByGear

public java.util.Collection findPlaygroundFishingEffortZoneByGear(int transform,
                                                                  java.lang.String queryString,
                                                                  int pageNumber,
                                                                  int pageSize,
                                                                  Gear gear)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, String, fr.ifremer.allegro.referential.gear.Gear) with an additional two arguments called pageNumber and pageSize. The pageNumber argument allows you to specify the page number when you are paging the results and the pageSize allows you to specify the size of the page retrieved.

Specified by:
findPlaygroundFishingEffortZoneByGear in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByGear(int, java.lang.String, int, int, fr.ifremer.allegro.referential.gear.Gear)

findPlaygroundFishingEffortZoneByNaturalId

public PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)
Specified by:
findPlaygroundFishingEffortZoneByNaturalId in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer)

findPlaygroundFishingEffortZoneByNaturalId

public java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform,
                                                                   java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then finder results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
findPlaygroundFishingEffortZoneByNaturalId in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer)

findPlaygroundFishingEffortZoneByNaturalId

public PlaygroundFishingEffortZone findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString,
                                                                              java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer).

Specified by:
findPlaygroundFishingEffortZoneByNaturalId in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.String, java.lang.Integer)

findPlaygroundFishingEffortZoneByNaturalId

public java.lang.Object findPlaygroundFishingEffortZoneByNaturalId(int transform,
                                                                   java.lang.String queryString,
                                                                   java.lang.Integer id)
Description copied from interface: PlaygroundFishingEffortZoneDao

Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.Integer id).

Specified by:
findPlaygroundFishingEffortZoneByNaturalId in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(int, java.lang.String, java.lang.Integer)

createFromClusterPlaygroundFishingEffortZone

public PlaygroundFishingEffortZone createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
Specified by:
createFromClusterPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.createFromClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone)

handleCreateFromClusterPlaygroundFishingEffortZone

protected abstract PlaygroundFishingEffortZone handleCreateFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
                                                                                           throws java.lang.Exception
Performs the core logic for createFromClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           PlaygroundFishingEffortZone entity)
Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao, please note that the PlaygroundFishingEffortZoneDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.

This method will return instances of these types:

If the integer argument value is unknown PlaygroundFishingEffortZoneDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in PlaygroundFishingEffortZoneDao
entity - an entity that was found
Returns:
the transformed entity (i.e. new value object, etc)
See Also:
transformEntities(int,java.util.Collection)

transformEntities

protected void transformEntities(int transform,
                                 java.util.Collection entities)
Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) method. This method does not instantiate a new collection.

This method is to be used internally only.

Parameters:
transform - one of the constants declared in fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

toEntity

protected PlaygroundFishingEffortZone toEntity(java.lang.Object[] row)

toRemotePlaygroundFishingEffortZoneFullVOCollection

public final void toRemotePlaygroundFishingEffortZoneFullVOCollection(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingEffortZoneFullVO.

Specified by:
toRemotePlaygroundFishingEffortZoneFullVOCollection in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVOCollection(java.util.Collection)

toRemotePlaygroundFishingEffortZoneFullVOArray

public final RemotePlaygroundFishingEffortZoneFullVO[] toRemotePlaygroundFishingEffortZoneFullVOArray(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingEffortZoneFullVO.

Specified by:
toRemotePlaygroundFishingEffortZoneFullVOArray in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVOArray(java.util.Collection)

toRemotePlaygroundFishingEffortZoneFullVO

protected RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PlaygroundFishingEffortZoneDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVO(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

remotePlaygroundFishingEffortZoneFullVOToEntityCollection

public final void remotePlaygroundFishingEffortZoneFullVOToEntityCollection(java.util.Collection instances)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts a Collection of instances of type RemotePlaygroundFishingEffortZoneFullVO to this DAO's entity.

Specified by:
remotePlaygroundFishingEffortZoneFullVOToEntityCollection in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.remotePlaygroundFishingEffortZoneFullVOToEntityCollection(java.util.Collection)

toRemotePlaygroundFishingEffortZoneFullVO

public void toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source,
                                                      RemotePlaygroundFishingEffortZoneFullVO target)
Description copied from interface: PlaygroundFishingEffortZoneDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundFishingEffortZoneFullVO(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemotePlaygroundFishingEffortZoneFullVO in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVO(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

toRemotePlaygroundFishingEffortZoneFullVO

public RemotePlaygroundFishingEffortZoneFullVO toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneFullVO.

Specified by:
toRemotePlaygroundFishingEffortZoneFullVO in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVO(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

remotePlaygroundFishingEffortZoneFullVOToEntity

public void remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source,
                                                            PlaygroundFishingEffortZone target,
                                                            boolean copyIfNull)
Description copied from interface: PlaygroundFishingEffortZoneDao
Copies the fields of RemotePlaygroundFishingEffortZoneFullVO to the specified entity.

Specified by:
remotePlaygroundFishingEffortZoneFullVOToEntity in interface PlaygroundFishingEffortZoneDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao#remotePlaygroundFishingEffortZoneFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

toRemotePlaygroundFishingEffortZoneNaturalIdCollection

public final void toRemotePlaygroundFishingEffortZoneNaturalIdCollection(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingEffortZoneNaturalId.

Specified by:
toRemotePlaygroundFishingEffortZoneNaturalIdCollection in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalIdCollection(java.util.Collection)

toRemotePlaygroundFishingEffortZoneNaturalIdArray

public final RemotePlaygroundFishingEffortZoneNaturalId[] toRemotePlaygroundFishingEffortZoneNaturalIdArray(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingEffortZoneNaturalId.

Specified by:
toRemotePlaygroundFishingEffortZoneNaturalIdArray in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalIdArray(java.util.Collection)

toRemotePlaygroundFishingEffortZoneNaturalId

protected RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PlaygroundFishingEffortZoneDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection

public final void remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection(java.util.Collection instances)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts a Collection of instances of type RemotePlaygroundFishingEffortZoneNaturalId to this DAO's entity.

Specified by:
remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.remotePlaygroundFishingEffortZoneNaturalIdToEntityCollection(java.util.Collection)

toRemotePlaygroundFishingEffortZoneNaturalId

public void toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source,
                                                         RemotePlaygroundFishingEffortZoneNaturalId target)
Description copied from interface: PlaygroundFishingEffortZoneDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundFishingEffortZoneNaturalId(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toRemotePlaygroundFishingEffortZoneNaturalId in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId)

toRemotePlaygroundFishingEffortZoneNaturalId

public RemotePlaygroundFishingEffortZoneNaturalId toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneNaturalId.

Specified by:
toRemotePlaygroundFishingEffortZoneNaturalId in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

remotePlaygroundFishingEffortZoneNaturalIdToEntity

public void remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source,
                                                               PlaygroundFishingEffortZone target,
                                                               boolean copyIfNull)
Description copied from interface: PlaygroundFishingEffortZoneDao
Copies the fields of RemotePlaygroundFishingEffortZoneNaturalId to the specified entity.

Specified by:
remotePlaygroundFishingEffortZoneNaturalIdToEntity in interface PlaygroundFishingEffortZoneDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao#remotePlaygroundFishingEffortZoneNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId, fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

toClusterPlaygroundFishingEffortZoneCollection

public final void toClusterPlaygroundFishingEffortZoneCollection(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundFishingEffortZone.

Specified by:
toClusterPlaygroundFishingEffortZoneCollection in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZoneCollection(java.util.Collection)

toClusterPlaygroundFishingEffortZoneArray

public final ClusterPlaygroundFishingEffortZone[] toClusterPlaygroundFishingEffortZoneArray(java.util.Collection entities)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to an array of instances of type ClusterPlaygroundFishingEffortZone.

Specified by:
toClusterPlaygroundFishingEffortZoneArray in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZoneArray(java.util.Collection)

toClusterPlaygroundFishingEffortZone

protected ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. This implementation exists for convenience reasons only. It needs only be overridden in the PlaygroundFishingEffortZoneDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

clusterPlaygroundFishingEffortZoneToEntityCollection

public final void clusterPlaygroundFishingEffortZoneToEntityCollection(java.util.Collection instances)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts a Collection of instances of type ClusterPlaygroundFishingEffortZone to this DAO's entity.

Specified by:
clusterPlaygroundFishingEffortZoneToEntityCollection in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.clusterPlaygroundFishingEffortZoneToEntityCollection(java.util.Collection)

toClusterPlaygroundFishingEffortZone

public void toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source,
                                                 ClusterPlaygroundFishingEffortZone target)
Description copied from interface: PlaygroundFishingEffortZoneDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterPlaygroundFishingEffortZone(), but it does not handle any attributes in the target value object that are "read-only" (as those do not have setter methods exposed).

Specified by:
toClusterPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone)

toClusterPlaygroundFishingEffortZone

public ClusterPlaygroundFishingEffortZone toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
Description copied from interface: PlaygroundFishingEffortZoneDao
Converts this DAO's entity to an object of type ClusterPlaygroundFishingEffortZone.

Specified by:
toClusterPlaygroundFishingEffortZone in interface PlaygroundFishingEffortZoneDao
See Also:
PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

clusterPlaygroundFishingEffortZoneToEntity

public void clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source,
                                                       PlaygroundFishingEffortZone target,
                                                       boolean copyIfNull)
Description copied from interface: PlaygroundFishingEffortZoneDao
Copies the fields of ClusterPlaygroundFishingEffortZone to the specified entity.

Specified by:
clusterPlaygroundFishingEffortZoneToEntity in interface PlaygroundFishingEffortZoneDao
copyIfNull - If FALSE, the value object's field will not be copied to the entity if the value is NULL. If TRUE, it will be copied regardless of its value.
See Also:
fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao#clusterPlaygroundFishingEffortZoneToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone, fr.ifremer.allegro.playground.PlaygroundFishingEffortZone)

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

search

public PaginationResult search(int transform,
                               int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: PlaygroundFishingEffortZoneDao
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.

Specified by:
search in interface PlaygroundFishingEffortZoneDao
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.
See Also:
PlaygroundFishingEffortZoneDao.search(int, int, int, fr.ifremer.allegro.Search)

search

public PaginationResult search(int pageNumber,
                               int pageSize,
                               Search search)
Description copied from interface: PlaygroundFishingEffortZoneDao
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.

Specified by:
search in interface PlaygroundFishingEffortZoneDao
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.
See Also:
PlaygroundFishingEffortZoneDao.search(int, int, fr.ifremer.allegro.Search)

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: PlaygroundFishingEffortZoneDao
Does the same thing as PlaygroundFishingEffortZoneDao.search(fr.ifremer.allegro.Search) but with an additional flag called transform. If this flag is set to TRANSFORM_NONE then finder results will NOT be transformed during retrieval. If this flag is any of the other constants defined here then results WILL BE passed through an operation which can optionally transform the entities (into value objects for example). By default, transformation does not occur.

Specified by:
search in interface PlaygroundFishingEffortZoneDao
Parameters:
transform - the transformation flag.
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
PlaygroundFishingEffortZoneDao.search(int, fr.ifremer.allegro.Search)

search

public java.util.Set search(Search search)
Description copied from interface: PlaygroundFishingEffortZoneDao
Performs a search using the parameters specified in the given search object.

Specified by:
search in interface PlaygroundFishingEffortZoneDao
Parameters:
search - the search object which provides the search parameters and pagination specification.
Returns:
any found results from the search.
See Also:
PlaygroundFishingEffortZoneDao.search(fr.ifremer.allegro.Search)


Copyright © 2008-2010 IFREMER. All Rights Reserved.