fr.ifremer.allegro.playground.generic.service
Class RemotePlaygroundFishingEffortZoneFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.playground.generic.service.RemotePlaygroundFishingEffortZoneFullServiceWSDelegator

public class RemotePlaygroundFishingEffortZoneFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemotePlaygroundFishingEffortZoneFullService.

See Also:
RemotePlaygroundFishingEffortZoneFullService

Constructor Summary
RemotePlaygroundFishingEffortZoneFullServiceWSDelegator()
           
 
Method Summary
 RemotePlaygroundFishingEffortZoneFullVO addPlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
           
 RemotePlaygroundFishingEffortZoneFullVO[] getAllPlaygroundFishingEffortZone()
           
 ClusterPlaygroundFishingEffortZone getClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer id)
           
 RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer id)
           
 RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByGearId(java.lang.Integer id)
           
 RemotePlaygroundFishingEffortZoneFullVO getPlaygroundFishingEffortZoneById(java.lang.Integer id)
           
 RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByIds(java.lang.Integer[] id)
           
 RemotePlaygroundFishingEffortZoneFullVO getPlaygroundFishingEffortZoneByNaturalId(RemotePlaygroundFishingEffortZoneNaturalId playgroundFishingEffortZoneNaturalId)
           
 RemotePlaygroundFishingEffortZoneNaturalId getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer id)
           
 RemotePlaygroundFishingEffortZoneNaturalId[] getPlaygroundFishingEffortZoneNaturalIds()
           
 boolean remotePlaygroundFishingEffortZoneFullVOsAreEqual(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst, RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
           
 boolean remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst, RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
           
 void removePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
           
 void updatePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePlaygroundFishingEffortZoneFullServiceWSDelegator

public RemotePlaygroundFishingEffortZoneFullServiceWSDelegator()
Method Detail

addPlaygroundFishingEffortZone

public RemotePlaygroundFishingEffortZoneFullVO addPlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
See Also:
RemotePlaygroundFishingEffortZoneFullService.addPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

updatePlaygroundFishingEffortZone

public void updatePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
See Also:
RemotePlaygroundFishingEffortZoneFullService.updatePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

removePlaygroundFishingEffortZone

public void removePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
See Also:
RemotePlaygroundFishingEffortZoneFullService.removePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

getAllPlaygroundFishingEffortZone

public RemotePlaygroundFishingEffortZoneFullVO[] getAllPlaygroundFishingEffortZone()
See Also:
RemotePlaygroundFishingEffortZoneFullService.getAllPlaygroundFishingEffortZone()

getPlaygroundFishingEffortZoneById

public RemotePlaygroundFishingEffortZoneFullVO getPlaygroundFishingEffortZoneById(java.lang.Integer id)
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneById(java.lang.Integer)

getPlaygroundFishingEffortZoneByIds

public RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByIds(java.lang.Integer[] id)
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByIds(java.lang.Integer[])

getPlaygroundFishingEffortZoneByFishingTripId

public RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer id)
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer)

getPlaygroundFishingEffortZoneByGearId

public RemotePlaygroundFishingEffortZoneFullVO[] getPlaygroundFishingEffortZoneByGearId(java.lang.Integer id)
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByGearId(java.lang.Integer)

remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers

public boolean remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst,
                                                                             RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
See Also:
RemotePlaygroundFishingEffortZoneFullService.remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

remotePlaygroundFishingEffortZoneFullVOsAreEqual

public boolean remotePlaygroundFishingEffortZoneFullVOsAreEqual(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst,
                                                                RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
See Also:
RemotePlaygroundFishingEffortZoneFullService.remotePlaygroundFishingEffortZoneFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

getPlaygroundFishingEffortZoneNaturalIds

public RemotePlaygroundFishingEffortZoneNaturalId[] getPlaygroundFishingEffortZoneNaturalIds()
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneNaturalIds()

getPlaygroundFishingEffortZoneByNaturalId

public RemotePlaygroundFishingEffortZoneFullVO getPlaygroundFishingEffortZoneByNaturalId(RemotePlaygroundFishingEffortZoneNaturalId playgroundFishingEffortZoneNaturalId)
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId)

getPlaygroundFishingEffortZoneNaturalIdById

public RemotePlaygroundFishingEffortZoneNaturalId getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer id)
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer)

getClusterPlaygroundFishingEffortZoneByIdentifiers

public ClusterPlaygroundFishingEffortZone getClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer id)
See Also:
RemotePlaygroundFishingEffortZoneFullService.getClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.