Uses of Class
fr.ifremer.allegro.referential.vessel.PleasureBoat

Packages that use PleasureBoat
fr.ifremer.allegro.referential.vessel   
 

Uses of PleasureBoat in fr.ifremer.allegro.referential.vessel
 

Subclasses of PleasureBoat in fr.ifremer.allegro.referential.vessel
 class PleasureBoatImpl
           
 

Methods in fr.ifremer.allegro.referential.vessel that return PleasureBoat
 PleasureBoat PleasureBoatDaoImpl.clusterPleasureBoatToEntity(ClusterPleasureBoat clusterPleasureBoat)
           
 PleasureBoat PleasureBoatDao.clusterPleasureBoatToEntity(ClusterPleasureBoat clusterPleasureBoat)
          Converts an instance of type ClusterPleasureBoat to this DAO's entity.
 PleasureBoat PleasureBoatDaoBase.create(PleasureBoat pleasureBoat)
           
 PleasureBoat PleasureBoatDaoBase.create(java.lang.String code, Status status, VesselType vesselType)
           
 PleasureBoat PleasureBoatDaoBase.create(java.lang.String code, java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
           
 PleasureBoat PleasureBoatDao.createFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 PleasureBoat PleasureBoatDaoBase.createFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 PleasureBoat PleasureBoatDao.findPleasureBoatByCode(java.lang.String code)
           
 PleasureBoat PleasureBoatDaoBase.findPleasureBoatByCode(java.lang.String code)
           
 PleasureBoat PleasureBoatDao.findPleasureBoatByCode(java.lang.String queryString, java.lang.String code)
           Does the same thing as PleasureBoatDao.findPleasureBoatByCode(java.lang.String) with an additional argument called queryString.
 PleasureBoat PleasureBoatDaoBase.findPleasureBoatByCode(java.lang.String queryString, java.lang.String code)
           
 PleasureBoat PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String code)
           
 PleasureBoat PleasureBoatDaoBase.findPleasureBoatByNaturalId(java.lang.String code)
           
 PleasureBoat PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as PleasureBoatDao.findPleasureBoatByNaturalId(java.lang.String) with an additional argument called queryString.
 PleasureBoat PleasureBoatDaoBase.findPleasureBoatByNaturalId(java.lang.String queryString, java.lang.String code)
           
protected  PleasureBoat PleasureBoatDaoImpl.handleCreateFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
protected abstract  PleasureBoat PleasureBoatDaoBase.handleCreateFromClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
          Performs the core logic for PleasureBoatDaoBase.createFromClusterPleasureBoat(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterPleasureBoat)
 PleasureBoat PleasureBoatDaoBase.load(java.lang.String code)
           
static PleasureBoat PleasureBoat.Factory.newInstance()
          Constructs a new instance of PleasureBoat.
static PleasureBoat PleasureBoat.Factory.newInstance(Status status, VesselType vesselType)
          Constructs a new instance of PleasureBoat, taking all required and/or read-only properties as arguments.
static PleasureBoat PleasureBoat.Factory.newInstance(java.sql.Timestamp updateDate, java.util.Collection rightToProduces, java.util.Collection vesselOwnerPeriods, java.util.Collection vesselRegistrationPeriods, Status status, VesselType vesselType)
          Constructs a new instance of PleasureBoat, taking all possible properties (except the identifier(s))as arguments.
 PleasureBoat PleasureBoatDaoImpl.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO remotePleasureBoatFullVO)
           
 PleasureBoat PleasureBoatDao.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO remotePleasureBoatFullVO)
          Converts an instance of type RemotePleasureBoatFullVO to this DAO's entity.
 PleasureBoat PleasureBoatDaoImpl.remotePleasureBoatNaturalIdToEntity(RemotePleasureBoatNaturalId remotePleasureBoatNaturalId)
           
 PleasureBoat PleasureBoatDao.remotePleasureBoatNaturalIdToEntity(RemotePleasureBoatNaturalId remotePleasureBoatNaturalId)
          Converts an instance of type RemotePleasureBoatNaturalId to this DAO's entity.
protected  PleasureBoat PleasureBoatDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type PleasureBoat
 void PleasureBoatDaoImpl.clusterPleasureBoatToEntity(ClusterPleasureBoat source, PleasureBoat target, boolean copyIfNull)
           
 void PleasureBoatDao.clusterPleasureBoatToEntity(ClusterPleasureBoat source, PleasureBoat target, boolean copyIfNull)
          Copies the fields of ClusterPleasureBoat to the specified entity.
 void PleasureBoatDaoBase.clusterPleasureBoatToEntity(ClusterPleasureBoat source, PleasureBoat target, boolean copyIfNull)
           
 java.lang.Object PleasureBoatDao.create(int transform, PleasureBoat pleasureBoat)
           Does the same thing as PleasureBoatDao.create(fr.ifremer.allegro.referential.vessel.PleasureBoat) with an additional flag called transform.
 java.lang.Object PleasureBoatDaoBase.create(int transform, PleasureBoat pleasureBoat)
           
 Vessel PleasureBoatDao.create(PleasureBoat pleasureBoat)
          Creates an instance of fr.ifremer.allegro.referential.vessel.PleasureBoat and adds it to the persistent store.
 PleasureBoat PleasureBoatDaoBase.create(PleasureBoat pleasureBoat)
           
 void PleasureBoatDaoImpl.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO source, PleasureBoat target, boolean copyIfNull)
           
 void PleasureBoatDao.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO source, PleasureBoat target, boolean copyIfNull)
          Copies the fields of RemotePleasureBoatFullVO to the specified entity.
 void PleasureBoatDaoBase.remotePleasureBoatFullVOToEntity(RemotePleasureBoatFullVO source, PleasureBoat target, boolean copyIfNull)
           
 void PleasureBoatDaoImpl.remotePleasureBoatNaturalIdToEntity(RemotePleasureBoatNaturalId source, PleasureBoat target, boolean copyIfNull)
           
 void PleasureBoatDao.remotePleasureBoatNaturalIdToEntity(RemotePleasureBoatNaturalId source, PleasureBoat target, boolean copyIfNull)
          Copies the fields of RemotePleasureBoatNaturalId to the specified entity.
 void PleasureBoatDaoBase.remotePleasureBoatNaturalIdToEntity(RemotePleasureBoatNaturalId source, PleasureBoat target, boolean copyIfNull)
           
 void PleasureBoatDao.remove(PleasureBoat pleasureBoat)
          Removes the instance of fr.ifremer.allegro.referential.vessel.PleasureBoat from the persistent store.
 void PleasureBoatDaoBase.remove(PleasureBoat pleasureBoat)
           
 ClusterPleasureBoat PleasureBoatDaoImpl.toClusterPleasureBoat(PleasureBoat entity)
           
 ClusterPleasureBoat PleasureBoatDao.toClusterPleasureBoat(PleasureBoat entity)
          Converts this DAO's entity to an object of type ClusterPleasureBoat.
 ClusterPleasureBoat PleasureBoatDaoBase.toClusterPleasureBoat(PleasureBoat entity)
           
 void PleasureBoatDaoImpl.toClusterPleasureBoat(PleasureBoat source, ClusterPleasureBoat target)
           
 void PleasureBoatDao.toClusterPleasureBoat(PleasureBoat source, ClusterPleasureBoat target)
          Copies the fields of the specified entity to the target value object.
 void PleasureBoatDaoBase.toClusterPleasureBoat(PleasureBoat source, ClusterPleasureBoat target)
           
 RemotePleasureBoatFullVO PleasureBoatDaoImpl.toRemotePleasureBoatFullVO(PleasureBoat entity)
           
 RemotePleasureBoatFullVO PleasureBoatDao.toRemotePleasureBoatFullVO(PleasureBoat entity)
          Converts this DAO's entity to an object of type RemotePleasureBoatFullVO.
 RemotePleasureBoatFullVO PleasureBoatDaoBase.toRemotePleasureBoatFullVO(PleasureBoat entity)
           
 void PleasureBoatDaoImpl.toRemotePleasureBoatFullVO(PleasureBoat source, RemotePleasureBoatFullVO target)
           
 void PleasureBoatDao.toRemotePleasureBoatFullVO(PleasureBoat source, RemotePleasureBoatFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PleasureBoatDaoBase.toRemotePleasureBoatFullVO(PleasureBoat source, RemotePleasureBoatFullVO target)
           
 RemotePleasureBoatNaturalId PleasureBoatDaoImpl.toRemotePleasureBoatNaturalId(PleasureBoat entity)
           
 RemotePleasureBoatNaturalId PleasureBoatDao.toRemotePleasureBoatNaturalId(PleasureBoat entity)
          Converts this DAO's entity to an object of type RemotePleasureBoatNaturalId.
 RemotePleasureBoatNaturalId PleasureBoatDaoBase.toRemotePleasureBoatNaturalId(PleasureBoat entity)
           
 void PleasureBoatDaoImpl.toRemotePleasureBoatNaturalId(PleasureBoat source, RemotePleasureBoatNaturalId target)
           
 void PleasureBoatDao.toRemotePleasureBoatNaturalId(PleasureBoat source, RemotePleasureBoatNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void PleasureBoatDaoBase.toRemotePleasureBoatNaturalId(PleasureBoat source, RemotePleasureBoatNaturalId target)
           
protected  java.lang.Object PleasureBoatDaoBase.transformEntity(int transform, PleasureBoat 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.referential.vessel.PleasureBoatDao, please note that the VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void PleasureBoatDao.update(PleasureBoat pleasureBoat)
          Updates the pleasureBoat instance in the persistent store.
 void PleasureBoatDaoBase.update(PleasureBoat pleasureBoat)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.