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

Packages that use PlaygroundVesselMaster
fr.ifremer.allegro.playground   
 

Uses of PlaygroundVesselMaster in fr.ifremer.allegro.playground
 

Subclasses of PlaygroundVesselMaster in fr.ifremer.allegro.playground
 class PlaygroundVesselMasterImpl
           
 

Methods in fr.ifremer.allegro.playground that return PlaygroundVesselMaster
 PlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Converts an instance of type ClusterPlaygroundVesselMaster to this DAO's entity.
 PlaygroundVesselMaster PlaygroundVesselMasterDao.create(PlaygroundVesselMaster playgroundVesselMaster)
          Creates an instance of fr.ifremer.allegro.playground.PlaygroundVesselMaster and adds it to the persistent store.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.create(PlaygroundVesselMaster playgroundVesselMaster)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.create(java.lang.String registrationCode)
           Creates a new fr.ifremer.allegro.playground.PlaygroundVesselMaster instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.create(java.lang.String registrationCode)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.create(java.lang.String registrationCode, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate)
           Creates a new fr.ifremer.allegro.playground.PlaygroundVesselMaster instance from all attributes and properties and adds it to the persistent store.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.create(java.lang.String registrationCode, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.createFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.createFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.Integer id)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.findPlaygroundVesselMasterById(java.lang.Integer id)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterById(java.lang.Integer) with an additional argument called queryString.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.findPlaygroundVesselMasterById(java.lang.String queryString, java.lang.Integer id)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.Integer id)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.findPlaygroundVesselMasterByNaturalId(java.lang.Integer id)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PlaygroundVesselMasterDao.findPlaygroundVesselMasterByNaturalId(java.lang.Integer) with an additional argument called queryString.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.findPlaygroundVesselMasterByNaturalId(java.lang.String queryString, java.lang.Integer id)
           
 PlaygroundVesselMaster PlaygroundFishingTripVesselMasterPK.getPlaygroundVesselMaster()
           
protected  PlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
protected abstract  PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.handleCreateFromClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
          Performs the core logic for PlaygroundVesselMasterDaoBase.createFromClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
 PlaygroundVesselMaster PlaygroundVesselMasterDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.playground.PlaygroundVesselMaster from the persistent store.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.load(java.lang.Integer id)
           
static PlaygroundVesselMaster PlaygroundVesselMaster.Factory.newInstance()
          Constructs a new instance of PlaygroundVesselMaster.
static PlaygroundVesselMaster PlaygroundVesselMaster.Factory.newInstance(java.lang.String registrationCode)
          Constructs a new instance of PlaygroundVesselMaster, taking all required and/or read-only properties as arguments.
static PlaygroundVesselMaster PlaygroundVesselMaster.Factory.newInstance(java.lang.String registrationCode, java.lang.String lastname, java.lang.String firstname, java.lang.String street, java.lang.String zipCode, java.lang.String city, java.sql.Timestamp updateDate)
          Constructs a new instance of PlaygroundVesselMaster, taking all possible properties (except the identifier(s))as arguments.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVO)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVO)
          Converts an instance of type RemotePlaygroundVesselMasterFullVO to this DAO's entity.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId remotePlaygroundVesselMasterNaturalId)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId remotePlaygroundVesselMasterNaturalId)
          Converts an instance of type RemotePlaygroundVesselMasterNaturalId to this DAO's entity.
protected  PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.playground with parameters of type PlaygroundVesselMaster
 void PlaygroundVesselMasterDaoImpl.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 void PlaygroundVesselMasterDao.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
          Copies the fields of ClusterPlaygroundVesselMaster to the specified entity.
 void PlaygroundVesselMasterDaoBase.clusterPlaygroundVesselMasterToEntity(ClusterPlaygroundVesselMaster source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDao.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.
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDaoBase.create(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.create(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object PlaygroundVesselMasterDao.create(int transform, PlaygroundVesselMaster playgroundVesselMaster)
           Does the same thing as PlaygroundVesselMasterDao.create(fr.ifremer.allegro.playground.PlaygroundVesselMaster) with an additional flag called transform.
 java.lang.Object PlaygroundVesselMasterDaoBase.create(int transform, PlaygroundVesselMaster playgroundVesselMaster)
           
 PlaygroundVesselMaster PlaygroundVesselMasterDao.create(PlaygroundVesselMaster playgroundVesselMaster)
          Creates an instance of fr.ifremer.allegro.playground.PlaygroundVesselMaster and adds it to the persistent store.
 PlaygroundVesselMaster PlaygroundVesselMasterDaoBase.create(PlaygroundVesselMaster playgroundVesselMaster)
           
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByIdentifiers(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object PlaygroundFishingTripVesselMasterDao.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.
 java.lang.Object PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByIdentifiers(int transform, java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByIdentifiers(java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByNaturalId(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object PlaygroundFishingTripVesselMasterDao.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.
 java.lang.Object PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByNaturalId(int transform, java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDao.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.
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByNaturalId(java.lang.String queryString, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, java.lang.String queryString, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(int transform, java.lang.String queryString, PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDao.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String queryString, int pageNumber, int pageSize, PlaygroundVesselMaster playgroundVesselMaster)
           
 java.util.Collection PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.findPlaygroundFishingTripVesselMasterByPlaygroundVesselMaster(java.lang.String queryString, PlaygroundVesselMaster playgroundVesselMaster)
           
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDao.load(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
          Loads an instance of fr.ifremer.allegro.playground.PlaygroundFishingTripVesselMaster from the persistent store.
 PlaygroundFishingTripVesselMaster PlaygroundFishingTripVesselMasterDaoBase.load(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 java.lang.Object PlaygroundFishingTripVesselMasterDao.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.lang.Object PlaygroundFishingTripVesselMasterDaoBase.load(int transform, java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 void PlaygroundVesselMasterDaoImpl.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 void PlaygroundVesselMasterDao.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundVesselMasterFullVO to the specified entity.
 void PlaygroundVesselMasterDaoBase.remotePlaygroundVesselMasterFullVOToEntity(RemotePlaygroundVesselMasterFullVO source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 void PlaygroundVesselMasterDaoImpl.remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 void PlaygroundVesselMasterDao.remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId source, PlaygroundVesselMaster target, boolean copyIfNull)
          Copies the fields of RemotePlaygroundVesselMasterNaturalId to the specified entity.
 void PlaygroundVesselMasterDaoBase.remotePlaygroundVesselMasterNaturalIdToEntity(RemotePlaygroundVesselMasterNaturalId source, PlaygroundVesselMaster target, boolean copyIfNull)
           
 void PlaygroundFishingTripVesselMasterDao.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 PlaygroundFishingTripVesselMasterDaoBase.remove(java.lang.Integer rank, PlaygroundVesselMaster playgroundVesselMaster, FishingTrip fishingTrip)
           
 void PlaygroundVesselMasterDao.remove(PlaygroundVesselMaster playgroundVesselMaster)
          Removes the instance of fr.ifremer.allegro.playground.PlaygroundVesselMaster from the persistent store.
 void PlaygroundVesselMasterDaoBase.remove(PlaygroundVesselMaster playgroundVesselMaster)
           
 void PlaygroundFishingTripVesselMasterPK.setPlaygroundVesselMaster(PlaygroundVesselMaster playgroundVesselMaster)
           
 ClusterPlaygroundVesselMaster PlaygroundVesselMasterDaoImpl.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
           
 ClusterPlaygroundVesselMaster PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
          Converts this DAO's entity to an object of type ClusterPlaygroundVesselMaster.
 ClusterPlaygroundVesselMaster PlaygroundVesselMasterDaoBase.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster entity)
           
 void PlaygroundVesselMasterDaoImpl.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
           
 void PlaygroundVesselMasterDao.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
          Copies the fields of the specified entity to the target value object.
 void PlaygroundVesselMasterDaoBase.toClusterPlaygroundVesselMaster(PlaygroundVesselMaster source, ClusterPlaygroundVesselMaster target)
           
 RemotePlaygroundVesselMasterFullVO PlaygroundVesselMasterDaoImpl.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
           
 RemotePlaygroundVesselMasterFullVO PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
          Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterFullVO.
 RemotePlaygroundVesselMasterFullVO PlaygroundVesselMasterDaoBase.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster entity)
           
 void PlaygroundVesselMasterDaoImpl.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
           
 void PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PlaygroundVesselMasterDaoBase.toRemotePlaygroundVesselMasterFullVO(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterFullVO target)
           
 RemotePlaygroundVesselMasterNaturalId PlaygroundVesselMasterDaoImpl.toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster entity)
           
 RemotePlaygroundVesselMasterNaturalId PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster entity)
          Converts this DAO's entity to an object of type RemotePlaygroundVesselMasterNaturalId.
 RemotePlaygroundVesselMasterNaturalId PlaygroundVesselMasterDaoBase.toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster entity)
           
 void PlaygroundVesselMasterDaoImpl.toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterNaturalId target)
           
 void PlaygroundVesselMasterDao.toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void PlaygroundVesselMasterDaoBase.toRemotePlaygroundVesselMasterNaturalId(PlaygroundVesselMaster source, RemotePlaygroundVesselMasterNaturalId target)
           
protected  java.lang.Object PlaygroundVesselMasterDaoBase.transformEntity(int transform, PlaygroundVesselMaster 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.PlaygroundVesselMasterDao, please note that the PlaygroundVesselMasterDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void PlaygroundVesselMasterDao.update(PlaygroundVesselMaster playgroundVesselMaster)
          Updates the playgroundVesselMaster instance in the persistent store.
 void PlaygroundVesselMasterDaoBase.update(PlaygroundVesselMaster playgroundVesselMaster)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.