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

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

public class RemotePlaygroundVesselMasterFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemotePlaygroundVesselMasterFullService.

See Also:
RemotePlaygroundVesselMasterFullService

Constructor Summary
RemotePlaygroundVesselMasterFullServiceWSDelegator()
           
 
Method Summary
 ClusterPlaygroundVesselMaster addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 RemotePlaygroundVesselMasterFullVO addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 ClusterPlaygroundVesselMaster[] getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemotePlaygroundVesselMasterFullVO[] getAllPlaygroundVesselMaster()
           
 ClusterPlaygroundVesselMaster getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterFullVO[] getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
           
 RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
           
 RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterNaturalId[] getPlaygroundVesselMasterNaturalIds()
           
 boolean remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 boolean remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 void removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 void updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePlaygroundVesselMasterFullServiceWSDelegator

public RemotePlaygroundVesselMasterFullServiceWSDelegator()
Method Detail

addPlaygroundVesselMaster

public RemotePlaygroundVesselMasterFullVO addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
See Also:
RemotePlaygroundVesselMasterFullService.addPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

updatePlaygroundVesselMaster

public void updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
See Also:
RemotePlaygroundVesselMasterFullService.updatePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

removePlaygroundVesselMaster

public void removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
See Also:
RemotePlaygroundVesselMasterFullService.removePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

getAllPlaygroundVesselMaster

public RemotePlaygroundVesselMasterFullVO[] getAllPlaygroundVesselMaster()
See Also:
RemotePlaygroundVesselMasterFullService.getAllPlaygroundVesselMaster()

getPlaygroundVesselMasterById

public RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterById(java.lang.Integer id)
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterById(java.lang.Integer)

getPlaygroundVesselMasterByIds

public RemotePlaygroundVesselMasterFullVO[] getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterByIds(java.lang.Integer[])

remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers

public boolean remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst,
                                                                        RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
See Also:
RemotePlaygroundVesselMasterFullService.remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

remotePlaygroundVesselMasterFullVOsAreEqual

public boolean remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst,
                                                           RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
See Also:
RemotePlaygroundVesselMasterFullService.remotePlaygroundVesselMasterFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)

getPlaygroundVesselMasterNaturalIds

public RemotePlaygroundVesselMasterNaturalId[] getPlaygroundVesselMasterNaturalIds()
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterNaturalIds()

getPlaygroundVesselMasterByNaturalId

public RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)

getPlaygroundVesselMasterNaturalIdById

public RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)
See Also:
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterNaturalIdById(java.lang.Integer)

addOrUpdateClusterPlaygroundVesselMaster

public ClusterPlaygroundVesselMaster addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
See Also:
RemotePlaygroundVesselMasterFullService.addOrUpdateClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)

getAllClusterPlaygroundVesselMasterSinceDateSynchro

public ClusterPlaygroundVesselMaster[] getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                           java.lang.Integer userId,
                                                                                           java.lang.Integer[] registrationLocationIds,
                                                                                           java.lang.Integer pageNumber,
                                                                                           java.lang.Integer pageSize)
See Also:
RemotePlaygroundVesselMasterFullService.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterPlaygroundVesselMasterByIdentifiers

public ClusterPlaygroundVesselMaster getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
See Also:
RemotePlaygroundVesselMasterFullService.getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.