fr.ifremer.allegro.administration.programStrategy.generic.service
Interface RemoteBatchModelAppliedStrategyFullService

All Known Implementing Classes:
RemoteBatchModelAppliedStrategyFullServiceBase, RemoteBatchModelAppliedStrategyFullServiceImpl

public interface RemoteBatchModelAppliedStrategyFullService


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)
           
 

Method Detail

addBatchModelAppliedStrategy

RemoteBatchModelAppliedStrategyFullVO addBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)

updateBatchModelAppliedStrategy

void updateBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)

removeBatchModelAppliedStrategy

void removeBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)

getAllBatchModelAppliedStrategy

RemoteBatchModelAppliedStrategyFullVO[] getAllBatchModelAppliedStrategy()

getBatchModelAppliedStrategyByAppliedStrategyId

RemoteBatchModelAppliedStrategyFullVO[] getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer id)

getBatchModelAppliedStrategyByAcquisitionLevelCode

RemoteBatchModelAppliedStrategyFullVO[] getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String code)

getBatchModelAppliedStrategyByIdentifiers

RemoteBatchModelAppliedStrategyFullVO getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId,
                                                                                java.lang.String acquisitionLevelCode)

remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers

boolean remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst,
                                                                    RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)

remoteBatchModelAppliedStrategyFullVOsAreEqual

boolean remoteBatchModelAppliedStrategyFullVOsAreEqual(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst,
                                                       RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)

getBatchModelAppliedStrategyNaturalIds

RemoteBatchModelAppliedStrategyNaturalId[] getBatchModelAppliedStrategyNaturalIds()

getBatchModelAppliedStrategyByNaturalId

RemoteBatchModelAppliedStrategyFullVO getBatchModelAppliedStrategyByNaturalId(RemoteBatchModelAppliedStrategyNaturalId batchModelAppliedStrategyNaturalId)

getClusterBatchModelAppliedStrategyByIdentifiers

ClusterBatchModelAppliedStrategy getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId,
                                                                                  java.lang.String acquisitionLevelCode)


Copyright © 2008-2010 IFREMER. All Rights Reserved.