fr.ifremer.allegro.playground
Class PlaygroundFishingTripVesselMasterDaoBase

java.lang.Object
  extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
      extended by fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMasterDaoBase
All Implemented Interfaces:
PlaygroundFishingTripVesselMasterDao
Direct Known Subclasses:
PlaygroundFishingTripVesselMasterDaoImpl

public abstract class PlaygroundFishingTripVesselMasterDaoBase
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements PlaygroundFishingTripVesselMasterDao

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

See Also:
PlaygroundFishingTripVesselMaster

Field Summary
 
Fields inherited from interface fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMasterDao
TRANSFORM_CLUSTERPLAYGROUNDFISHINGTRIPVESSELMASTER, TRANSFORM_NONE, TRANSFORM_REMOTEPLAYGROUNDFISHINGTRIPVESSELMASTERFULLVO, TRANSFORM_REMOTEPLAYGROUNDFISHINGTRIPVESSELMASTERNATURALID
 
Constructor Summary
PlaygroundFishingTripVesselMasterDaoBase()
           
 
Method Summary
 void clusterPlaygroundFishingTripVesselMasterToEntity(ClusterPlaygroundFishingTripVesselMaster source, PlaygroundFishingTripVesselMaster target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundFishingTripVesselMaster to the specified entity.
 void clusterPlaygroundFishingTripVesselMasterToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type ClusterPlaygroundFishingTripVesselMaster to this DAO's entity.
 java.util.Collection create(java.util.Collection entities)
          Creates a new instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster and adds from the passed in entities collection
 java.util.Collection create(int transform, java.util.Collection entities)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster) with an additional flag called transform.
 PlaygroundFishingTripVesselMaster create(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Creates a new fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster instance from all attributes and properties and adds it to the persistent store.
 java.lang.Object create(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.create(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.lang.Object create(int transform, PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster) with an additional flag called transform.
 PlaygroundFishingTripVesselMaster create(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
          Creates an instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster and adds it to the persistent store.
 PlaygroundFishingTripVesselMaster createFromClusterPlaygroundFishingTripVesselMaster(ClusterPlaygroundFishingTripVesselMaster clusterPlaygroundFishingTripVesselMaster)
           
 java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(FishingTrip fishingTrip)
           
 java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int transform, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int transform, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int transform, java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(int transform, java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String queryString, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingTripVesselMasterByFishingTrip(java.lang.String queryString, int pageNumber, int pageSize, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(String, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional two arguments called pageNumber and pageSize.
 PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object findPlaygroundFishingTripVesselMasterByIdentifiers(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.lang.Object findPlaygroundFishingTripVesselMasterByIdentifiers(int transform, java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object findPlaygroundFishingTripVesselMasterByNaturalId(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.lang.Object findPlaygroundFishingTripVesselMasterByNaturalId(int transform, java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, PlaygroundVesselMaster playgroundVesselMaster)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional flag called transform.
 java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, java.lang.String queryString, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, String, fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, java.lang.String queryString, PlaygroundVesselMaster playgroundVesselMaster)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String queryString, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(String, fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String queryString, PlaygroundVesselMaster playgroundVesselMaster)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer rank)
           
 java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform, java.lang.Integer rank)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer) with an additional flag called transform.
 java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int pageNumber, int pageSize, java.lang.Integer rank)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform, int pageNumber, int pageSize, java.lang.Integer rank)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.Integer) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform, java.lang.String queryString, java.lang.Integer rank)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform, java.lang.String queryString, int pageNumber, int pageSize, java.lang.Integer rank)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, String, java.lang.Integer) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.String queryString, java.lang.Integer rank)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer) with an additional argument called queryString.
 java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.String queryString, int pageNumber, int pageSize, java.lang.Integer rank)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(String, java.lang.Integer) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingTripVesselMaster()
           
 java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster() with an additional flag called transform.
 java.util.Collection getAllPlaygroundFishingTripVesselMaster(int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster() with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform, int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform, java.lang.String queryString)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int) with an additional argument called queryString.
 java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform, java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, String) with an additional two arguments called pageNumber and pageSize.
 java.util.Collection getAllPlaygroundFishingTripVesselMaster(java.lang.String queryString)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster() with an additional argument called queryString.
 java.util.Collection getAllPlaygroundFishingTripVesselMaster(java.lang.String queryString, int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(String) with an additional two arguments called pageNumber and pageSize.
protected  FishingTripDao getFishingTripDao()
          Gets the reference to fishingTripDao.
protected  PlaygroundVesselMasterDao getPlaygroundVesselMasterDao()
          Gets the reference to playgroundVesselMasterDao.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  PlaygroundFishingTripVesselMaster handleCreateFromClusterPlaygroundFishingTripVesselMaster(ClusterPlaygroundFishingTripVesselMaster clusterPlaygroundFishingTripVesselMaster)
          Performs the core logic for createFromClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster)
 PlaygroundFishingTripVesselMaster load(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
          Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster from the persistent store.
 java.lang.Object load(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.load(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) with an additional flag called transform.
 java.util.Collection loadAll()
          Loads all entities of type PlaygroundFishingTripVesselMaster.
 java.util.Collection loadAll(int transform)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.loadAll() with an additional flag called transform.
 java.util.Collection loadAll(int pageNumber, int pageSize)
           Does the same thing as PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDao.loadAll(int) with an additional two arguments called pageNumber and pageSize.
 void remotePlaygroundFishingTripVesselMasterFullVOToEntity(RemotePlaygroundFishingTripVesselMasterFullVO source, PlaygroundFishingTripVesselMaster target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundFishingTripVesselMasterFullVO to the specified entity.
 void remotePlaygroundFishingTripVesselMasterFullVOToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePlaygroundFishingTripVesselMasterFullVO to this DAO's entity.
 void remotePlaygroundFishingTripVesselMasterNaturalIdToEntity(RemotePlaygroundFishingTripVesselMasterNaturalId source, PlaygroundFishingTripVesselMaster target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundFishingTripVesselMasterNaturalId to the specified entity.
 void remotePlaygroundFishingTripVesselMasterNaturalIdToEntityCollection(java.util.Collection instances)
          Converts a Collection of instances of type RemotePlaygroundFishingTripVesselMasterNaturalId to this DAO's entity.
 void remove(java.util.Collection entities)
          Removes all entities in the given entities collection.
 void remove(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster having the given identifiers from the persistent store.
 void remove(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster 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 PlaygroundFishingTripVesselMasterDao.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 setPlaygroundVesselMasterDao(PlaygroundVesselMasterDao playgroundVesselMasterDao)
          Sets the reference to playgroundVesselMasterDao.
protected  ClusterPlaygroundFishingTripVesselMaster toClusterPlaygroundFishingTripVesselMaster(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPlaygroundFishingTripVesselMaster toClusterPlaygroundFishingTripVesselMaster(PlaygroundFishingTripVesselMaster entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundFishingTripVesselMaster.
 void toClusterPlaygroundFishingTripVesselMaster(PlaygroundFishingTripVesselMaster source, ClusterPlaygroundFishingTripVesselMaster target)
          Copies the fields of the specified entity to the target value object.
 ClusterPlaygroundFishingTripVesselMaster[] toClusterPlaygroundFishingTripVesselMasterArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPlaygroundFishingTripVesselMaster.
 void toClusterPlaygroundFishingTripVesselMasterCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type ClusterPlaygroundFishingTripVesselMaster.
protected  PlaygroundFishingTripVesselMaster toEntity(java.lang.Object[] row)
           
protected  RemotePlaygroundFishingTripVesselMasterFullVO toRemotePlaygroundFishingTripVesselMasterFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePlaygroundFishingTripVesselMasterFullVO toRemotePlaygroundFishingTripVesselMasterFullVO(PlaygroundFishingTripVesselMaster entity)
          Converts this DAO's entity to an object of type RemotePlaygroundFishingTripVesselMasterFullVO.
 void toRemotePlaygroundFishingTripVesselMasterFullVO(PlaygroundFishingTripVesselMaster source, RemotePlaygroundFishingTripVesselMasterFullVO target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundFishingTripVesselMasterFullVO[] toRemotePlaygroundFishingTripVesselMasterFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingTripVesselMasterFullVO.
 void toRemotePlaygroundFishingTripVesselMasterFullVOCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingTripVesselMasterFullVO.
protected  RemotePlaygroundFishingTripVesselMasterNaturalId toRemotePlaygroundFishingTripVesselMasterNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePlaygroundFishingTripVesselMasterNaturalId toRemotePlaygroundFishingTripVesselMasterNaturalId(PlaygroundFishingTripVesselMaster entity)
          Converts this DAO's entity to an object of type RemotePlaygroundFishingTripVesselMasterNaturalId.
 void toRemotePlaygroundFishingTripVesselMasterNaturalId(PlaygroundFishingTripVesselMaster source, RemotePlaygroundFishingTripVesselMasterNaturalId target)
          Copies the fields of the specified entity to the target value object.
 RemotePlaygroundFishingTripVesselMasterNaturalId[] toRemotePlaygroundFishingTripVesselMasterNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePlaygroundFishingTripVesselMasterNaturalId.
 void toRemotePlaygroundFishingTripVesselMasterNaturalIdCollection(java.util.Collection entities)
          Converts this DAO's entity to a Collection of instances of type RemotePlaygroundFishingTripVesselMasterNaturalId.
protected  void transformEntities(int transform, java.util.Collection entities)
          Transforms a collection of entities using the transformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster) method.
protected  java.lang.Object transformEntity(int transform, PlaygroundFishingTripVesselMaster 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.PlaygroundFishingTripVesselMasterDao, please note that the PlaygroundFishingTripVesselMasterDao.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(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
          Updates the playgroundFishingTripVesselMaster 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.PlaygroundFishingTripVesselMasterDao
clusterPlaygroundFishingTripVesselMasterToEntity, remotePlaygroundFishingTripVesselMasterFullVOToEntity, remotePlaygroundFishingTripVesselMasterNaturalIdToEntity
 

Constructor Detail

PlaygroundFishingTripVesselMasterDaoBase

public PlaygroundFishingTripVesselMasterDaoBase()
Method Detail

setPlaygroundVesselMasterDao

public void setPlaygroundVesselMasterDao(PlaygroundVesselMasterDao playgroundVesselMasterDao)
Sets the reference to playgroundVesselMasterDao.


getPlaygroundVesselMasterDao

protected PlaygroundVesselMasterDao getPlaygroundVesselMasterDao()
Gets the reference to playgroundVesselMasterDao.


setFishingTripDao

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


getFishingTripDao

protected FishingTripDao getFishingTripDao()
Gets the reference to fishingTripDao.


load

public java.lang.Object load(int transform,
                             java.lang.Integer rank,
                             PlaygroundVesselMaster playgroundVesselMaster,
                             FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.load(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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 PlaygroundFishingTripVesselMasterDao
rank - identifier of the entity to load
playgroundVesselMaster - identifier of the entity to load
fishingTrip - identifier of the entity to load
Returns:
either the entity or the object transformed from the entity.
See Also:
PlaygroundFishingTripVesselMasterDao.load(int, java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

load

public PlaygroundFishingTripVesselMaster load(java.lang.Integer rank,
                                              PlaygroundVesselMaster playgroundVesselMaster,
                                              FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster from the persistent store.

Specified by:
load in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.load(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

loadAll

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

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

loadAll

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDao
Parameters:
transform - the flag indicating what transformation to use.
Returns:
the loaded entities.
See Also:
PlaygroundFishingTripVesselMasterDao.loadAll(int)

loadAll

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDao
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:
PlaygroundFishingTripVesselMasterDao.loadAll(int, int)

loadAll

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDao
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:
PlaygroundFishingTripVesselMasterDao.loadAll(int, int, int)

create

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

Specified by:
create in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

create

public java.lang.Object create(int transform,
                               PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster) 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 PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.create(int transform, fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

create

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

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

create

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster) 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 PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.create(int, java.util.Collection)

create

public PlaygroundFishingTripVesselMaster create(java.lang.Integer rank,
                                                PlaygroundVesselMaster playgroundVesselMaster,
                                                FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

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

Specified by:
create in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.create(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

create

public java.lang.Object create(int transform,
                               java.lang.Integer rank,
                               PlaygroundVesselMaster playgroundVesselMaster,
                               FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.create(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip) 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 PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.create(int, java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

update

public void update(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Updates the playgroundFishingTripVesselMaster instance in the persistent store.

Specified by:
update in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.update(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

update

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

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

remove

public void remove(PlaygroundFishingTripVesselMaster playgroundFishingTripVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster from the persistent store.

Specified by:
remove in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.remove(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

remove

public void remove(java.lang.Integer rank,
                   PlaygroundVesselMaster playgroundVesselMaster,
                   FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster having the given identifiers from the persistent store.

Specified by:
remove in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.remove(java.lang.Integer,fr.ifremer.allegro.playground.PlaygroundVesselMaster,fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

remove

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

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

getAllPlaygroundFishingTripVesselMaster

public java.util.Collection getAllPlaygroundFishingTripVesselMaster()
Specified by:
getAllPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster()

getAllPlaygroundFishingTripVesselMaster

public java.util.Collection getAllPlaygroundFishingTripVesselMaster(int transform)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster() 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:
getAllPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int)

getAllPlaygroundFishingTripVesselMaster

public java.util.Collection getAllPlaygroundFishingTripVesselMaster(java.lang.String queryString)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

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

Specified by:
getAllPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(java.lang.String)

getAllPlaygroundFishingTripVesselMaster

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster() 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:
getAllPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, int)

getAllPlaygroundFishingTripVesselMaster

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(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:
getAllPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(String, int, int)

getAllPlaygroundFishingTripVesselMaster

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

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

Specified by:
getAllPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, String)

getAllPlaygroundFishingTripVesselMaster

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(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:
getAllPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, int, int)

getAllPlaygroundFishingTripVesselMaster

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(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:
getAllPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.getAllPlaygroundFishingTripVesselMaster(int, java.lang.String, int, int)

findPlaygroundFishingTripVesselMasterByRank

public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer rank)
Specified by:
findPlaygroundFishingTripVesselMasterByRank in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer)

findPlaygroundFishingTripVesselMasterByRank

public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform,
                                                                        java.lang.Integer rank)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(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:
findPlaygroundFishingTripVesselMasterByRank in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.Integer)

findPlaygroundFishingTripVesselMasterByRank

public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.String queryString,
                                                                        java.lang.Integer rank)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

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

Specified by:
findPlaygroundFishingTripVesselMasterByRank in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.String, java.lang.Integer)

findPlaygroundFishingTripVesselMasterByRank

public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int pageNumber,
                                                                        int pageSize,
                                                                        java.lang.Integer rank)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(java.lang.Integer) 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:
findPlaygroundFishingTripVesselMasterByRank in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, int, java.lang.Integer)

findPlaygroundFishingTripVesselMasterByRank

public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        java.lang.Integer rank)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(String, java.lang.Integer) 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:
findPlaygroundFishingTripVesselMasterByRank in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(String, int, int, java.lang.Integer)

findPlaygroundFishingTripVesselMasterByRank

public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform,
                                                                        java.lang.String queryString,
                                                                        java.lang.Integer rank)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

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

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

findPlaygroundFishingTripVesselMasterByRank

public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        java.lang.Integer rank)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.Integer) 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:
findPlaygroundFishingTripVesselMasterByRank in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, int, int, java.lang.Integer)

findPlaygroundFishingTripVesselMasterByRank

public java.util.Collection findPlaygroundFishingTripVesselMasterByRank(int transform,
                                                                        java.lang.String queryString,
                                                                        int pageNumber,
                                                                        int pageSize,
                                                                        java.lang.Integer rank)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, String, java.lang.Integer) 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:
findPlaygroundFishingTripVesselMasterByRank in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByRank(int, java.lang.String, int, int, java.lang.Integer)

findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster

public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMaster)
Specified by:
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster)

findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster

public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster) 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:
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster

public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String queryString,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster).

Specified by:
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster

public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int pageNumber,
                                                                                          int pageSize,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(fr.ifremer.allegro.playground.PlaygroundVesselMaster) 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:
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster

public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String queryString,
                                                                                          int pageNumber,
                                                                                          int pageSize,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(String, fr.ifremer.allegro.playground.PlaygroundVesselMaster) 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:
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(String, int, int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster

public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform,
                                                                                          java.lang.String queryString,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional argument called queryString. This queryString argument allows you to override the query string defined in PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster playgroundVesselMaster).

Specified by:
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, String, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster

public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform,
                                                                                          int pageNumber,
                                                                                          int pageSize,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, fr.ifremer.allegro.playground.PlaygroundVesselMaster) 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:
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, int, int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster

public java.util.Collection findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform,
                                                                                          java.lang.String queryString,
                                                                                          int pageNumber,
                                                                                          int pageSize,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, String, fr.ifremer.allegro.playground.PlaygroundVesselMaster) 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:
findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int, java.lang.String, int, int, fr.ifremer.allegro.playground.PlaygroundVesselMaster)

findPlaygroundFishingTripVesselMasterByFishingTrip

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

findPlaygroundFishingTripVesselMasterByFishingTrip

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(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:
findPlaygroundFishingTripVesselMasterByFishingTrip in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByFishingTrip

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(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 PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip).

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

findPlaygroundFishingTripVesselMasterByFishingTrip

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(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:
findPlaygroundFishingTripVesselMasterByFishingTrip in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByFishingTrip

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(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:
findPlaygroundFishingTripVesselMasterByFishingTrip in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByFishingTrip

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(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 PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).

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

findPlaygroundFishingTripVesselMasterByFishingTrip

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(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:
findPlaygroundFishingTripVesselMasterByFishingTrip in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByFishingTrip

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

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(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:
findPlaygroundFishingTripVesselMasterByFishingTrip in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByFishingTrip(int, java.lang.String, int, int, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByIdentifiers

public PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer rank,
                                                                                            PlaygroundVesselMaster playgroundVesselMaster,
                                                                                            FishingTrip fishingTrip)
Specified by:
findPlaygroundFishingTripVesselMasterByIdentifiers in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByIdentifiers

public java.lang.Object findPlaygroundFishingTripVesselMasterByIdentifiers(int transform,
                                                                           java.lang.Integer rank,
                                                                           PlaygroundVesselMaster playgroundVesselMaster,
                                                                           FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, 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:
findPlaygroundFishingTripVesselMasterByIdentifiers in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByIdentifiers

public PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.String queryString,
                                                                                            java.lang.Integer rank,
                                                                                            PlaygroundVesselMaster playgroundVesselMaster,
                                                                                            FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, 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 PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip).

Specified by:
findPlaygroundFishingTripVesselMasterByIdentifiers in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.String, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByIdentifiers

public java.lang.Object findPlaygroundFishingTripVesselMasterByIdentifiers(int transform,
                                                                           java.lang.String queryString,
                                                                           java.lang.Integer rank,
                                                                           PlaygroundVesselMaster playgroundVesselMaster,
                                                                           FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, 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 PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.Integer rank, fr.ifremer.allegro.playground.PlaygroundVesselMaster playgroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).

Specified by:
findPlaygroundFishingTripVesselMasterByIdentifiers in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(int, java.lang.String, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByNaturalId

public PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer rank,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster,
                                                                                          FishingTrip fishingTrip)
Specified by:
findPlaygroundFishingTripVesselMasterByNaturalId in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByNaturalId

public java.lang.Object findPlaygroundFishingTripVesselMasterByNaturalId(int transform,
                                                                         java.lang.Integer rank,
                                                                         PlaygroundVesselMaster playgroundVesselMaster,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, 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:
findPlaygroundFishingTripVesselMasterByNaturalId in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByNaturalId

public PlaygroundFishingTripVesselMaster findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.String queryString,
                                                                                          java.lang.Integer rank,
                                                                                          PlaygroundVesselMaster playgroundVesselMaster,
                                                                                          FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, 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 PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip).

Specified by:
findPlaygroundFishingTripVesselMasterByNaturalId in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.String, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

findPlaygroundFishingTripVesselMasterByNaturalId

public java.lang.Object findPlaygroundFishingTripVesselMasterByNaturalId(int transform,
                                                                         java.lang.String queryString,
                                                                         java.lang.Integer rank,
                                                                         PlaygroundVesselMaster playgroundVesselMaster,
                                                                         FishingTrip fishingTrip)
Description copied from interface: PlaygroundFishingTripVesselMasterDao

Does the same thing as PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, 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 PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.Integer rank, fr.ifremer.allegro.playground.PlaygroundVesselMaster playgroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip fishingTrip).

Specified by:
findPlaygroundFishingTripVesselMasterByNaturalId in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(int, java.lang.String, java.lang.Integer, fr.ifremer.allegro.playground.PlaygroundVesselMaster, fr.ifremer.allegro.data.survey.fishingTrip.FishingTrip)

createFromClusterPlaygroundFishingTripVesselMaster

public PlaygroundFishingTripVesselMaster createFromClusterPlaygroundFishingTripVesselMaster(ClusterPlaygroundFishingTripVesselMaster clusterPlaygroundFishingTripVesselMaster)
Specified by:
createFromClusterPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.createFromClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster)

handleCreateFromClusterPlaygroundFishingTripVesselMaster

protected abstract PlaygroundFishingTripVesselMaster handleCreateFromClusterPlaygroundFishingTripVesselMaster(ClusterPlaygroundFishingTripVesselMaster clusterPlaygroundFishingTripVesselMaster)
                                                                                                       throws java.lang.Exception
Performs the core logic for createFromClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster)

Throws:
java.lang.Exception

transformEntity

protected java.lang.Object transformEntity(int transform,
                                           PlaygroundFishingTripVesselMaster 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.PlaygroundFishingTripVesselMasterDao, please note that the PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDao.TRANSFORM_NONE is assumed.

Parameters:
transform - one of the constants declared in PlaygroundFishingTripVesselMasterDao
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.PlaygroundFishingTripVesselMaster) 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.PlaygroundFishingTripVesselMasterDao
entities - the collection of entities to transform
See Also:
transformEntity(int,fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

toEntity

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

toRemotePlaygroundFishingTripVesselMasterFullVOCollection

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

Specified by:
toRemotePlaygroundFishingTripVesselMasterFullVOCollection in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVOCollection(java.util.Collection)

toRemotePlaygroundFishingTripVesselMasterFullVOArray

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

Specified by:
toRemotePlaygroundFishingTripVesselMasterFullVOArray in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVOArray(java.util.Collection)

toRemotePlaygroundFishingTripVesselMasterFullVO

protected RemotePlaygroundFishingTripVesselMasterFullVO toRemotePlaygroundFishingTripVesselMasterFullVO(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 PlaygroundFishingTripVesselMasterDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

remotePlaygroundFishingTripVesselMasterFullVOToEntityCollection

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

Specified by:
remotePlaygroundFishingTripVesselMasterFullVOToEntityCollection in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.remotePlaygroundFishingTripVesselMasterFullVOToEntityCollection(java.util.Collection)

toRemotePlaygroundFishingTripVesselMasterFullVO

public void toRemotePlaygroundFishingTripVesselMasterFullVO(PlaygroundFishingTripVesselMaster source,
                                                            RemotePlaygroundFishingTripVesselMasterFullVO target)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundFishingTripVesselMasterFullVO(), 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:
toRemotePlaygroundFishingTripVesselMasterFullVO in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingTripVesselMasterFullVO)

toRemotePlaygroundFishingTripVesselMasterFullVO

public RemotePlaygroundFishingTripVesselMasterFullVO toRemotePlaygroundFishingTripVesselMasterFullVO(PlaygroundFishingTripVesselMaster entity)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Converts this DAO's entity to an object of type RemotePlaygroundFishingTripVesselMasterFullVO.

Specified by:
toRemotePlaygroundFishingTripVesselMasterFullVO in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterFullVO(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

remotePlaygroundFishingTripVesselMasterFullVOToEntity

public void remotePlaygroundFishingTripVesselMasterFullVOToEntity(RemotePlaygroundFishingTripVesselMasterFullVO source,
                                                                  PlaygroundFishingTripVesselMaster target,
                                                                  boolean copyIfNull)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Copies the fields of RemotePlaygroundFishingTripVesselMasterFullVO to the specified entity.

Specified by:
remotePlaygroundFishingTripVesselMasterFullVOToEntity in interface PlaygroundFishingTripVesselMasterDao
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.PlaygroundFishingTripVesselMasterDao#remotePlaygroundFishingTripVesselMasterFullVOToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingTripVesselMasterFullVO, fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

toRemotePlaygroundFishingTripVesselMasterNaturalIdCollection

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

Specified by:
toRemotePlaygroundFishingTripVesselMasterNaturalIdCollection in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalIdCollection(java.util.Collection)

toRemotePlaygroundFishingTripVesselMasterNaturalIdArray

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

Specified by:
toRemotePlaygroundFishingTripVesselMasterNaturalIdArray in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalIdArray(java.util.Collection)

toRemotePlaygroundFishingTripVesselMasterNaturalId

protected RemotePlaygroundFishingTripVesselMasterNaturalId toRemotePlaygroundFishingTripVesselMasterNaturalId(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 PlaygroundFishingTripVesselMasterDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

remotePlaygroundFishingTripVesselMasterNaturalIdToEntityCollection

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

Specified by:
remotePlaygroundFishingTripVesselMasterNaturalIdToEntityCollection in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.remotePlaygroundFishingTripVesselMasterNaturalIdToEntityCollection(java.util.Collection)

toRemotePlaygroundFishingTripVesselMasterNaturalId

public void toRemotePlaygroundFishingTripVesselMasterNaturalId(PlaygroundFishingTripVesselMaster source,
                                                               RemotePlaygroundFishingTripVesselMasterNaturalId target)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Copies the fields of the specified entity to the target value object. This method is similar to toRemotePlaygroundFishingTripVesselMasterNaturalId(), 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:
toRemotePlaygroundFishingTripVesselMasterNaturalId in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingTripVesselMasterNaturalId)

toRemotePlaygroundFishingTripVesselMasterNaturalId

public RemotePlaygroundFishingTripVesselMasterNaturalId toRemotePlaygroundFishingTripVesselMasterNaturalId(PlaygroundFishingTripVesselMaster entity)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Converts this DAO's entity to an object of type RemotePlaygroundFishingTripVesselMasterNaturalId.

Specified by:
toRemotePlaygroundFishingTripVesselMasterNaturalId in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toRemotePlaygroundFishingTripVesselMasterNaturalId(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

remotePlaygroundFishingTripVesselMasterNaturalIdToEntity

public void remotePlaygroundFishingTripVesselMasterNaturalIdToEntity(RemotePlaygroundFishingTripVesselMasterNaturalId source,
                                                                     PlaygroundFishingTripVesselMaster target,
                                                                     boolean copyIfNull)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Copies the fields of RemotePlaygroundFishingTripVesselMasterNaturalId to the specified entity.

Specified by:
remotePlaygroundFishingTripVesselMasterNaturalIdToEntity in interface PlaygroundFishingTripVesselMasterDao
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.PlaygroundFishingTripVesselMasterDao#remotePlaygroundFishingTripVesselMasterNaturalIdToEntity(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingTripVesselMasterNaturalId, fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

toClusterPlaygroundFishingTripVesselMasterCollection

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

Specified by:
toClusterPlaygroundFishingTripVesselMasterCollection in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMasterCollection(java.util.Collection)

toClusterPlaygroundFishingTripVesselMasterArray

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

Specified by:
toClusterPlaygroundFishingTripVesselMasterArray in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMasterArray(java.util.Collection)

toClusterPlaygroundFishingTripVesselMaster

protected ClusterPlaygroundFishingTripVesselMaster toClusterPlaygroundFishingTripVesselMaster(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 PlaygroundFishingTripVesselMasterDaoImpl class if you intend to use reporting queries.

See Also:
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

clusterPlaygroundFishingTripVesselMasterToEntityCollection

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

Specified by:
clusterPlaygroundFishingTripVesselMasterToEntityCollection in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.clusterPlaygroundFishingTripVesselMasterToEntityCollection(java.util.Collection)

toClusterPlaygroundFishingTripVesselMaster

public void toClusterPlaygroundFishingTripVesselMaster(PlaygroundFishingTripVesselMaster source,
                                                       ClusterPlaygroundFishingTripVesselMaster target)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Copies the fields of the specified entity to the target value object. This method is similar to toClusterPlaygroundFishingTripVesselMaster(), 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:
toClusterPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster, fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster)

toClusterPlaygroundFishingTripVesselMaster

public ClusterPlaygroundFishingTripVesselMaster toClusterPlaygroundFishingTripVesselMaster(PlaygroundFishingTripVesselMaster entity)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Converts this DAO's entity to an object of type ClusterPlaygroundFishingTripVesselMaster.

Specified by:
toClusterPlaygroundFishingTripVesselMaster in interface PlaygroundFishingTripVesselMasterDao
See Also:
PlaygroundFishingTripVesselMasterDao.toClusterPlaygroundFishingTripVesselMaster(fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

clusterPlaygroundFishingTripVesselMasterToEntity

public void clusterPlaygroundFishingTripVesselMasterToEntity(ClusterPlaygroundFishingTripVesselMaster source,
                                                             PlaygroundFishingTripVesselMaster target,
                                                             boolean copyIfNull)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Copies the fields of ClusterPlaygroundFishingTripVesselMaster to the specified entity.

Specified by:
clusterPlaygroundFishingTripVesselMasterToEntity in interface PlaygroundFishingTripVesselMasterDao
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.PlaygroundFishingTripVesselMasterDao#clusterPlaygroundFishingTripVesselMasterToEntity(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingTripVesselMaster, fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster)

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: PlaygroundFishingTripVesselMasterDao
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 PlaygroundFishingTripVesselMasterDao
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:
PlaygroundFishingTripVesselMasterDao.search(int, int, int, fr.ifremer.allegro.Search)

search

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

search

public java.util.Set search(int transform,
                            Search search)
Description copied from interface: PlaygroundFishingTripVesselMasterDao
Does the same thing as PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDao
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:
PlaygroundFishingTripVesselMasterDao.search(int, fr.ifremer.allegro.Search)

search

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

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


Copyright © 2008-2010 IFREMER. All Rights Reserved.