fr.ifremer.allegro.referential.generic.service
Class RemoteNumericalPrecisionFullServiceWSDelegator

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

public class RemoteNumericalPrecisionFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteNumericalPrecisionFullService.

See Also:
RemoteNumericalPrecisionFullService

Constructor Summary
RemoteNumericalPrecisionFullServiceWSDelegator()
           
 
Method Summary
 RemoteNumericalPrecisionFullVO addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 ClusterNumericalPrecision addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
 ClusterNumericalPrecision[] getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteNumericalPrecisionFullVO[] getAllNumericalPrecision()
           
 ClusterNumericalPrecision getClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
           
 RemoteNumericalPrecisionFullVO getNumericalPrecisionById(java.lang.Integer id)
           
 RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByIds(java.lang.Integer[] id)
           
 RemoteNumericalPrecisionFullVO getNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
           
 RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByStatusCode(java.lang.String code)
           
 RemoteNumericalPrecisionNaturalId getNumericalPrecisionNaturalIdById(java.lang.Integer id)
           
 RemoteNumericalPrecisionNaturalId[] getNumericalPrecisionNaturalIds()
           
 boolean remoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 boolean remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 void removeNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 void updateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteNumericalPrecisionFullServiceWSDelegator

public RemoteNumericalPrecisionFullServiceWSDelegator()
Method Detail

addNumericalPrecision

public RemoteNumericalPrecisionFullVO addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
See Also:
RemoteNumericalPrecisionFullService.addNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

updateNumericalPrecision

public void updateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
See Also:
RemoteNumericalPrecisionFullService.updateNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

removeNumericalPrecision

public void removeNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
See Also:
RemoteNumericalPrecisionFullService.removeNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

getAllNumericalPrecision

public RemoteNumericalPrecisionFullVO[] getAllNumericalPrecision()
See Also:
RemoteNumericalPrecisionFullService.getAllNumericalPrecision()

getNumericalPrecisionById

public RemoteNumericalPrecisionFullVO getNumericalPrecisionById(java.lang.Integer id)
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionById(java.lang.Integer)

getNumericalPrecisionByIds

public RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByIds(java.lang.Integer[] id)
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionByIds(java.lang.Integer[])

getNumericalPrecisionByStatusCode

public RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByStatusCode(java.lang.String code)
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionByStatusCode(java.lang.String)

remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers

public boolean remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst,
                                                                    RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
See Also:
RemoteNumericalPrecisionFullService.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

remoteNumericalPrecisionFullVOsAreEqual

public boolean remoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst,
                                                       RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
See Also:
RemoteNumericalPrecisionFullService.remoteNumericalPrecisionFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)

getNumericalPrecisionNaturalIds

public RemoteNumericalPrecisionNaturalId[] getNumericalPrecisionNaturalIds()
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionNaturalIds()

getNumericalPrecisionByNaturalId

public RemoteNumericalPrecisionFullVO getNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionNaturalId)

getNumericalPrecisionNaturalIdById

public RemoteNumericalPrecisionNaturalId getNumericalPrecisionNaturalIdById(java.lang.Integer id)
See Also:
RemoteNumericalPrecisionFullService.getNumericalPrecisionNaturalIdById(java.lang.Integer)

addOrUpdateClusterNumericalPrecision

public ClusterNumericalPrecision addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
See Also:
RemoteNumericalPrecisionFullService.addOrUpdateClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)

getAllClusterNumericalPrecisionSinceDateSynchro

public ClusterNumericalPrecision[] getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                   java.lang.Integer userId,
                                                                                   java.lang.Integer[] registrationLocationIds,
                                                                                   java.lang.Integer pageNumber,
                                                                                   java.lang.Integer pageSize)
See Also:
RemoteNumericalPrecisionFullService.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterNumericalPrecisionByIdentifiers

public ClusterNumericalPrecision getClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
See Also:
RemoteNumericalPrecisionFullService.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.