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

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteAppliedStrategyFullServiceBase
      extended by fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteAppliedStrategyFullServiceImpl
All Implemented Interfaces:
RemoteAppliedStrategyFullService

public class RemoteAppliedStrategyFullServiceImpl
extends RemoteAppliedStrategyFullServiceBase

See Also:
RemoteAppliedStrategyFullService

Constructor Summary
RemoteAppliedStrategyFullServiceImpl()
           
 
Method Summary
protected  RemoteAppliedStrategyFullVO handleAddAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.addAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  RemoteAppliedStrategyFullVO[] handleGetAllAppliedStrategy()
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAllAppliedStrategy()
protected  RemoteAppliedStrategyFullVO handleGetAppliedStrategyById(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyById(java.lang.Integer)
protected  RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByIds(java.lang.Integer[])
protected  RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByLocationId(java.lang.Integer)
protected  RemoteAppliedStrategyFullVO handleGetAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyNaturalId)
protected  RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByStrategyId(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByStrategyId(java.lang.Integer)
protected  RemoteAppliedStrategyNaturalId handleGetAppliedStrategyNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyNaturalIdById(java.lang.Integer)
protected  RemoteAppliedStrategyNaturalId[] handleGetAppliedStrategyNaturalIds()
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyNaturalIds()
protected  ClusterAppliedStrategy handleGetClusterAppliedStrategyByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.getClusterAppliedStrategyByIdentifiers(java.lang.Integer)
protected  boolean handleRemoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.remoteAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  boolean handleRemoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  void handleRemoveAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.removeAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected  void handleUpdateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
          Performs the core logic for RemoteAppliedStrategyFullServiceBase.updateAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
 
Methods inherited from class fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteAppliedStrategyFullServiceBase
addAppliedStrategy, getAllAppliedStrategy, getAppliedPeriodDao, getAppliedStrategyById, getAppliedStrategyByIds, getAppliedStrategyByLocationId, getAppliedStrategyByNaturalId, getAppliedStrategyByStrategyId, getAppliedStrategyDao, getAppliedStrategyNaturalIdById, getAppliedStrategyNaturalIds, getClusterAppliedStrategyByIdentifiers, getLocationDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStrategyDao, remoteAppliedStrategyFullVOsAreEqual, remoteAppliedStrategyFullVOsAreEqualOnIdentifiers, removeAppliedStrategy, setAppliedPeriodDao, setAppliedStrategyDao, setLocationDao, setStrategyDao, updateAppliedStrategy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAppliedStrategyFullServiceImpl

public RemoteAppliedStrategyFullServiceImpl()
Method Detail

handleAddAppliedStrategy

protected RemoteAppliedStrategyFullVO handleAddAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
                                                        throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.addAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

Specified by:
handleAddAppliedStrategy in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.addAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

handleUpdateAppliedStrategy

protected void handleUpdateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
                                    throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.updateAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

Specified by:
handleUpdateAppliedStrategy in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.updateAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

handleRemoveAppliedStrategy

protected void handleRemoveAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
                                    throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.removeAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

Specified by:
handleRemoveAppliedStrategy in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.removeAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

handleGetAllAppliedStrategy

protected RemoteAppliedStrategyFullVO[] handleGetAllAppliedStrategy()
                                                             throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAllAppliedStrategy()

Specified by:
handleGetAllAppliedStrategy in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getAllAppliedStrategy()

handleGetAppliedStrategyById

protected RemoteAppliedStrategyFullVO handleGetAppliedStrategyById(java.lang.Integer id)
                                                            throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyById(java.lang.Integer)

Specified by:
handleGetAppliedStrategyById in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getAppliedStrategyById(java.lang.Integer)

handleGetAppliedStrategyByIds

protected RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByIds(java.lang.Integer[] id)
                                                               throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByIds(java.lang.Integer[])

Specified by:
handleGetAppliedStrategyByIds in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getAppliedStrategyByIds(java.lang.Integer[])

handleGetAppliedStrategyByLocationId

protected RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByLocationId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByLocationId(java.lang.Integer)

Specified by:
handleGetAppliedStrategyByLocationId in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getAppliedStrategyByLocationId(java.lang.Integer)

handleGetAppliedStrategyByStrategyId

protected RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByStrategyId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByStrategyId(java.lang.Integer)

Specified by:
handleGetAppliedStrategyByStrategyId in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getAppliedStrategyByStrategyId(java.lang.Integer)

handleRemoteAppliedStrategyFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst,
                                                                          RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
                                                                   throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

Specified by:
handleRemoteAppliedStrategyFullVOsAreEqualOnIdentifiers in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

handleRemoteAppliedStrategyFullVOsAreEqual

protected boolean handleRemoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst,
                                                             RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
                                                      throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.remoteAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

Specified by:
handleRemoteAppliedStrategyFullVOsAreEqual in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.remoteAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)

handleGetAppliedStrategyNaturalIds

protected RemoteAppliedStrategyNaturalId[] handleGetAppliedStrategyNaturalIds()
                                                                       throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyNaturalIds()

Specified by:
handleGetAppliedStrategyNaturalIds in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getAppliedStrategyNaturalIds()

handleGetAppliedStrategyByNaturalId

protected RemoteAppliedStrategyFullVO handleGetAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
                                                                   throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyNaturalId)

Specified by:
handleGetAppliedStrategyByNaturalId in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyNaturalId)

handleGetAppliedStrategyNaturalIdById

protected RemoteAppliedStrategyNaturalId handleGetAppliedStrategyNaturalIdById(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getAppliedStrategyNaturalIdById(java.lang.Integer)

Specified by:
handleGetAppliedStrategyNaturalIdById in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getAppliedStrategyNaturalIdById(java.lang.Integer)

handleGetClusterAppliedStrategyByIdentifiers

protected ClusterAppliedStrategy handleGetClusterAppliedStrategyByIdentifiers(java.lang.Integer id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteAppliedStrategyFullServiceBase
Performs the core logic for RemoteAppliedStrategyFullServiceBase.getClusterAppliedStrategyByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterAppliedStrategyByIdentifiers in class RemoteAppliedStrategyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAppliedStrategyFullService.getClusterAppliedStrategyByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.