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

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

public class RemoteAnalysisInstrumentFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteAnalysisInstrumentFullService.

See Also:
RemoteAnalysisInstrumentFullService

Constructor Summary
RemoteAnalysisInstrumentFullServiceWSDelegator()
           
 
Method Summary
 RemoteAnalysisInstrumentFullVO addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 ClusterAnalysisInstrument addOrUpdateClusterAnalysisInstrument(ClusterAnalysisInstrument clusterAnalysisInstrument)
           
 RemoteAnalysisInstrumentFullVO[] getAllAnalysisInstrument()
           
 ClusterAnalysisInstrument[] getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteAnalysisInstrumentFullVO getAnalysisInstrumentById(java.lang.Integer id)
           
 RemoteAnalysisInstrumentFullVO[] getAnalysisInstrumentByIds(java.lang.Integer[] id)
           
 RemoteAnalysisInstrumentFullVO getAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
           
 RemoteAnalysisInstrumentFullVO[] getAnalysisInstrumentByStatusCode(java.lang.String code)
           
 RemoteAnalysisInstrumentNaturalId getAnalysisInstrumentNaturalIdById(java.lang.Integer id)
           
 RemoteAnalysisInstrumentNaturalId[] getAnalysisInstrumentNaturalIds()
           
 ClusterAnalysisInstrument getClusterAnalysisInstrumentByIdentifiers(java.lang.Integer id)
           
 boolean remoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
 boolean remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
           
 void removeAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 void updateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAnalysisInstrumentFullServiceWSDelegator

public RemoteAnalysisInstrumentFullServiceWSDelegator()
Method Detail

addAnalysisInstrument

public RemoteAnalysisInstrumentFullVO addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
See Also:
RemoteAnalysisInstrumentFullService.addAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

updateAnalysisInstrument

public void updateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
See Also:
RemoteAnalysisInstrumentFullService.updateAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

removeAnalysisInstrument

public void removeAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
See Also:
RemoteAnalysisInstrumentFullService.removeAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

getAllAnalysisInstrument

public RemoteAnalysisInstrumentFullVO[] getAllAnalysisInstrument()
See Also:
RemoteAnalysisInstrumentFullService.getAllAnalysisInstrument()

getAnalysisInstrumentById

public RemoteAnalysisInstrumentFullVO getAnalysisInstrumentById(java.lang.Integer id)
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentById(java.lang.Integer)

getAnalysisInstrumentByIds

public RemoteAnalysisInstrumentFullVO[] getAnalysisInstrumentByIds(java.lang.Integer[] id)
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByIds(java.lang.Integer[])

getAnalysisInstrumentByStatusCode

public RemoteAnalysisInstrumentFullVO[] getAnalysisInstrumentByStatusCode(java.lang.String code)
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByStatusCode(java.lang.String)

remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers

public boolean remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst,
                                                                    RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
See Also:
RemoteAnalysisInstrumentFullService.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

remoteAnalysisInstrumentFullVOsAreEqual

public boolean remoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst,
                                                       RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
See Also:
RemoteAnalysisInstrumentFullService.remoteAnalysisInstrumentFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)

getAnalysisInstrumentNaturalIds

public RemoteAnalysisInstrumentNaturalId[] getAnalysisInstrumentNaturalIds()
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentNaturalIds()

getAnalysisInstrumentByNaturalId

public RemoteAnalysisInstrumentFullVO getAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)

getAnalysisInstrumentNaturalIdById

public RemoteAnalysisInstrumentNaturalId getAnalysisInstrumentNaturalIdById(java.lang.Integer id)
See Also:
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentNaturalIdById(java.lang.Integer)

addOrUpdateClusterAnalysisInstrument

public ClusterAnalysisInstrument addOrUpdateClusterAnalysisInstrument(ClusterAnalysisInstrument clusterAnalysisInstrument)
See Also:
RemoteAnalysisInstrumentFullService.addOrUpdateClusterAnalysisInstrument(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)

getAllClusterAnalysisInstrumentSinceDateSynchro

public ClusterAnalysisInstrument[] getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                   java.lang.Integer userId,
                                                                                   java.lang.Integer[] registrationLocationIds,
                                                                                   java.lang.Integer pageNumber,
                                                                                   java.lang.Integer pageSize)
See Also:
RemoteAnalysisInstrumentFullService.getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterAnalysisInstrumentByIdentifiers

public ClusterAnalysisInstrument getClusterAnalysisInstrumentByIdentifiers(java.lang.Integer id)
See Also:
RemoteAnalysisInstrumentFullService.getClusterAnalysisInstrumentByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.