fr.ifremer.allegro.data.vessel.feature.physical.generic.service
Class RemoteGearPhysicalFeaturesFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesFullServiceWSDelegator

public class RemoteGearPhysicalFeaturesFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteGearPhysicalFeaturesFullService.

See Also:
RemoteGearPhysicalFeaturesFullService

Constructor Summary
RemoteGearPhysicalFeaturesFullServiceWSDelegator()
           
 
Method Summary
 RemoteGearPhysicalFeaturesFullVO addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 ClusterGearPhysicalFeatures addOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
           
 ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteGearPhysicalFeaturesFullVO[] getAllGearPhysicalFeatures()
           
 ClusterGearPhysicalFeatures getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByGearId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesNaturalId getGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesNaturalId[] getGearPhysicalFeaturesNaturalIds()
           
 boolean remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 boolean remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 void removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 void updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearPhysicalFeaturesFullServiceWSDelegator

public RemoteGearPhysicalFeaturesFullServiceWSDelegator()
Method Detail

addGearPhysicalFeatures

public RemoteGearPhysicalFeaturesFullVO addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
See Also:
RemoteGearPhysicalFeaturesFullService.addGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

updateGearPhysicalFeatures

public void updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
See Also:
RemoteGearPhysicalFeaturesFullService.updateGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

removeGearPhysicalFeatures

public void removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
See Also:
RemoteGearPhysicalFeaturesFullService.removeGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

getAllGearPhysicalFeatures

public RemoteGearPhysicalFeaturesFullVO[] getAllGearPhysicalFeatures()
See Also:
RemoteGearPhysicalFeaturesFullService.getAllGearPhysicalFeatures()

getGearPhysicalFeaturesById

public RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesById(java.lang.Integer id)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesById(java.lang.Integer)

getGearPhysicalFeaturesByIds

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByIds(java.lang.Integer[])

getGearPhysicalFeaturesByGearId

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByGearId(java.lang.Integer id)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByGearId(java.lang.Integer)

getGearPhysicalFeaturesByPhysicalGearSurveyId

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)

getGearPhysicalFeaturesByFishingTripId

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByFishingTripId(java.lang.Integer)

getGearPhysicalFeaturesByVesselCode

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByVesselCode(java.lang.String code)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByVesselCode(java.lang.String)

getGearPhysicalFeaturesByQualityFlagCode

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByQualityFlagCode(java.lang.String)

getGearPhysicalFeaturesByProgramCode

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByProgramCode(java.lang.String code)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByProgramCode(java.lang.String)

remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers

public boolean remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst,
                                                                      RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
See Also:
RemoteGearPhysicalFeaturesFullService.remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

remoteGearPhysicalFeaturesFullVOsAreEqual

public boolean remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst,
                                                         RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
See Also:
RemoteGearPhysicalFeaturesFullService.remoteGearPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

getGearPhysicalFeaturesNaturalIds

public RemoteGearPhysicalFeaturesNaturalId[] getGearPhysicalFeaturesNaturalIds()
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesNaturalIds()

getGearPhysicalFeaturesByNaturalId

public RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)

getGearPhysicalFeaturesNaturalIdById

public RemoteGearPhysicalFeaturesNaturalId getGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesNaturalIdById(java.lang.Integer)

getAllClusterGearPhysicalFeaturesSinceDateSynchro

public ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                       java.lang.Integer userId,
                                                                                       java.lang.Integer[] registrationLocationIds,
                                                                                       java.lang.Integer pageNumber,
                                                                                       java.lang.Integer pageSize)
See Also:
RemoteGearPhysicalFeaturesFullService.getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterGearPhysicalFeaturesByIdentifiers

public ClusterGearPhysicalFeatures getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)
See Also:
RemoteGearPhysicalFeaturesFullService.getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer)

addOrUpdateClusterGearPhysicalFeatures

public ClusterGearPhysicalFeatures addOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
See Also:
RemoteGearPhysicalFeaturesFullService.addOrUpdateClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)


Copyright © 2008-2010 IFREMER. All Rights Reserved.