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

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

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

Subclasses of ShellfishGatherer in fr.ifremer.allegro.referential.vessel
 class ShellfishGathererImpl
           
 

Methods in fr.ifremer.allegro.referential.vessel that return ShellfishGatherer
 ShellfishGatherer ShellfishGathererDaoImpl.clusterShellfishGathererToEntity(ClusterShellfishGatherer clusterShellfishGatherer)
           
 ShellfishGatherer ShellfishGathererDao.clusterShellfishGathererToEntity(ClusterShellfishGatherer clusterShellfishGatherer)
          Converts an instance of type ClusterShellfishGatherer to this DAO's entity.
 ShellfishGatherer ShellfishGathererDaoBase.create(ShellfishGatherer shellfishGatherer)
           
 ShellfishGatherer ShellfishGathererDaoBase.create(java.lang.String code, Status status, VesselType vesselType)
           
 ShellfishGatherer ShellfishGathererDaoBase.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)
           
 ShellfishGatherer ShellfishGathererDao.createFromClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
           
 ShellfishGatherer ShellfishGathererDaoBase.createFromClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
           
 ShellfishGatherer ShellfishGathererDao.findShellfishGathererByCode(java.lang.String code)
           
 ShellfishGatherer ShellfishGathererDaoBase.findShellfishGathererByCode(java.lang.String code)
           
 ShellfishGatherer ShellfishGathererDao.findShellfishGathererByCode(java.lang.String queryString, java.lang.String code)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByCode(java.lang.String) with an additional argument called queryString.
 ShellfishGatherer ShellfishGathererDaoBase.findShellfishGathererByCode(java.lang.String queryString, java.lang.String code)
           
 ShellfishGatherer ShellfishGathererDao.findShellfishGathererByNaturalId(java.lang.String code)
           
 ShellfishGatherer ShellfishGathererDaoBase.findShellfishGathererByNaturalId(java.lang.String code)
           
 ShellfishGatherer ShellfishGathererDao.findShellfishGathererByNaturalId(java.lang.String queryString, java.lang.String code)
           Does the same thing as ShellfishGathererDao.findShellfishGathererByNaturalId(java.lang.String) with an additional argument called queryString.
 ShellfishGatherer ShellfishGathererDaoBase.findShellfishGathererByNaturalId(java.lang.String queryString, java.lang.String code)
           
protected  ShellfishGatherer ShellfishGathererDaoImpl.handleCreateFromClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
           
protected abstract  ShellfishGatherer ShellfishGathererDaoBase.handleCreateFromClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
          Performs the core logic for ShellfishGathererDaoBase.createFromClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)
 ShellfishGatherer ShellfishGathererDaoBase.load(java.lang.String code)
           
static ShellfishGatherer ShellfishGatherer.Factory.newInstance()
          Constructs a new instance of ShellfishGatherer.
static ShellfishGatherer ShellfishGatherer.Factory.newInstance(Status status, VesselType vesselType)
          Constructs a new instance of ShellfishGatherer, taking all required and/or read-only properties as arguments.
static ShellfishGatherer ShellfishGatherer.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 ShellfishGatherer, taking all possible properties (except the identifier(s))as arguments.
 ShellfishGatherer ShellfishGathererDaoImpl.remoteShellfishGathererFullVOToEntity(RemoteShellfishGathererFullVO remoteShellfishGathererFullVO)
           
 ShellfishGatherer ShellfishGathererDao.remoteShellfishGathererFullVOToEntity(RemoteShellfishGathererFullVO remoteShellfishGathererFullVO)
          Converts an instance of type RemoteShellfishGathererFullVO to this DAO's entity.
 ShellfishGatherer ShellfishGathererDaoImpl.remoteShellfishGathererNaturalIdToEntity(RemoteShellfishGathererNaturalId remoteShellfishGathererNaturalId)
           
 ShellfishGatherer ShellfishGathererDao.remoteShellfishGathererNaturalIdToEntity(RemoteShellfishGathererNaturalId remoteShellfishGathererNaturalId)
          Converts an instance of type RemoteShellfishGathererNaturalId to this DAO's entity.
protected  ShellfishGatherer ShellfishGathererDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type ShellfishGatherer
 void ShellfishGathererDaoImpl.clusterShellfishGathererToEntity(ClusterShellfishGatherer source, ShellfishGatherer target, boolean copyIfNull)
           
 void ShellfishGathererDao.clusterShellfishGathererToEntity(ClusterShellfishGatherer source, ShellfishGatherer target, boolean copyIfNull)
          Copies the fields of ClusterShellfishGatherer to the specified entity.
 void ShellfishGathererDaoBase.clusterShellfishGathererToEntity(ClusterShellfishGatherer source, ShellfishGatherer target, boolean copyIfNull)
           
 java.lang.Object ShellfishGathererDao.create(int transform, ShellfishGatherer shellfishGatherer)
           Does the same thing as ShellfishGathererDao.create(fr.ifremer.allegro.referential.vessel.ShellfishGatherer) with an additional flag called transform.
 java.lang.Object ShellfishGathererDaoBase.create(int transform, ShellfishGatherer shellfishGatherer)
           
 Vessel ShellfishGathererDao.create(ShellfishGatherer shellfishGatherer)
          Creates an instance of fr.ifremer.allegro.referential.vessel.ShellfishGatherer and adds it to the persistent store.
 ShellfishGatherer ShellfishGathererDaoBase.create(ShellfishGatherer shellfishGatherer)
           
 void ShellfishGathererDaoImpl.remoteShellfishGathererFullVOToEntity(RemoteShellfishGathererFullVO source, ShellfishGatherer target, boolean copyIfNull)
           
 void ShellfishGathererDao.remoteShellfishGathererFullVOToEntity(RemoteShellfishGathererFullVO source, ShellfishGatherer target, boolean copyIfNull)
          Copies the fields of RemoteShellfishGathererFullVO to the specified entity.
 void ShellfishGathererDaoBase.remoteShellfishGathererFullVOToEntity(RemoteShellfishGathererFullVO source, ShellfishGatherer target, boolean copyIfNull)
           
 void ShellfishGathererDaoImpl.remoteShellfishGathererNaturalIdToEntity(RemoteShellfishGathererNaturalId source, ShellfishGatherer target, boolean copyIfNull)
           
 void ShellfishGathererDao.remoteShellfishGathererNaturalIdToEntity(RemoteShellfishGathererNaturalId source, ShellfishGatherer target, boolean copyIfNull)
          Copies the fields of RemoteShellfishGathererNaturalId to the specified entity.
 void ShellfishGathererDaoBase.remoteShellfishGathererNaturalIdToEntity(RemoteShellfishGathererNaturalId source, ShellfishGatherer target, boolean copyIfNull)
           
 void ShellfishGathererDao.remove(ShellfishGatherer shellfishGatherer)
          Removes the instance of fr.ifremer.allegro.referential.vessel.ShellfishGatherer from the persistent store.
 void ShellfishGathererDaoBase.remove(ShellfishGatherer shellfishGatherer)
           
 ClusterShellfishGatherer ShellfishGathererDaoImpl.toClusterShellfishGatherer(ShellfishGatherer entity)
           
 ClusterShellfishGatherer ShellfishGathererDao.toClusterShellfishGatherer(ShellfishGatherer entity)
          Converts this DAO's entity to an object of type ClusterShellfishGatherer.
 ClusterShellfishGatherer ShellfishGathererDaoBase.toClusterShellfishGatherer(ShellfishGatherer entity)
           
 void ShellfishGathererDaoImpl.toClusterShellfishGatherer(ShellfishGatherer source, ClusterShellfishGatherer target)
           
 void ShellfishGathererDao.toClusterShellfishGatherer(ShellfishGatherer source, ClusterShellfishGatherer target)
          Copies the fields of the specified entity to the target value object.
 void ShellfishGathererDaoBase.toClusterShellfishGatherer(ShellfishGatherer source, ClusterShellfishGatherer target)
           
 RemoteShellfishGathererFullVO ShellfishGathererDaoImpl.toRemoteShellfishGathererFullVO(ShellfishGatherer entity)
           
 RemoteShellfishGathererFullVO ShellfishGathererDao.toRemoteShellfishGathererFullVO(ShellfishGatherer entity)
          Converts this DAO's entity to an object of type RemoteShellfishGathererFullVO.
 RemoteShellfishGathererFullVO ShellfishGathererDaoBase.toRemoteShellfishGathererFullVO(ShellfishGatherer entity)
           
 void ShellfishGathererDaoImpl.toRemoteShellfishGathererFullVO(ShellfishGatherer source, RemoteShellfishGathererFullVO target)
           
 void ShellfishGathererDao.toRemoteShellfishGathererFullVO(ShellfishGatherer source, RemoteShellfishGathererFullVO target)
          Copies the fields of the specified entity to the target value object.
 void ShellfishGathererDaoBase.toRemoteShellfishGathererFullVO(ShellfishGatherer source, RemoteShellfishGathererFullVO target)
           
 RemoteShellfishGathererNaturalId ShellfishGathererDaoImpl.toRemoteShellfishGathererNaturalId(ShellfishGatherer entity)
           
 RemoteShellfishGathererNaturalId ShellfishGathererDao.toRemoteShellfishGathererNaturalId(ShellfishGatherer entity)
          Converts this DAO's entity to an object of type RemoteShellfishGathererNaturalId.
 RemoteShellfishGathererNaturalId ShellfishGathererDaoBase.toRemoteShellfishGathererNaturalId(ShellfishGatherer entity)
           
 void ShellfishGathererDaoImpl.toRemoteShellfishGathererNaturalId(ShellfishGatherer source, RemoteShellfishGathererNaturalId target)
           
 void ShellfishGathererDao.toRemoteShellfishGathererNaturalId(ShellfishGatherer source, RemoteShellfishGathererNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void ShellfishGathererDaoBase.toRemoteShellfishGathererNaturalId(ShellfishGatherer source, RemoteShellfishGathererNaturalId target)
           
protected  java.lang.Object ShellfishGathererDaoBase.transformEntity(int transform, ShellfishGatherer 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.ShellfishGathererDao, please note that the VesselDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void ShellfishGathererDao.update(ShellfishGatherer shellfishGatherer)
          Updates the shellfishGatherer instance in the persistent store.
 void ShellfishGathererDaoBase.update(ShellfishGatherer shellfishGatherer)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.