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

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

public class RemoteRightToProduceFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteRightToProduceFullService.

See Also:
RemoteRightToProduceFullService

Constructor Summary
RemoteRightToProduceFullServiceWSDelegator()
           
 
Method Summary
 ClusterRightToProduce addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
 RemoteRightToProduceFullVO addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 ClusterRightToProduce[] getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteRightToProduceFullVO[] getAllRightToProduce()
           
 ClusterRightToProduce getClusterRightToProduceByIdentifiers(java.lang.Integer id)
           
 RemoteRightToProduceFullVO getRightToProduceByCorpusId(java.lang.Integer id)
           
 RemoteRightToProduceFullVO getRightToProduceById(java.lang.Integer id)
           
 RemoteRightToProduceFullVO[] getRightToProduceByIds(java.lang.Integer[] id)
           
 RemoteRightToProduceFullVO getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
 RemoteRightToProduceNaturalId getRightToProduceNaturalIdById(java.lang.Integer id)
           
 RemoteRightToProduceNaturalId[] getRightToProduceNaturalIds()
           
 boolean remoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 boolean remoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 void removeRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 void updateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRightToProduceFullServiceWSDelegator

public RemoteRightToProduceFullServiceWSDelegator()
Method Detail

addRightToProduce

public RemoteRightToProduceFullVO addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
See Also:
RemoteRightToProduceFullService.addRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

updateRightToProduce

public void updateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
See Also:
RemoteRightToProduceFullService.updateRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

removeRightToProduce

public void removeRightToProduce(RemoteRightToProduceFullVO rightToProduce)
See Also:
RemoteRightToProduceFullService.removeRightToProduce(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

getAllRightToProduce

public RemoteRightToProduceFullVO[] getAllRightToProduce()
See Also:
RemoteRightToProduceFullService.getAllRightToProduce()

getRightToProduceById

public RemoteRightToProduceFullVO getRightToProduceById(java.lang.Integer id)
See Also:
RemoteRightToProduceFullService.getRightToProduceById(java.lang.Integer)

getRightToProduceByIds

public RemoteRightToProduceFullVO[] getRightToProduceByIds(java.lang.Integer[] id)
See Also:
RemoteRightToProduceFullService.getRightToProduceByIds(java.lang.Integer[])

getRightToProduceByCorpusId

public RemoteRightToProduceFullVO getRightToProduceByCorpusId(java.lang.Integer id)
See Also:
RemoteRightToProduceFullService.getRightToProduceByCorpusId(java.lang.Integer)

remoteRightToProduceFullVOsAreEqualOnIdentifiers

public boolean remoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst,
                                                                RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
See Also:
RemoteRightToProduceFullService.remoteRightToProduceFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

remoteRightToProduceFullVOsAreEqual

public boolean remoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst,
                                                   RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
See Also:
RemoteRightToProduceFullService.remoteRightToProduceFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceFullVO)

getRightToProduceNaturalIds

public RemoteRightToProduceNaturalId[] getRightToProduceNaturalIds()
See Also:
RemoteRightToProduceFullService.getRightToProduceNaturalIds()

getRightToProduceByNaturalId

public RemoteRightToProduceFullVO getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
See Also:
RemoteRightToProduceFullService.getRightToProduceByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteRightToProduceNaturalId)

getRightToProduceNaturalIdById

public RemoteRightToProduceNaturalId getRightToProduceNaturalIdById(java.lang.Integer id)
See Also:
RemoteRightToProduceFullService.getRightToProduceNaturalIdById(java.lang.Integer)

addOrUpdateClusterRightToProduce

public ClusterRightToProduce addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
See Also:
RemoteRightToProduceFullService.addOrUpdateClusterRightToProduce(fr.ifremer.allegro.referential.regulation.generic.cluster.ClusterRightToProduce)

getAllClusterRightToProduceSinceDateSynchro

public ClusterRightToProduce[] getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                           java.lang.Integer userId,
                                                                           java.lang.Integer[] registrationLocationIds,
                                                                           java.lang.Integer pageNumber,
                                                                           java.lang.Integer pageSize)
See Also:
RemoteRightToProduceFullService.getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterRightToProduceByIdentifiers

public ClusterRightToProduce getClusterRightToProduceByIdentifiers(java.lang.Integer id)
See Also:
RemoteRightToProduceFullService.getClusterRightToProduceByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.