|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |