|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ClusterFishingOperation in fr.ifremer.allegro.data.operation |
---|
Methods in fr.ifremer.allegro.data.operation that return ClusterFishingOperation | |
---|---|
ClusterFishingOperation[] |
FishingOperationDao.getAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterFishingOperation[] |
FishingOperationDaoBase.getAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected ClusterFishingOperation[] |
FishingOperationDaoImpl.handleGetAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterFishingOperation[] |
FishingOperationDaoBase.handleGetAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for FishingOperationDaoBase.getAllClusterFishingOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
ClusterFishingOperation |
FishingOperationDaoImpl.toClusterFishingOperation(FishingOperation entity)
|
ClusterFishingOperation |
FishingOperationDao.toClusterFishingOperation(FishingOperation entity)
Converts this DAO's entity to an object of type ClusterFishingOperation . |
ClusterFishingOperation |
FishingOperationDaoBase.toClusterFishingOperation(FishingOperation entity)
|
protected ClusterFishingOperation |
FishingOperationDaoBase.toClusterFishingOperation(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
ClusterFishingOperation[] |
FishingOperationDao.toClusterFishingOperationArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type ClusterFishingOperation . |
ClusterFishingOperation[] |
FishingOperationDaoBase.toClusterFishingOperationArray(java.util.Collection entities)
|
Uses of ClusterFishingOperation in fr.ifremer.allegro.data.operation.generic.cluster |
---|
Methods in fr.ifremer.allegro.data.operation.generic.cluster with parameters of type ClusterFishingOperation | |
---|---|
void |
ClusterFishingOperation.copy(ClusterFishingOperation 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 ClusterFishingOperation | |
---|---|
ClusterFishingOperation(ClusterFishingOperation otherBean)
Copies constructor from other ClusterFishingOperation |
Uses of ClusterFishingOperation in fr.ifremer.allegro.data.operation.generic.service |
---|
Methods in fr.ifremer.allegro.data.operation.generic.service that return ClusterFishingOperation | |
---|---|
ClusterFishingOperation |
RemoteFishingOperationFullService.addOrUpdateClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
|
ClusterFishingOperation |
RemoteFishingOperationFullServiceWSDelegator.addOrUpdateClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
|
ClusterFishingOperation |
RemoteFishingOperationFullServiceBase.addOrUpdateClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
|
ClusterFishingOperation[] |
RemoteFishingOperationFullService.getAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterFishingOperation[] |
RemoteFishingOperationFullServiceWSDelegator.getAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterFishingOperation[] |
RemoteFishingOperationFullServiceBase.getAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
ClusterFishingOperation |
RemoteFishingOperationFullService.getClusterFishingOperationByIdentifiers(java.lang.Integer id)
|
ClusterFishingOperation |
RemoteFishingOperationFullServiceWSDelegator.getClusterFishingOperationByIdentifiers(java.lang.Integer id)
|
ClusterFishingOperation |
RemoteFishingOperationFullServiceBase.getClusterFishingOperationByIdentifiers(java.lang.Integer id)
|
protected ClusterFishingOperation |
RemoteFishingOperationFullServiceImpl.handleAddOrUpdateClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
|
protected abstract ClusterFishingOperation |
RemoteFishingOperationFullServiceBase.handleAddOrUpdateClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
Performs the core logic for RemoteFishingOperationFullServiceBase.addOrUpdateClusterFishingOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterFishingOperation) |
protected ClusterFishingOperation[] |
RemoteFishingOperationFullServiceImpl.handleGetAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
protected abstract ClusterFishingOperation[] |
RemoteFishingOperationFullServiceBase.handleGetAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
Performs the core logic for RemoteFishingOperationFullServiceBase.getAllClusterFishingOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected ClusterFishingOperation |
RemoteFishingOperationFullServiceImpl.handleGetClusterFishingOperationByIdentifiers(java.lang.Integer id)
|
protected abstract ClusterFishingOperation |
RemoteFishingOperationFullServiceBase.handleGetClusterFishingOperationByIdentifiers(java.lang.Integer id)
Performs the core logic for RemoteFishingOperationFullServiceBase.getClusterFishingOperationByIdentifiers(java.lang.Integer) |
Uses of ClusterFishingOperation in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster |
---|
Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster that return ClusterFishingOperation | |
---|---|
ClusterFishingOperation[] |
ClusterFishingTrip.getClusterOperationsOfFishingOperation()
|
Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster with parameters of type ClusterFishingOperation | |
---|---|
void |
ClusterFishingTrip.setClusterOperationsOfFishingOperation(ClusterFishingOperation[] clusterOperationsOfFishingOperation)
|
Constructors in fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster with parameters of type ClusterFishingOperation | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |