Uses of Class
fr.ifremer.allegro.playground.PlaygroundFishingEffortZone

Packages that use PlaygroundFishingEffortZone
fr.ifremer.allegro.playground   
 

Uses of PlaygroundFishingEffortZone in fr.ifremer.allegro.playground
 

Subclasses of PlaygroundFishingEffortZone in fr.ifremer.allegro.playground
 class PlaygroundFishingEffortZoneImpl
           
 

Methods in fr.ifremer.allegro.playground that return PlaygroundFishingEffortZone
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoImpl.clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
          Converts an instance of type ClusterPlaygroundFishingEffortZone to this DAO's entity.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.create(java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
           Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from all attributes and properties and adds it to the persistent store.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.create(java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Creates an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds it to the persistent store.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.create(java.lang.String effortZoneCode, FishingTrip fishingTrip, Gear gear, java.lang.String moveType, java.lang.String targetSpecies)
           Creates a new fr.ifremer.allegro.playground.PlaygroundFishingEffortZone instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.create(java.lang.String effortZoneCode, FishingTrip fishingTrip, Gear gear, java.lang.String moveType, java.lang.String targetSpecies)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.createFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer id)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneById(java.lang.Integer id)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneById(java.lang.Integer) with an additional argument called queryString.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneById(java.lang.String queryString, java.lang.Integer id)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer id)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PlaygroundFishingEffortZoneDao.findPlaygroundFishingEffortZoneByNaturalId(java.lang.Integer) with an additional argument called queryString.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.findPlaygroundFishingEffortZoneByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
protected  PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoImpl.handleCreateFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
           
protected abstract  PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.handleCreateFromClusterPlaygroundFishingEffortZone(ClusterPlaygroundFishingEffortZone clusterPlaygroundFishingEffortZone)
          Performs the core logic for PlaygroundFishingEffortZoneDaoBase.createFromClusterPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundFishingEffortZone)
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.load(java.lang.Integer id)
           
static PlaygroundFishingEffortZone PlaygroundFishingEffortZone.Factory.newInstance()
          Constructs a new instance of PlaygroundFishingEffortZone.
static PlaygroundFishingEffortZone PlaygroundFishingEffortZone.Factory.newInstance(java.util.Date dateTime, java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
          Constructs a new instance of PlaygroundFishingEffortZone, taking all possible properties (except the identifier(s))as arguments.
static PlaygroundFishingEffortZone PlaygroundFishingEffortZone.Factory.newInstance(java.lang.String moveType, java.lang.String effortZoneCode, java.lang.String targetSpecies, FishingTrip fishingTrip, Gear gear)
          Constructs a new instance of PlaygroundFishingEffortZone, taking all required and/or read-only properties as arguments.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoImpl.remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVO)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVO)
          Converts an instance of type RemotePlaygroundFishingEffortZoneFullVO to this DAO's entity.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoImpl.remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId remotePlaygroundFishingEffortZoneNaturalId)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId remotePlaygroundFishingEffortZoneNaturalId)
          Converts an instance of type RemotePlaygroundFishingEffortZoneNaturalId to this DAO's entity.
protected  PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.playground with parameters of type PlaygroundFishingEffortZone
 void PlaygroundFishingEffortZoneDaoImpl.clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source, PlaygroundFishingEffortZone target, boolean copyIfNull)
           
 void PlaygroundFishingEffortZoneDao.clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundFishingEffortZone to the specified entity.
 void PlaygroundFishingEffortZoneDaoBase.clusterPlaygroundFishingEffortZoneToEntity(ClusterPlaygroundFishingEffortZone source, PlaygroundFishingEffortZone target, boolean copyIfNull)
           
 java.lang.Object PlaygroundFishingEffortZoneDao.create(int transform, PlaygroundFishingEffortZone playgroundFishingEffortZone)
           Does the same thing as PlaygroundFishingEffortZoneDao.create(fr.ifremer.allegro.playground.PlaygroundFishingEffortZone) with an additional flag called transform.
 java.lang.Object PlaygroundFishingEffortZoneDaoBase.create(int transform, PlaygroundFishingEffortZone playgroundFishingEffortZone)
           
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Creates an instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone and adds it to the persistent store.
 PlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.create(PlaygroundFishingEffortZone playgroundFishingEffortZone)
           
 void PlaygroundFishingEffortZoneDaoImpl.remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source, PlaygroundFishingEffortZone target, boolean copyIfNull)
           
 void PlaygroundFishingEffortZoneDao.remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundFishingEffortZoneFullVO to the specified entity.
 void PlaygroundFishingEffortZoneDaoBase.remotePlaygroundFishingEffortZoneFullVOToEntity(RemotePlaygroundFishingEffortZoneFullVO source, PlaygroundFishingEffortZone target, boolean copyIfNull)
           
 void PlaygroundFishingEffortZoneDaoImpl.remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source, PlaygroundFishingEffortZone target, boolean copyIfNull)
           
 void PlaygroundFishingEffortZoneDao.remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source, PlaygroundFishingEffortZone target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundFishingEffortZoneNaturalId to the specified entity.
 void PlaygroundFishingEffortZoneDaoBase.remotePlaygroundFishingEffortZoneNaturalIdToEntity(RemotePlaygroundFishingEffortZoneNaturalId source, PlaygroundFishingEffortZone target, boolean copyIfNull)
           
 void PlaygroundFishingEffortZoneDao.remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundFishingEffortZone from the persistent store.
 void PlaygroundFishingEffortZoneDaoBase.remove(PlaygroundFishingEffortZone playgroundFishingEffortZone)
           
 ClusterPlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoImpl.toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
           
 ClusterPlaygroundFishingEffortZone PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundFishingEffortZone.
 ClusterPlaygroundFishingEffortZone PlaygroundFishingEffortZoneDaoBase.toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone entity)
           
 void PlaygroundFishingEffortZoneDaoImpl.toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source, ClusterPlaygroundFishingEffortZone target)
           
 void PlaygroundFishingEffortZoneDao.toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source, ClusterPlaygroundFishingEffortZone target)
          Copies the fields of the specified entity to the target value object.
 void PlaygroundFishingEffortZoneDaoBase.toClusterPlaygroundFishingEffortZone(PlaygroundFishingEffortZone source, ClusterPlaygroundFishingEffortZone target)
           
 RemotePlaygroundFishingEffortZoneFullVO PlaygroundFishingEffortZoneDaoImpl.toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
           
 RemotePlaygroundFishingEffortZoneFullVO PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneFullVO.
 RemotePlaygroundFishingEffortZoneFullVO PlaygroundFishingEffortZoneDaoBase.toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone entity)
           
 void PlaygroundFishingEffortZoneDaoImpl.toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneFullVO target)
           
 void PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PlaygroundFishingEffortZoneDaoBase.toRemotePlaygroundFishingEffortZoneFullVO(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneFullVO target)
           
 RemotePlaygroundFishingEffortZoneNaturalId PlaygroundFishingEffortZoneDaoImpl.toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
           
 RemotePlaygroundFishingEffortZoneNaturalId PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
          Converts this DAO's entity to an object of type RemotePlaygroundFishingEffortZoneNaturalId.
 RemotePlaygroundFishingEffortZoneNaturalId PlaygroundFishingEffortZoneDaoBase.toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone entity)
           
 void PlaygroundFishingEffortZoneDaoImpl.toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneNaturalId target)
           
 void PlaygroundFishingEffortZoneDao.toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void PlaygroundFishingEffortZoneDaoBase.toRemotePlaygroundFishingEffortZoneNaturalId(PlaygroundFishingEffortZone source, RemotePlaygroundFishingEffortZoneNaturalId target)
           
protected  java.lang.Object PlaygroundFishingEffortZoneDaoBase.transformEntity(int transform, PlaygroundFishingEffortZone entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.playground.PlaygroundFishingEffortZoneDao, please note that the PlaygroundFishingEffortZoneDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void PlaygroundFishingEffortZoneDao.update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
          Updates the playgroundFishingEffortZone instance in the persistent store.
 void PlaygroundFishingEffortZoneDaoBase.update(PlaygroundFishingEffortZone playgroundFishingEffortZone)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.