fr.ifremer.allegro.data.batch.generic.service
Interface RemoteBatchFullService
- All Known Implementing Classes:
- RemoteBatchFullServiceBase, RemoteBatchFullServiceImpl
public interface RemoteBatchFullService
removeBatch
void removeBatch(RemoteBatchFullVO batch)
getAllBatch
RemoteBatchFullVO[] getAllBatch()
getBatchById
RemoteBatchFullVO getBatchById(java.lang.Integer id)
getBatchByIds
RemoteBatchFullVO[] getBatchByIds(java.lang.Integer[] id)
getBatchByParentBatchId
RemoteBatchFullVO[] getBatchByParentBatchId(java.lang.Integer id)
remoteBatchFullVOsAreEqualOnIdentifiers
boolean remoteBatchFullVOsAreEqualOnIdentifiers(RemoteBatchFullVO remoteBatchFullVOFirst,
RemoteBatchFullVO remoteBatchFullVOSecond)
remoteBatchFullVOsAreEqual
boolean remoteBatchFullVOsAreEqual(RemoteBatchFullVO remoteBatchFullVOFirst,
RemoteBatchFullVO remoteBatchFullVOSecond)
getBatchNaturalIds
RemoteBatchNaturalId[] getBatchNaturalIds()
getBatchByNaturalId
RemoteBatchFullVO getBatchByNaturalId(RemoteBatchNaturalId batchNaturalId)
getBatchNaturalIdById
RemoteBatchNaturalId getBatchNaturalIdById(java.lang.Integer id)
getClusterBatchByIdentifiers
ClusterBatch getClusterBatchByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.