Uses of Class
fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster.ClusterFishingEffortCalendar

Packages that use ClusterFishingEffortCalendar
fr.ifremer.allegro.data.survey.activity.generic.cluster   
fr.ifremer.allegro.data.survey.fishingEffort   
fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster   
fr.ifremer.allegro.data.survey.fishingEffort.generic.service   
 

Uses of ClusterFishingEffortCalendar in fr.ifremer.allegro.data.survey.activity.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.activity.generic.cluster that return ClusterFishingEffortCalendar
 ClusterFishingEffortCalendar ClusterActivityCalendar.getClusterFishingEffortCalendar()
           
 

Methods in fr.ifremer.allegro.data.survey.activity.generic.cluster with parameters of type ClusterFishingEffortCalendar
 void ClusterActivityCalendar.setClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
           
 

Constructors in fr.ifremer.allegro.data.survey.activity.generic.cluster with parameters of type ClusterFishingEffortCalendar
ClusterActivityCalendar(java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.util.Date creationDate, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterFishingEffortCalendar clusterFishingEffortCalendar, ClusterMetierUseFeatures[] clusterMetierUseFeaturess, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterActivityCalendar(java.lang.Integer id, java.lang.Integer year, java.lang.Boolean directSurveyInvestigation, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterFishingEffortCalendar clusterFishingEffortCalendar, ClusterMetierUseFeatures[] clusterMetierUseFeaturess, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
 

Uses of ClusterFishingEffortCalendar in fr.ifremer.allegro.data.survey.fishingEffort
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort that return ClusterFishingEffortCalendar
 ClusterFishingEffortCalendar FishingEffortCalendarDaoImpl.toClusterFishingEffortCalendar(FishingEffortCalendar entity)
           
 ClusterFishingEffortCalendar FishingEffortCalendarDao.toClusterFishingEffortCalendar(FishingEffortCalendar entity)
          Converts this DAO's entity to an object of type ClusterFishingEffortCalendar.
 ClusterFishingEffortCalendar FishingEffortCalendarDaoBase.toClusterFishingEffortCalendar(FishingEffortCalendar entity)
           
protected  ClusterFishingEffortCalendar FishingEffortCalendarDaoBase.toClusterFishingEffortCalendar(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterFishingEffortCalendar[] FishingEffortCalendarDao.toClusterFishingEffortCalendarArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterFishingEffortCalendar.
 ClusterFishingEffortCalendar[] FishingEffortCalendarDaoBase.toClusterFishingEffortCalendarArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort with parameters of type ClusterFishingEffortCalendar
 FishingEffortCalendar FishingEffortCalendarDaoImpl.clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
           
 FishingEffortCalendar FishingEffortCalendarDao.clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
          Converts an instance of type ClusterFishingEffortCalendar to this DAO's entity.
 void FishingEffortCalendarDaoImpl.clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar source, FishingEffortCalendar target, boolean copyIfNull)
           
 void FishingEffortCalendarDao.clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar source, FishingEffortCalendar target, boolean copyIfNull)
          Copies the fields of ClusterFishingEffortCalendar to the specified entity.
 void FishingEffortCalendarDaoBase.clusterFishingEffortCalendarToEntity(ClusterFishingEffortCalendar source, FishingEffortCalendar target, boolean copyIfNull)
           
 FishingEffortCalendar FishingEffortCalendarDao.createFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
           
 FishingEffortCalendar FishingEffortCalendarDaoBase.createFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
           
protected  FishingEffortCalendar FishingEffortCalendarDaoImpl.handleCreateFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
           
protected abstract  FishingEffortCalendar FishingEffortCalendarDaoBase.handleCreateFromClusterFishingEffortCalendar(ClusterFishingEffortCalendar clusterFishingEffortCalendar)
          Performs the core logic for FishingEffortCalendarDaoBase.createFromClusterFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster.ClusterFishingEffortCalendar)
 void FishingEffortCalendarDaoImpl.toClusterFishingEffortCalendar(FishingEffortCalendar source, ClusterFishingEffortCalendar target)
           
 void FishingEffortCalendarDao.toClusterFishingEffortCalendar(FishingEffortCalendar source, ClusterFishingEffortCalendar target)
          Copies the fields of the specified entity to the target value object.
 void FishingEffortCalendarDaoBase.toClusterFishingEffortCalendar(FishingEffortCalendar source, ClusterFishingEffortCalendar target)
           
 

Uses of ClusterFishingEffortCalendar in fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster with parameters of type ClusterFishingEffortCalendar
 void ClusterFishingEffortCalendar.copy(ClusterFishingEffortCalendar otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.survey.fishingEffort.generic.cluster with parameters of type ClusterFishingEffortCalendar
ClusterFishingEffortCalendar(ClusterFishingEffortCalendar otherBean)
          Copies constructor from other ClusterFishingEffortCalendar
 

Uses of ClusterFishingEffortCalendar in fr.ifremer.allegro.data.survey.fishingEffort.generic.service
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.service that return ClusterFishingEffortCalendar
 ClusterFishingEffortCalendar RemoteFishingEffortCalendarFullService.getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
           
 ClusterFishingEffortCalendar RemoteFishingEffortCalendarFullServiceWSDelegator.getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
           
 ClusterFishingEffortCalendar RemoteFishingEffortCalendarFullServiceBase.getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
           
protected  ClusterFishingEffortCalendar RemoteFishingEffortCalendarFullServiceImpl.handleGetClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterFishingEffortCalendar RemoteFishingEffortCalendarFullServiceBase.handleGetClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteFishingEffortCalendarFullServiceBase.getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.