fr.ifremer.allegro.data.operation.generic.service
Interface RemoteOperationFullService

All Known Implementing Classes:
RemoteOperationFullServiceBase, RemoteOperationFullServiceImpl

public interface RemoteOperationFullService


Method Summary
 RemoteOperationFullVO addOperation(RemoteOperationFullVO operation)
           
 ClusterOperation addOrUpdateClusterOperation(ClusterOperation clusterOperation)
           
 ClusterOperation[] getAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteOperationFullVO[] getAllOperation()
           
 ClusterOperation getClusterOperationByIdentifiers(java.lang.Integer id)
           
 RemoteOperationFullVO[] getOperationByFishingTripId(java.lang.Integer id)
           
 RemoteOperationFullVO[] getOperationByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteOperationFullVO getOperationById(java.lang.Integer id)
           
 RemoteOperationFullVO[] getOperationByIds(java.lang.Integer[] id)
           
 RemoteOperationFullVO getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 RemoteOperationFullVO[] getOperationByQualityFlagCode(java.lang.String code)
           
 RemoteOperationFullVO[] getOperationByVesselCode(java.lang.String code)
           
 RemoteOperationNaturalId getOperationNaturalIdById(java.lang.Integer id)
           
 RemoteOperationNaturalId[] getOperationNaturalIds()
           
 boolean remoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
 boolean remoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
           
 void removeOperation(RemoteOperationFullVO operation)
           
 void updateOperation(RemoteOperationFullVO operation)
           
 

Method Detail

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.