fr.ifremer.allegro.data.operation.generic.service
Interface RemoteFishingOperationFullService
- All Known Implementing Classes:
- RemoteFishingOperationFullServiceBase, RemoteFishingOperationFullServiceImpl
public interface RemoteFishingOperationFullService
addFishingOperation
RemoteFishingOperationFullVO addFishingOperation(RemoteFishingOperationFullVO fishingOperation)
updateFishingOperation
void updateFishingOperation(RemoteFishingOperationFullVO fishingOperation)
removeFishingOperation
void removeFishingOperation(RemoteFishingOperationFullVO fishingOperation)
getAllFishingOperation
RemoteFishingOperationFullVO[] getAllFishingOperation()
getFishingOperationById
RemoteFishingOperationFullVO getFishingOperationById(java.lang.Integer id)
getFishingOperationByIds
RemoteFishingOperationFullVO[] getFishingOperationByIds(java.lang.Integer[] id)
getFishingOperationByCatchBatchId
RemoteFishingOperationFullVO getFishingOperationByCatchBatchId(java.lang.Integer id)
getFishingOperationByVesselCode
RemoteFishingOperationFullVO[] getFishingOperationByVesselCode(java.lang.String code)
getFishingOperationByGearPhysicalFeaturesId
RemoteFishingOperationFullVO[] getFishingOperationByGearPhysicalFeaturesId(java.lang.Integer id)
getFishingOperationByFishingTripId
RemoteFishingOperationFullVO[] getFishingOperationByFishingTripId(java.lang.Integer id)
getFishingOperationByQualityFlagCode
RemoteFishingOperationFullVO[] getFishingOperationByQualityFlagCode(java.lang.String code)
remoteFishingOperationFullVOsAreEqualOnIdentifiers
boolean remoteFishingOperationFullVOsAreEqualOnIdentifiers(RemoteFishingOperationFullVO remoteFishingOperationFullVOFirst,
RemoteFishingOperationFullVO remoteFishingOperationFullVOSecond)
remoteFishingOperationFullVOsAreEqual
boolean remoteFishingOperationFullVOsAreEqual(RemoteFishingOperationFullVO remoteFishingOperationFullVOFirst,
RemoteFishingOperationFullVO remoteFishingOperationFullVOSecond)
getFishingOperationNaturalIds
RemoteFishingOperationNaturalId[] getFishingOperationNaturalIds()
getFishingOperationByNaturalId
RemoteFishingOperationFullVO getFishingOperationByNaturalId(RemoteFishingOperationNaturalId fishingOperationNaturalId)
getFishingOperationNaturalIdById
RemoteFishingOperationNaturalId getFishingOperationNaturalIdById(java.lang.Integer id)
getAllClusterFishingOperation
ClusterFishingOperation[] getAllClusterFishingOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterFishingOperationByIdentifiers
ClusterFishingOperation getClusterFishingOperationByIdentifiers(java.lang.Integer id)
addOrUpdateClusterFishingOperation
ClusterFishingOperation addOrUpdateClusterFishingOperation(ClusterFishingOperation clusterFishingOperation)
Copyright © 2008-2010 IFREMER. All Rights Reserved.