Uses of Class
fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation

Packages that use ClusterOperation
fr.ifremer.allegro.data.operation   
fr.ifremer.allegro.data.operation.generic.cluster   
fr.ifremer.allegro.data.operation.generic.service   
fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster   
 

Uses of ClusterOperation in fr.ifremer.allegro.data.operation
 

Methods in fr.ifremer.allegro.data.operation that return ClusterOperation
 ClusterOperation[] OperationDao.getAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterOperation[] OperationDaoBase.getAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterOperation[] OperationDaoImpl.handleGetAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterOperation[] OperationDaoBase.handleGetAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for OperationDaoBase.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterOperation OperationDaoBase.toClusterOperation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterOperation OperationDaoImpl.toClusterOperation(Operation entity)
           
 ClusterOperation OperationDao.toClusterOperation(Operation entity)
          Converts this DAO's entity to an object of type ClusterOperation.
 ClusterOperation OperationDaoBase.toClusterOperation(Operation entity)
           
 ClusterOperation[] OperationDao.toClusterOperationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterOperation.
 ClusterOperation[] OperationDaoBase.toClusterOperationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.operation with parameters of type ClusterOperation
 Operation OperationDaoImpl.clusterOperationToEntity(ClusterOperation clusterOperation)
           
 Operation OperationDao.clusterOperationToEntity(ClusterOperation clusterOperation)
          Converts an instance of type ClusterOperation to this DAO's entity.
 void OperationDaoImpl.clusterOperationToEntity(ClusterOperation source, Operation target, boolean copyIfNull)
           
 void OperationDao.clusterOperationToEntity(ClusterOperation source, Operation target, boolean copyIfNull)
          Copies the fields of ClusterOperation to the specified entity.
 void OperationDaoBase.clusterOperationToEntity(ClusterOperation source, Operation target, boolean copyIfNull)
           
 Operation OperationDao.createFromClusterOperation(ClusterOperation clusterOperation)
           
 Operation OperationDaoBase.createFromClusterOperation(ClusterOperation clusterOperation)
           
protected  Operation OperationDaoImpl.handleCreateFromClusterOperation(ClusterOperation clusterOperation)
           
protected abstract  Operation OperationDaoBase.handleCreateFromClusterOperation(ClusterOperation clusterOperation)
          Performs the core logic for OperationDaoBase.createFromClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
 void OperationDaoImpl.toClusterOperation(Operation source, ClusterOperation target)
           
 void OperationDao.toClusterOperation(Operation source, ClusterOperation target)
          Copies the fields of the specified entity to the target value object.
 void OperationDaoBase.toClusterOperation(Operation source, ClusterOperation target)
           
 

Uses of ClusterOperation in fr.ifremer.allegro.data.operation.generic.cluster
 

Subclasses of ClusterOperation in fr.ifremer.allegro.data.operation.generic.cluster
 class ClusterFishingOperation
           
 

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

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

Uses of ClusterOperation in fr.ifremer.allegro.data.operation.generic.service
 

Methods in fr.ifremer.allegro.data.operation.generic.service that return ClusterOperation
 ClusterOperation RemoteOperationFullService.addOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
 ClusterOperation RemoteOperationFullServiceWSDelegator.addOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
 ClusterOperation RemoteOperationFullServiceBase.addOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
 ClusterOperation[] RemoteOperationFullService.getAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterOperation[] RemoteOperationFullServiceWSDelegator.getAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterOperation[] RemoteOperationFullServiceBase.getAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterOperation RemoteOperationFullService.getClusterOperationByIdentifiers(java.lang.Integer id)
           
 ClusterOperation RemoteOperationFullServiceWSDelegator.getClusterOperationByIdentifiers(java.lang.Integer id)
           
 ClusterOperation RemoteOperationFullServiceBase.getClusterOperationByIdentifiers(java.lang.Integer id)
           
protected  ClusterOperation RemoteOperationFullServiceImpl.handleAddOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
protected abstract  ClusterOperation RemoteOperationFullServiceBase.handleAddOrUpdateClusterOperation(ClusterOperation clusterOperation)
          Performs the core logic for RemoteOperationFullServiceBase.addOrUpdateClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
protected  ClusterOperation[] RemoteOperationFullServiceImpl.handleGetAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterOperation[] RemoteOperationFullServiceBase.handleGetAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteOperationFullServiceBase.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterOperation RemoteOperationFullServiceImpl.handleGetClusterOperationByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterOperation RemoteOperationFullServiceBase.handleGetClusterOperationByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getClusterOperationByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.operation.generic.service with parameters of type ClusterOperation
 ClusterOperation RemoteOperationFullService.addOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
 ClusterOperation RemoteOperationFullServiceWSDelegator.addOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
 ClusterOperation RemoteOperationFullServiceBase.addOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
protected  ClusterOperation RemoteOperationFullServiceImpl.handleAddOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
protected abstract  ClusterOperation RemoteOperationFullServiceBase.handleAddOrUpdateClusterOperation(ClusterOperation clusterOperation)
          Performs the core logic for RemoteOperationFullServiceBase.addOrUpdateClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
 

Uses of ClusterOperation in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster that return ClusterOperation
 ClusterOperation[] ClusterFishingTrip.getClusterOperations()
           
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster with parameters of type ClusterOperation
 void ClusterFishingTrip.setClusterOperations(ClusterOperation[] clusterOperations)
           
 

Constructors in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster with parameters of type ClusterOperation
ClusterFishingTrip(java.util.Date departureDateTime, java.util.Date returnDateTime, java.util.Date creationDate, RemoteLocationNaturalId returnLocationNaturalId, RemoteLocationNaturalId departureLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterFishingOperation[] clusterOperationsOfFishingOperation, ClusterOperation[] clusterOperations, ClusterTransshipment[] clusterTransshipments, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterObservedLanding[] clusterLandingsOfObservedLanding, ClusterLanding[] clusterLandings, ClusterFishingTripOrigin[] clusterFishingTripOrigins, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterFishingTrip(java.lang.Integer id, java.util.Date departureDateTime, java.util.Date returnDateTime, 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, RemoteLocationNaturalId returnLocationNaturalId, RemoteLocationNaturalId departureLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteScientificCruiseNaturalId scientificCruiseNaturalId, RemoteDeclaredDocumentReferenceNaturalId declaredDocumentReferenceNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterFishingOperation[] clusterOperationsOfFishingOperation, ClusterOperation[] clusterOperations, ClusterTransshipment[] clusterTransshipments, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterObservedLanding[] clusterLandingsOfObservedLanding, ClusterLanding[] clusterLandings, ClusterFishingTripOrigin[] clusterFishingTripOrigins, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterSurveyMeasurement[] clusterSurveyMeasurements)
           
ClusterObservedFishingTrip(java.util.Date departureDateTime, java.util.Date returnDateTime, java.util.Date creationDate, RemoteLocationNaturalId returnLocationNaturalId, RemoteLocationNaturalId departureLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterFishingOperation[] clusterOperationsOfFishingOperation, ClusterOperation[] clusterOperations, ClusterTransshipment[] clusterTransshipments, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterObservedLanding[] clusterLandingsOfObservedLanding, ClusterLanding[] clusterLandings, ClusterFishingTripOrigin[] clusterFishingTripOrigins, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId, ClusterExpectedSale[] clusterExpectedSales)
           
ClusterObservedFishingTrip(java.lang.Integer id, java.util.Date departureDateTime, java.util.Date returnDateTime, 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, RemoteLocationNaturalId returnLocationNaturalId, RemoteLocationNaturalId departureLocationNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteScientificCruiseNaturalId scientificCruiseNaturalId, RemoteDeclaredDocumentReferenceNaturalId declaredDocumentReferenceNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemotePersonNaturalId recorderPersonNaturalId, java.lang.String synchronizationStatus, ClusterGearPhysicalFeatures[] clusterGearPhysicalFeaturess, ClusterFishingOperation[] clusterOperationsOfFishingOperation, ClusterOperation[] clusterOperations, ClusterTransshipment[] clusterTransshipments, ClusterVesselUseFeatures[] clusterVesselUseFeaturess, ClusterObservedLanding[] clusterLandingsOfObservedLanding, ClusterLanding[] clusterLandings, ClusterFishingTripOrigin[] clusterFishingTripOrigins, ClusterObservedSale[] clusterSalesOfObservedSale, ClusterSale[] clusterSales, ClusterSurveyMeasurement[] clusterSurveyMeasurements, RemotePersonNaturalId[] observerPersonsNaturalId, ClusterExpectedSale[] clusterExpectedSales)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.