fr.ifremer.allegro.data.batch.generic.service
Class RemoteBatchFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.data.batch.generic.service.RemoteBatchFullServiceWSDelegator

public class RemoteBatchFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteBatchFullService.

See Also:
RemoteBatchFullService

Constructor Summary
RemoteBatchFullServiceWSDelegator()
           
 
Method Summary
 RemoteBatchFullVO[] getAllBatch()
           
 RemoteBatchFullVO getBatchById(java.lang.Integer id)
           
 RemoteBatchFullVO[] getBatchByIds(java.lang.Integer[] id)
           
 RemoteBatchFullVO getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
           
 RemoteBatchFullVO[] getBatchByParentBatchId(java.lang.Integer id)
           
 RemoteBatchNaturalId getBatchNaturalIdById(java.lang.Integer id)
           
 RemoteBatchNaturalId[] getBatchNaturalIds()
           
 ClusterBatch getClusterBatchByIdentifiers(java.lang.Integer id)
           
 boolean remoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
 boolean remoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst, RemoteBatchFullVO remoteBatchFullVOSecond)
           
 void removeBatch(RemoteBatchFullVO batch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBatchFullServiceWSDelegator

public RemoteBatchFullServiceWSDelegator()
Method Detail

removeBatch

public void removeBatch(RemoteBatchFullVO batch)
See Also:
RemoteBatchFullService.removeBatch(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

getAllBatch

public RemoteBatchFullVO[] getAllBatch()
See Also:
RemoteBatchFullService.getAllBatch()

getBatchById

public RemoteBatchFullVO getBatchById(java.lang.Integer id)
See Also:
RemoteBatchFullService.getBatchById(java.lang.Integer)

getBatchByIds

public RemoteBatchFullVO[] getBatchByIds(java.lang.Integer[] id)
See Also:
RemoteBatchFullService.getBatchByIds(java.lang.Integer[])

getBatchByParentBatchId

public RemoteBatchFullVO[] getBatchByParentBatchId(java.lang.Integer id)
See Also:
RemoteBatchFullService.getBatchByParentBatchId(java.lang.Integer)

remoteBatchFullVOsAreEqualOnIdentifiers

public boolean remoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst,
                                                       RemoteBatchFullVO remoteBatchFullVOSecond)
See Also:
RemoteBatchFullService.remoteBatchFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

remoteBatchFullVOsAreEqual

public boolean remoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst,
                                          RemoteBatchFullVO remoteBatchFullVOSecond)
See Also:
RemoteBatchFullService.remoteBatchFullVOsAreEqual(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO, fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchFullVO)

getBatchNaturalIds

public RemoteBatchNaturalId[] getBatchNaturalIds()
See Also:
RemoteBatchFullService.getBatchNaturalIds()

getBatchByNaturalId

public RemoteBatchFullVO getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
See Also:
RemoteBatchFullService.getBatchByNaturalId(fr.ifremer.allegro.data.batch.generic.vo.RemoteBatchNaturalId)

getBatchNaturalIdById

public RemoteBatchNaturalId getBatchNaturalIdById(java.lang.Integer id)
See Also:
RemoteBatchFullService.getBatchNaturalIdById(java.lang.Integer)

getClusterBatchByIdentifiers

public ClusterBatch getClusterBatchByIdentifiers(java.lang.Integer id)
See Also:
RemoteBatchFullService.getClusterBatchByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.