fr.ifremer.allegro.referential.transcribing.generic.service
Class RemoteTranscribingLocationFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationFullServiceWSDelegator

public class RemoteTranscribingLocationFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteTranscribingLocationFullService.

See Also:
RemoteTranscribingLocationFullService

Constructor Summary
RemoteTranscribingLocationFullServiceWSDelegator()
           
 
Method Summary
 ClusterTranscribingLocation addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 RemoteTranscribingLocationFullVO addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 ClusterTranscribingLocation[] getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTranscribingLocationFullVO[] getAllTranscribingLocation()
           
 ClusterTranscribingLocation getClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
 RemoteTranscribingLocationFullVO getTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
 RemoteTranscribingLocationFullVO[] getTranscribingLocationByLocationId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
           
 RemoteTranscribingLocationFullVO[] getTranscribingLocationByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingLocationFullVO[] getTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
           
 RemoteTranscribingLocationNaturalId[] getTranscribingLocationNaturalIds()
           
 boolean remoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
 boolean remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
           
 void removeTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 void updateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingLocationFullServiceWSDelegator

public RemoteTranscribingLocationFullServiceWSDelegator()
Method Detail

addTranscribingLocation

public RemoteTranscribingLocationFullVO addTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
See Also:
RemoteTranscribingLocationFullService.addTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

updateTranscribingLocation

public void updateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
See Also:
RemoteTranscribingLocationFullService.updateTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

removeTranscribingLocation

public void removeTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
See Also:
RemoteTranscribingLocationFullService.removeTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

getAllTranscribingLocation

public RemoteTranscribingLocationFullVO[] getAllTranscribingLocation()
See Also:
RemoteTranscribingLocationFullService.getAllTranscribingLocation()

getTranscribingLocationByTranscribingSystemId

public RemoteTranscribingLocationFullVO[] getTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByTranscribingSystemId(java.lang.Integer)

getTranscribingLocationByTranscribingSideId

public RemoteTranscribingLocationFullVO[] getTranscribingLocationByTranscribingSideId(java.lang.Integer id)
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByTranscribingSideId(java.lang.Integer)

getTranscribingLocationByLocationId

public RemoteTranscribingLocationFullVO[] getTranscribingLocationByLocationId(java.lang.Integer id)
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByLocationId(java.lang.Integer)

getTranscribingLocationByIdentifiers

public RemoteTranscribingLocationFullVO getTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                             java.lang.Integer locationId)
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

remoteTranscribingLocationFullVOsAreEqualOnIdentifiers

public boolean remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst,
                                                                      RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
See Also:
RemoteTranscribingLocationFullService.remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

remoteTranscribingLocationFullVOsAreEqual

public boolean remoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst,
                                                         RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
See Also:
RemoteTranscribingLocationFullService.remoteTranscribingLocationFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

getTranscribingLocationNaturalIds

public RemoteTranscribingLocationNaturalId[] getTranscribingLocationNaturalIds()
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationNaturalIds()

getTranscribingLocationByNaturalId

public RemoteTranscribingLocationFullVO getTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)

addOrUpdateClusterTranscribingLocation

public ClusterTranscribingLocation addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
See Also:
RemoteTranscribingLocationFullService.addOrUpdateClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)

getAllClusterTranscribingLocationSinceDateSynchro

public ClusterTranscribingLocation[] getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                       java.lang.Integer userId,
                                                                                       java.lang.Integer[] registrationLocationIds,
                                                                                       java.lang.Integer pageNumber,
                                                                                       java.lang.Integer pageSize)
See Also:
RemoteTranscribingLocationFullService.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterTranscribingLocationByIdentifiers

public ClusterTranscribingLocation getClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                               java.lang.Integer locationId)
See Also:
RemoteTranscribingLocationFullService.getClusterTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.