fr.ifremer.allegro.administration.programStrategy.generic.service
Class RemoteBatchModelAppliedStrategyFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteBatchModelAppliedStrategyFullServiceWSDelegator

public class RemoteBatchModelAppliedStrategyFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteBatchModelAppliedStrategyFullService.

See Also:
RemoteBatchModelAppliedStrategyFullService

Constructor Summary
RemoteBatchModelAppliedStrategyFullServiceWSDelegator()
           
 
Method Summary
 RemoteBatchModelAppliedStrategyFullVO addBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
           
 RemoteBatchModelAppliedStrategyFullVO[] getAllBatchModelAppliedStrategy()
           
 RemoteBatchModelAppliedStrategyFullVO[] getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String code)
           
 RemoteBatchModelAppliedStrategyFullVO[] getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
           
 RemoteBatchModelAppliedStrategyFullVO getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
           
 RemoteBatchModelAppliedStrategyFullVO getBatchModelAppliedStrategyByNaturalId(RemoteBatchModelAppliedStrategyNaturalId batchModelAppliedStrategyNaturalId)
           
 RemoteBatchModelAppliedStrategyNaturalId[] getBatchModelAppliedStrategyNaturalIds()
           
 ClusterBatchModelAppliedStrategy getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
           
 boolean remoteBatchModelAppliedStrategyFullVOsAreEqual(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst, RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
           
 boolean remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst, RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
           
 void removeBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
           
 void updateBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBatchModelAppliedStrategyFullServiceWSDelegator

public RemoteBatchModelAppliedStrategyFullServiceWSDelegator()
Method Detail

addBatchModelAppliedStrategy

public RemoteBatchModelAppliedStrategyFullVO addBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
See Also:
RemoteBatchModelAppliedStrategyFullService.addBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

updateBatchModelAppliedStrategy

public void updateBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
See Also:
RemoteBatchModelAppliedStrategyFullService.updateBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

removeBatchModelAppliedStrategy

public void removeBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
See Also:
RemoteBatchModelAppliedStrategyFullService.removeBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

getAllBatchModelAppliedStrategy

public RemoteBatchModelAppliedStrategyFullVO[] getAllBatchModelAppliedStrategy()
See Also:
RemoteBatchModelAppliedStrategyFullService.getAllBatchModelAppliedStrategy()

getBatchModelAppliedStrategyByAppliedStrategyId

public RemoteBatchModelAppliedStrategyFullVO[] getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer)

getBatchModelAppliedStrategyByAcquisitionLevelCode

public RemoteBatchModelAppliedStrategyFullVO[] getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String code)
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String)

getBatchModelAppliedStrategyByIdentifiers

public RemoteBatchModelAppliedStrategyFullVO getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId,
                                                                                       java.lang.String acquisitionLevelCode)
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)

remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers

public boolean remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst,
                                                                           RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
See Also:
RemoteBatchModelAppliedStrategyFullService.remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

remoteBatchModelAppliedStrategyFullVOsAreEqual

public boolean remoteBatchModelAppliedStrategyFullVOsAreEqual(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst,
                                                              RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
See Also:
RemoteBatchModelAppliedStrategyFullService.remoteBatchModelAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

getBatchModelAppliedStrategyNaturalIds

public RemoteBatchModelAppliedStrategyNaturalId[] getBatchModelAppliedStrategyNaturalIds()
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyNaturalIds()

getBatchModelAppliedStrategyByNaturalId

public RemoteBatchModelAppliedStrategyFullVO getBatchModelAppliedStrategyByNaturalId(RemoteBatchModelAppliedStrategyNaturalId batchModelAppliedStrategyNaturalId)
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId)

getClusterBatchModelAppliedStrategyByIdentifiers

public ClusterBatchModelAppliedStrategy getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId,
                                                                                         java.lang.String acquisitionLevelCode)
See Also:
RemoteBatchModelAppliedStrategyFullService.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.