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

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

public class RemoteLocationLevelFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteLocationLevelFullService.

See Also:
RemoteLocationLevelFullService

Constructor Summary
RemoteLocationLevelFullServiceWSDelegator()
           
 
Method Summary
 RemoteLocationLevelFullVO addLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 ClusterLocationLevel addOrUpdateClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
           
 ClusterLocationLevel[] getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteLocationLevelFullVO[] getAllLocationLevel()
           
 ClusterLocationLevel getClusterLocationLevelByIdentifiers(java.lang.Integer id)
           
 RemoteLocationLevelFullVO getLocationLevelById(java.lang.Integer id)
           
 RemoteLocationLevelFullVO[] getLocationLevelByIds(java.lang.Integer[] id)
           
 RemoteLocationLevelFullVO[] getLocationLevelByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationLevelFullVO getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
           
 RemoteLocationLevelFullVO[] getLocationLevelByParentLocationLevelId(java.lang.Integer id)
           
 RemoteLocationLevelNaturalId getLocationLevelNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLevelNaturalId[] getLocationLevelNaturalIds()
           
 boolean remoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 boolean remoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
           
 void removeLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 void updateLocationLevel(RemoteLocationLevelFullVO locationLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationLevelFullServiceWSDelegator

public RemoteLocationLevelFullServiceWSDelegator()
Method Detail

addLocationLevel

public RemoteLocationLevelFullVO addLocationLevel(RemoteLocationLevelFullVO locationLevel)
See Also:
RemoteLocationLevelFullService.addLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)

updateLocationLevel

public void updateLocationLevel(RemoteLocationLevelFullVO locationLevel)
See Also:
RemoteLocationLevelFullService.updateLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)

removeLocationLevel

public void removeLocationLevel(RemoteLocationLevelFullVO locationLevel)
See Also:
RemoteLocationLevelFullService.removeLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)

getAllLocationLevel

public RemoteLocationLevelFullVO[] getAllLocationLevel()
See Also:
RemoteLocationLevelFullService.getAllLocationLevel()

getLocationLevelById

public RemoteLocationLevelFullVO getLocationLevelById(java.lang.Integer id)
See Also:
RemoteLocationLevelFullService.getLocationLevelById(java.lang.Integer)

getLocationLevelByIds

public RemoteLocationLevelFullVO[] getLocationLevelByIds(java.lang.Integer[] id)
See Also:
RemoteLocationLevelFullService.getLocationLevelByIds(java.lang.Integer[])

getLocationLevelByParentLocationLevelId

public RemoteLocationLevelFullVO[] getLocationLevelByParentLocationLevelId(java.lang.Integer id)
See Also:
RemoteLocationLevelFullService.getLocationLevelByParentLocationLevelId(java.lang.Integer)

getLocationLevelByLocationClassificationId

public RemoteLocationLevelFullVO[] getLocationLevelByLocationClassificationId(java.lang.Integer id)
See Also:
RemoteLocationLevelFullService.getLocationLevelByLocationClassificationId(java.lang.Integer)

remoteLocationLevelFullVOsAreEqualOnIdentifiers

public boolean remoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst,
                                                               RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
See Also:
RemoteLocationLevelFullService.remoteLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)

remoteLocationLevelFullVOsAreEqual

public boolean remoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst,
                                                  RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
See Also:
RemoteLocationLevelFullService.remoteLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)

getLocationLevelNaturalIds

public RemoteLocationLevelNaturalId[] getLocationLevelNaturalIds()
See Also:
RemoteLocationLevelFullService.getLocationLevelNaturalIds()

getLocationLevelByNaturalId

public RemoteLocationLevelFullVO getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
See Also:
RemoteLocationLevelFullService.getLocationLevelByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId)

getLocationLevelNaturalIdById

public RemoteLocationLevelNaturalId getLocationLevelNaturalIdById(java.lang.Integer id)
See Also:
RemoteLocationLevelFullService.getLocationLevelNaturalIdById(java.lang.Integer)

addOrUpdateClusterLocationLevel

public ClusterLocationLevel addOrUpdateClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
See Also:
RemoteLocationLevelFullService.addOrUpdateClusterLocationLevel(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel)

getAllClusterLocationLevelSinceDateSynchro

public ClusterLocationLevel[] getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                         java.lang.Integer userId,
                                                                         java.lang.Integer[] registrationLocationIds,
                                                                         java.lang.Integer pageNumber,
                                                                         java.lang.Integer pageSize)
See Also:
RemoteLocationLevelFullService.getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterLocationLevelByIdentifiers

public ClusterLocationLevel getClusterLocationLevelByIdentifiers(java.lang.Integer id)
See Also:
RemoteLocationLevelFullService.getClusterLocationLevelByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.