fr.ifremer.allegro.referential.vessel.generic.service
Class RemoteShellfishGathererFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteShellfishGathererFullServiceWSDelegator

public class RemoteShellfishGathererFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteShellfishGathererFullService.

See Also:
RemoteShellfishGathererFullService

Constructor Summary
RemoteShellfishGathererFullServiceWSDelegator()
           
 
Method Summary
 ClusterShellfishGatherer addOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
           
 RemoteShellfishGathererFullVO addShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 ClusterShellfishGatherer[] getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteShellfishGathererFullVO[] getAllShellfishGatherer()
           
 ClusterShellfishGatherer getClusterShellfishGathererByIdentifiers(java.lang.String code)
           
 RemoteShellfishGathererFullVO getShellfishGathererByCode(java.lang.String code)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByCodes(java.lang.String[] code)
           
 RemoteShellfishGathererFullVO getShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByStatusCode(java.lang.String code)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByVesselTypeId(java.lang.Integer id)
           
 RemoteShellfishGathererNaturalId getShellfishGathererNaturalIdByCode(java.lang.String code)
           
 RemoteShellfishGathererNaturalId[] getShellfishGathererNaturalIds()
           
 boolean remoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
           
 boolean remoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
           
 void removeShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 void updateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteShellfishGathererFullServiceWSDelegator

public RemoteShellfishGathererFullServiceWSDelegator()
Method Detail

addShellfishGatherer

public RemoteShellfishGathererFullVO addShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
See Also:
RemoteShellfishGathererFullService.addShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

updateShellfishGatherer

public void updateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
See Also:
RemoteShellfishGathererFullService.updateShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

removeShellfishGatherer

public void removeShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
See Also:
RemoteShellfishGathererFullService.removeShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

getAllShellfishGatherer

public RemoteShellfishGathererFullVO[] getAllShellfishGatherer()
See Also:
RemoteShellfishGathererFullService.getAllShellfishGatherer()

getShellfishGathererByCode

public RemoteShellfishGathererFullVO getShellfishGathererByCode(java.lang.String code)
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByCode(java.lang.String)

getShellfishGathererByCodes

public RemoteShellfishGathererFullVO[] getShellfishGathererByCodes(java.lang.String[] code)
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByCodes(java.lang.String[])

getShellfishGathererByStatusCode

public RemoteShellfishGathererFullVO[] getShellfishGathererByStatusCode(java.lang.String code)
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByStatusCode(java.lang.String)

getShellfishGathererByVesselTypeId

public RemoteShellfishGathererFullVO[] getShellfishGathererByVesselTypeId(java.lang.Integer id)
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByVesselTypeId(java.lang.Integer)

remoteShellfishGathererFullVOsAreEqualOnIdentifiers

public boolean remoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst,
                                                                   RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
See Also:
RemoteShellfishGathererFullService.remoteShellfishGathererFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

remoteShellfishGathererFullVOsAreEqual

public boolean remoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst,
                                                      RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
See Also:
RemoteShellfishGathererFullService.remoteShellfishGathererFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

getShellfishGathererNaturalIds

public RemoteShellfishGathererNaturalId[] getShellfishGathererNaturalIds()
See Also:
RemoteShellfishGathererFullService.getShellfishGathererNaturalIds()

getShellfishGathererByNaturalId

public RemoteShellfishGathererFullVO getShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererNaturalId)

getShellfishGathererNaturalIdByCode

public RemoteShellfishGathererNaturalId getShellfishGathererNaturalIdByCode(java.lang.String code)
See Also:
RemoteShellfishGathererFullService.getShellfishGathererNaturalIdByCode(java.lang.String)

addOrUpdateClusterShellfishGatherer

public ClusterShellfishGatherer addOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
See Also:
RemoteShellfishGathererFullService.addOrUpdateClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)

getAllClusterShellfishGathererSinceDateSynchro

public ClusterShellfishGatherer[] getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                 java.lang.Integer userId,
                                                                                 java.lang.Integer[] registrationLocationIds,
                                                                                 java.lang.Integer pageNumber,
                                                                                 java.lang.Integer pageSize)
See Also:
RemoteShellfishGathererFullService.getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterShellfishGathererByIdentifiers

public ClusterShellfishGatherer getClusterShellfishGathererByIdentifiers(java.lang.String code)
See Also:
RemoteShellfishGathererFullService.getClusterShellfishGathererByIdentifiers(java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.