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

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteBatchModelAppliedStrategyFullServiceBase
      extended by fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteBatchModelAppliedStrategyFullServiceImpl
All Implemented Interfaces:
RemoteBatchModelAppliedStrategyFullService

public class RemoteBatchModelAppliedStrategyFullServiceImpl
extends RemoteBatchModelAppliedStrategyFullServiceBase

See Also:
RemoteBatchModelAppliedStrategyFullService

Constructor Summary
RemoteBatchModelAppliedStrategyFullServiceImpl()
           
 
Method Summary
protected  RemoteBatchModelAppliedStrategyFullVO handleAddBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.addBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected  RemoteBatchModelAppliedStrategyFullVO[] handleGetAllBatchModelAppliedStrategy()
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getAllBatchModelAppliedStrategy()
protected  RemoteBatchModelAppliedStrategyFullVO[] handleGetBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String code)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String)
protected  RemoteBatchModelAppliedStrategyFullVO[] handleGetBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer)
protected  RemoteBatchModelAppliedStrategyFullVO handleGetBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)
protected  RemoteBatchModelAppliedStrategyFullVO handleGetBatchModelAppliedStrategyByNaturalId(RemoteBatchModelAppliedStrategyNaturalId batchModelAppliedStrategyNaturalId)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId)
protected  RemoteBatchModelAppliedStrategyNaturalId[] handleGetBatchModelAppliedStrategyNaturalIds()
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyNaturalIds()
protected  ClusterBatchModelAppliedStrategy handleGetClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)
protected  boolean handleRemoteBatchModelAppliedStrategyFullVOsAreEqual(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst, RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.remoteBatchModelAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected  boolean handleRemoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst, RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected  void handleRemoveBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.removeBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected  void handleUpdateBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
          Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.updateBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
 
Methods inherited from class fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteBatchModelAppliedStrategyFullServiceBase
addBatchModelAppliedStrategy, getAcquisitionLevelDao, getAllBatchModelAppliedStrategy, getAppliedStrategyDao, getBatchModelAppliedStrategyByAcquisitionLevelCode, getBatchModelAppliedStrategyByAppliedStrategyId, getBatchModelAppliedStrategyByIdentifiers, getBatchModelAppliedStrategyByNaturalId, getBatchModelAppliedStrategyDao, getBatchModelAppliedStrategyNaturalIds, getClusterBatchModelAppliedStrategyByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteBatchModelAppliedStrategyFullVOsAreEqual, remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers, removeBatchModelAppliedStrategy, setAcquisitionLevelDao, setAppliedStrategyDao, setBatchModelAppliedStrategyDao, updateBatchModelAppliedStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBatchModelAppliedStrategyFullServiceImpl

public RemoteBatchModelAppliedStrategyFullServiceImpl()
Method Detail

handleAddBatchModelAppliedStrategy

protected RemoteBatchModelAppliedStrategyFullVO handleAddBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
                                                                            throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.addBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

Specified by:
handleAddBatchModelAppliedStrategy in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.addBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

handleUpdateBatchModelAppliedStrategy

protected void handleUpdateBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
                                              throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.updateBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

Specified by:
handleUpdateBatchModelAppliedStrategy in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.updateBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

handleRemoveBatchModelAppliedStrategy

protected void handleRemoveBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
                                              throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.removeBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

Specified by:
handleRemoveBatchModelAppliedStrategy in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.removeBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

handleGetAllBatchModelAppliedStrategy

protected RemoteBatchModelAppliedStrategyFullVO[] handleGetAllBatchModelAppliedStrategy()
                                                                                 throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getAllBatchModelAppliedStrategy()

Specified by:
handleGetAllBatchModelAppliedStrategy in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.getAllBatchModelAppliedStrategy()

handleGetBatchModelAppliedStrategyByAppliedStrategyId

protected RemoteBatchModelAppliedStrategyFullVO[] handleGetBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer)

Specified by:
handleGetBatchModelAppliedStrategyByAppliedStrategyId in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer)

handleGetBatchModelAppliedStrategyByAcquisitionLevelCode

protected RemoteBatchModelAppliedStrategyFullVO[] handleGetBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String code)
                                                                                                    throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String)

Specified by:
handleGetBatchModelAppliedStrategyByAcquisitionLevelCode in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String)

handleGetBatchModelAppliedStrategyByIdentifiers

protected RemoteBatchModelAppliedStrategyFullVO handleGetBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId,
                                                                                                java.lang.String acquisitionLevelCode)
                                                                                         throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)

Specified by:
handleGetBatchModelAppliedStrategyByIdentifiers in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)

handleRemoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst,
                                                                                    RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
                                                                             throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

Specified by:
handleRemoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

handleRemoteBatchModelAppliedStrategyFullVOsAreEqual

protected boolean handleRemoteBatchModelAppliedStrategyFullVOsAreEqual(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst,
                                                                       RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
                                                                throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.remoteBatchModelAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

Specified by:
handleRemoteBatchModelAppliedStrategyFullVOsAreEqual in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.remoteBatchModelAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)

handleGetBatchModelAppliedStrategyNaturalIds

protected RemoteBatchModelAppliedStrategyNaturalId[] handleGetBatchModelAppliedStrategyNaturalIds()
                                                                                           throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyNaturalIds()

Specified by:
handleGetBatchModelAppliedStrategyNaturalIds in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyNaturalIds()

handleGetBatchModelAppliedStrategyByNaturalId

protected RemoteBatchModelAppliedStrategyFullVO handleGetBatchModelAppliedStrategyByNaturalId(RemoteBatchModelAppliedStrategyNaturalId batchModelAppliedStrategyNaturalId)
                                                                                       throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getBatchModelAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId)

Specified by:
handleGetBatchModelAppliedStrategyByNaturalId in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId)

handleGetClusterBatchModelAppliedStrategyByIdentifiers

protected ClusterBatchModelAppliedStrategy handleGetClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId,
                                                                                                  java.lang.String acquisitionLevelCode)
                                                                                           throws java.lang.Exception
Description copied from class: RemoteBatchModelAppliedStrategyFullServiceBase
Performs the core logic for RemoteBatchModelAppliedStrategyFullServiceBase.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)

Specified by:
handleGetClusterBatchModelAppliedStrategyByIdentifiers in class RemoteBatchModelAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteBatchModelAppliedStrategyFullService.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.