fr.ifremer.allegro.referential.regulation.generic.service
Class RemoteFisheryFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteFisheryFullServiceWSDelegator

public class RemoteFisheryFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteFisheryFullService.

See Also:
RemoteFisheryFullService

Constructor Summary
RemoteFisheryFullServiceWSDelegator()
           
 
Method Summary
 RemoteFisheryFullVO addFishery(RemoteFisheryFullVO fishery)
           
 ClusterFishery addOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
 ClusterFishery[] getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteFisheryFullVO[] getAllFishery()
           
 ClusterFishery getClusterFisheryByIdentifiers(java.lang.Integer id)
           
 RemoteFisheryFullVO[] getFisheryByFishingAreaId(java.lang.Integer id)
           
 RemoteFisheryFullVO[] getFisheryByGearId(java.lang.Integer id)
           
 RemoteFisheryFullVO getFisheryById(java.lang.Integer id)
           
 RemoteFisheryFullVO[] getFisheryByIds(java.lang.Integer[] id)
           
 RemoteFisheryFullVO getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
           
 RemoteFisheryFullVO[] getFisheryByTaxonGroupId(java.lang.Integer id)
           
 RemoteFisheryNaturalId getFisheryNaturalIdById(java.lang.Integer id)
           
 RemoteFisheryNaturalId[] getFisheryNaturalIds()
           
 boolean remoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond)
           
 boolean remoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond)
           
 void removeFishery(RemoteFisheryFullVO fishery)
           
 void updateFishery(RemoteFisheryFullVO fishery)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFisheryFullServiceWSDelegator

public RemoteFisheryFullServiceWSDelegator()
Method Detail

addFishery

public RemoteFisheryFullVO addFishery(RemoteFisheryFullVO fishery)
See Also:
RemoteFisheryFullService.addFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

updateFishery

public void updateFishery(RemoteFisheryFullVO fishery)
See Also:
RemoteFisheryFullService.updateFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

removeFishery

public void removeFishery(RemoteFisheryFullVO fishery)
See Also:
RemoteFisheryFullService.removeFishery(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

getAllFishery

public RemoteFisheryFullVO[] getAllFishery()
See Also:
RemoteFisheryFullService.getAllFishery()

getFisheryById

public RemoteFisheryFullVO getFisheryById(java.lang.Integer id)
See Also:
RemoteFisheryFullService.getFisheryById(java.lang.Integer)

getFisheryByIds

public RemoteFisheryFullVO[] getFisheryByIds(java.lang.Integer[] id)
See Also:
RemoteFisheryFullService.getFisheryByIds(java.lang.Integer[])

getFisheryByTaxonGroupId

public RemoteFisheryFullVO[] getFisheryByTaxonGroupId(java.lang.Integer id)
See Also:
RemoteFisheryFullService.getFisheryByTaxonGroupId(java.lang.Integer)

getFisheryByGearId

public RemoteFisheryFullVO[] getFisheryByGearId(java.lang.Integer id)
See Also:
RemoteFisheryFullService.getFisheryByGearId(java.lang.Integer)

getFisheryByFishingAreaId

public RemoteFisheryFullVO[] getFisheryByFishingAreaId(java.lang.Integer id)
See Also:
RemoteFisheryFullService.getFisheryByFishingAreaId(java.lang.Integer)

remoteFisheryFullVOsAreEqualOnIdentifiers

public boolean remoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst,
                                                         RemoteFisheryFullVO remoteFisheryFullVOSecond)
See Also:
RemoteFisheryFullService.remoteFisheryFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

remoteFisheryFullVOsAreEqual

public boolean remoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst,
                                            RemoteFisheryFullVO remoteFisheryFullVOSecond)
See Also:
RemoteFisheryFullService.remoteFisheryFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryFullVO)

getFisheryNaturalIds

public RemoteFisheryNaturalId[] getFisheryNaturalIds()
See Also:
RemoteFisheryFullService.getFisheryNaturalIds()

getFisheryByNaturalId

public RemoteFisheryFullVO getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
See Also:
RemoteFisheryFullService.getFisheryByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteFisheryNaturalId)

getFisheryNaturalIdById

public RemoteFisheryNaturalId getFisheryNaturalIdById(java.lang.Integer id)
See Also:
RemoteFisheryFullService.getFisheryNaturalIdById(java.lang.Integer)

addOrUpdateClusterFishery

public ClusterFishery addOrUpdateClusterFishery(ClusterFishery clusterFishery)
See Also:
RemoteFisheryFullService.addOrUpdateClusterFishery(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterFishery)

getAllClusterFisherySinceDateSynchro

public ClusterFishery[] getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                             java.lang.Integer userId,
                                                             java.lang.Integer[] registrationLocationIds,
                                                             java.lang.Integer pageNumber,
                                                             java.lang.Integer pageSize)
See Also:
RemoteFisheryFullService.getAllClusterFisherySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterFisheryByIdentifiers

public ClusterFishery getClusterFisheryByIdentifiers(java.lang.Integer id)
See Also:
RemoteFisheryFullService.getClusterFisheryByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.