fr.ifremer.allegro.referential.location.generic.service
Class RemoteLocationFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationFullServiceWSDelegator

public class RemoteLocationFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteLocationFullService.

See Also:
RemoteLocationFullService

Constructor Summary
RemoteLocationFullServiceWSDelegator()
           
 
Method Summary
 RemoteLocationFullVO addLocation(RemoteLocationFullVO location)
           
 ClusterLocation addOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
 ClusterLocation[] getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteLocationFullVO[] getAllLocation()
           
 ClusterLocation getClusterLocationByIdentifiers(java.lang.Integer id)
           
 RemoteLocationFullVO getLocationById(java.lang.Integer id)
           
 RemoteLocationFullVO[] getLocationByIds(java.lang.Integer[] id)
           
 RemoteLocationFullVO[] getLocationByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationFullVO[] getLocationByLocationLevelId(java.lang.Integer id)
           
 RemoteLocationFullVO getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
           
 RemoteLocationFullVO[] getLocationByStatusCode(java.lang.String code)
           
 RemoteLocationNaturalId getLocationNaturalIdById(java.lang.Integer id)
           
 RemoteLocationNaturalId[] getLocationNaturalIds()
           
 boolean remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 boolean remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 void removeLocation(RemoteLocationFullVO location)
           
 void updateLocation(RemoteLocationFullVO location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationFullServiceWSDelegator

public RemoteLocationFullServiceWSDelegator()
Method Detail

addLocation

public RemoteLocationFullVO addLocation(RemoteLocationFullVO location)
See Also:
RemoteLocationFullService.addLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

updateLocation

public void updateLocation(RemoteLocationFullVO location)
See Also:
RemoteLocationFullService.updateLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

removeLocation

public void removeLocation(RemoteLocationFullVO location)
See Also:
RemoteLocationFullService.removeLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

getAllLocation

public RemoteLocationFullVO[] getAllLocation()
See Also:
RemoteLocationFullService.getAllLocation()

getLocationById

public RemoteLocationFullVO getLocationById(java.lang.Integer id)
See Also:
RemoteLocationFullService.getLocationById(java.lang.Integer)

getLocationByIds

public RemoteLocationFullVO[] getLocationByIds(java.lang.Integer[] id)
See Also:
RemoteLocationFullService.getLocationByIds(java.lang.Integer[])

getLocationByStatusCode

public RemoteLocationFullVO[] getLocationByStatusCode(java.lang.String code)
See Also:
RemoteLocationFullService.getLocationByStatusCode(java.lang.String)

getLocationByLocationClassificationId

public RemoteLocationFullVO[] getLocationByLocationClassificationId(java.lang.Integer id)
See Also:
RemoteLocationFullService.getLocationByLocationClassificationId(java.lang.Integer)

getLocationByLocationLevelId

public RemoteLocationFullVO[] getLocationByLocationLevelId(java.lang.Integer id)
See Also:
RemoteLocationFullService.getLocationByLocationLevelId(java.lang.Integer)

remoteLocationFullVOsAreEqualOnIdentifiers

public boolean remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst,
                                                          RemoteLocationFullVO remoteLocationFullVOSecond)
See Also:
RemoteLocationFullService.remoteLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

remoteLocationFullVOsAreEqual

public boolean remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst,
                                             RemoteLocationFullVO remoteLocationFullVOSecond)
See Also:
RemoteLocationFullService.remoteLocationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)

getLocationNaturalIds

public RemoteLocationNaturalId[] getLocationNaturalIds()
See Also:
RemoteLocationFullService.getLocationNaturalIds()

getLocationByNaturalId

public RemoteLocationFullVO getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
See Also:
RemoteLocationFullService.getLocationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId)

getLocationNaturalIdById

public RemoteLocationNaturalId getLocationNaturalIdById(java.lang.Integer id)
See Also:
RemoteLocationFullService.getLocationNaturalIdById(java.lang.Integer)

addOrUpdateClusterLocation

public ClusterLocation addOrUpdateClusterLocation(ClusterLocation clusterLocation)
See Also:
RemoteLocationFullService.addOrUpdateClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)

getAllClusterLocationSinceDateSynchro

public ClusterLocation[] getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                               java.lang.Integer userId,
                                                               java.lang.Integer[] registrationLocationIds,
                                                               java.lang.Integer pageNumber,
                                                               java.lang.Integer pageSize)
See Also:
RemoteLocationFullService.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterLocationByIdentifiers

public ClusterLocation getClusterLocationByIdentifiers(java.lang.Integer id)
See Also:
RemoteLocationFullService.getClusterLocationByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.