fr.ifremer.allegro.data.operation.generic.service
Interface RemoteOperationFullService
- All Known Implementing Classes:
- RemoteOperationFullServiceBase, RemoteOperationFullServiceImpl
public interface RemoteOperationFullService
addOperation
RemoteOperationFullVO addOperation(RemoteOperationFullVO operation)
updateOperation
void updateOperation(RemoteOperationFullVO operation)
removeOperation
void removeOperation(RemoteOperationFullVO operation)
getAllOperation
RemoteOperationFullVO[] getAllOperation()
getOperationById
RemoteOperationFullVO getOperationById(java.lang.Integer id)
getOperationByIds
RemoteOperationFullVO[] getOperationByIds(java.lang.Integer[] id)
getOperationByVesselCode
RemoteOperationFullVO[] getOperationByVesselCode(java.lang.String code)
getOperationByGearPhysicalFeaturesId
RemoteOperationFullVO[] getOperationByGearPhysicalFeaturesId(java.lang.Integer id)
getOperationByFishingTripId
RemoteOperationFullVO[] getOperationByFishingTripId(java.lang.Integer id)
getOperationByQualityFlagCode
RemoteOperationFullVO[] getOperationByQualityFlagCode(java.lang.String code)
remoteOperationFullVOsAreEqualOnIdentifiers
boolean remoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst,
RemoteOperationFullVO remoteOperationFullVOSecond)
remoteOperationFullVOsAreEqual
boolean remoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst,
RemoteOperationFullVO remoteOperationFullVOSecond)
getOperationNaturalIds
RemoteOperationNaturalId[] getOperationNaturalIds()
getOperationByNaturalId
RemoteOperationFullVO getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
getOperationNaturalIdById
RemoteOperationNaturalId getOperationNaturalIdById(java.lang.Integer id)
getAllClusterOperation
ClusterOperation[] getAllClusterOperation(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterOperationByIdentifiers
ClusterOperation getClusterOperationByIdentifiers(java.lang.Integer id)
addOrUpdateClusterOperation
ClusterOperation addOrUpdateClusterOperation(ClusterOperation clusterOperation)
Copyright © 2008-2010 IFREMER. All Rights Reserved.