fr.ifremer.allegro.data.operation.generic.service
Class RemoteOperationFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.data.operation.generic.service.RemoteOperationFullServiceWSDelegator

public class RemoteOperationFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteOperationFullService.

See Also:
RemoteOperationFullService

Constructor Summary
RemoteOperationFullServiceWSDelegator()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteOperationFullServiceWSDelegator

public RemoteOperationFullServiceWSDelegator()
Method Detail

addOperation

public RemoteOperationFullVO addOperation(RemoteOperationFullVO operation)
See Also:
RemoteOperationFullService.addOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

updateOperation

public void updateOperation(RemoteOperationFullVO operation)
See Also:
RemoteOperationFullService.updateOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

removeOperation

public void removeOperation(RemoteOperationFullVO operation)
See Also:
RemoteOperationFullService.removeOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

getAllOperation

public RemoteOperationFullVO[] getAllOperation()
See Also:
RemoteOperationFullService.getAllOperation()

getOperationById

public RemoteOperationFullVO getOperationById(java.lang.Integer id)
See Also:
RemoteOperationFullService.getOperationById(java.lang.Integer)

getOperationByIds

public RemoteOperationFullVO[] getOperationByIds(java.lang.Integer[] id)
See Also:
RemoteOperationFullService.getOperationByIds(java.lang.Integer[])

getOperationByVesselCode

public RemoteOperationFullVO[] getOperationByVesselCode(java.lang.String code)
See Also:
RemoteOperationFullService.getOperationByVesselCode(java.lang.String)

getOperationByGearPhysicalFeaturesId

public RemoteOperationFullVO[] getOperationByGearPhysicalFeaturesId(java.lang.Integer id)
See Also:
RemoteOperationFullService.getOperationByGearPhysicalFeaturesId(java.lang.Integer)

getOperationByFishingTripId

public RemoteOperationFullVO[] getOperationByFishingTripId(java.lang.Integer id)
See Also:
RemoteOperationFullService.getOperationByFishingTripId(java.lang.Integer)

getOperationByQualityFlagCode

public RemoteOperationFullVO[] getOperationByQualityFlagCode(java.lang.String code)
See Also:
RemoteOperationFullService.getOperationByQualityFlagCode(java.lang.String)

remoteOperationFullVOsAreEqualOnIdentifiers

public boolean remoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst,
                                                           RemoteOperationFullVO remoteOperationFullVOSecond)
See Also:
RemoteOperationFullService.remoteOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

remoteOperationFullVOsAreEqual

public boolean remoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst,
                                              RemoteOperationFullVO remoteOperationFullVOSecond)
See Also:
RemoteOperationFullService.remoteOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

getOperationNaturalIds

public RemoteOperationNaturalId[] getOperationNaturalIds()
See Also:
RemoteOperationFullService.getOperationNaturalIds()

getOperationByNaturalId

public RemoteOperationFullVO getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
See Also:
RemoteOperationFullService.getOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)

getOperationNaturalIdById

public RemoteOperationNaturalId getOperationNaturalIdById(java.lang.Integer id)
See Also:
RemoteOperationFullService.getOperationNaturalIdById(java.lang.Integer)

getAllClusterOperation

public ClusterOperation[] getAllClusterOperation(java.lang.Integer userId,
                                                 java.lang.Integer[] registrationLocationIds,
                                                 java.lang.Integer pageNumber,
                                                 java.lang.Integer pageSize)
See Also:
RemoteOperationFullService.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterOperationByIdentifiers

public ClusterOperation getClusterOperationByIdentifiers(java.lang.Integer id)
See Also:
RemoteOperationFullService.getClusterOperationByIdentifiers(java.lang.Integer)

addOrUpdateClusterOperation

public ClusterOperation addOrUpdateClusterOperation(ClusterOperation clusterOperation)
See Also:
RemoteOperationFullService.addOrUpdateClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)


Copyright © 2008-2010 IFREMER. All Rights Reserved.