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

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.generic.service.RemotePmfmAppliedStrategyFullServiceBase
All Implemented Interfaces:
RemotePmfmAppliedStrategyFullService
Direct Known Subclasses:
RemotePmfmAppliedStrategyFullServiceImpl

public abstract class RemotePmfmAppliedStrategyFullServiceBase
extends java.lang.Object
implements RemotePmfmAppliedStrategyFullService

Spring Service base class for fr.ifremer.allegro.administration.programStrategy.generic.service.RemotePmfmAppliedStrategyFullService, provides access to all services and entities referenced by this service.

See Also:
RemotePmfmAppliedStrategyFullService

Constructor Summary
RemotePmfmAppliedStrategyFullServiceBase()
           
 
Method Summary
 RemotePmfmAppliedStrategyFullVO addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 RemotePmfmAppliedStrategyFullVO[] getAllPmfmAppliedStrategy()
           
protected  AnalysisInstrumentDao getAnalysisInstrumentDao()
          Gets the reference to analysisInstrument's DAO.
protected  AppliedStrategyDao getAppliedStrategyDao()
          Gets the reference to appliedStrategy's DAO.
 ClusterPmfmAppliedStrategy getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
protected  FishingMetierDao getFishingMetierDao()
          Gets the reference to fishingMetier's DAO.
protected  GearDao getGearDao()
          Gets the reference to gear's DAO.
protected  java.lang.String getMessage(java.lang.String key)
          Gets the message having the given key in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
          Gets the message having the given key and arguments in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
          Gets the message having the given key using the given arguments for the given locale.
protected  org.springframework.context.MessageSource getMessages()
          Gets the message source available to this service.
 RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByGearId(java.lang.Integer id)
           
 RemotePmfmAppliedStrategyFullVO getPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
           
 RemotePmfmAppliedStrategyFullVO getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
           
 RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
           
protected  PmfmAppliedStrategyDao getPmfmAppliedStrategyDao()
          Gets the reference to pmfmAppliedStrategy's DAO.
 RemotePmfmAppliedStrategyNaturalId[] getPmfmAppliedStrategyNaturalIds()
           
protected  PmfmDao getPmfmDao()
          Gets the reference to pmfm's DAO.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected abstract  RemotePmfmAppliedStrategyFullVO handleAddPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
          Performs the core logic for addPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract  RemotePmfmAppliedStrategyFullVO[] handleGetAllPmfmAppliedStrategy()
          Performs the core logic for getAllPmfmAppliedStrategy()
protected abstract  ClusterPmfmAppliedStrategy handleGetClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
          Performs the core logic for getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer)
protected abstract  RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
          Performs the core logic for getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer)
protected abstract  RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
          Performs the core logic for getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer)
protected abstract  RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByGearId(java.lang.Integer id)
          Performs the core logic for getPmfmAppliedStrategyByGearId(java.lang.Integer)
protected abstract  RemotePmfmAppliedStrategyFullVO handleGetPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
          Performs the core logic for getPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemotePmfmAppliedStrategyFullVO handleGetPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
          Performs the core logic for getPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId)
protected abstract  RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
          Performs the core logic for getPmfmAppliedStrategyByPmfmId(java.lang.Integer)
protected abstract  RemotePmfmAppliedStrategyNaturalId[] handleGetPmfmAppliedStrategyNaturalIds()
          Performs the core logic for getPmfmAppliedStrategyNaturalIds()
protected abstract  boolean handleRemotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
          Performs the core logic for remotePmfmAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract  boolean handleRemotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
          Performs the core logic for remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract  void handleRemovePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
          Performs the core logic for removePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract  void handleUpdatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
          Performs the core logic for updatePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
 boolean remotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
 boolean remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
           
 void removePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
          Sets the reference to analysisInstrument's DAO.
 void setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
          Sets the reference to appliedStrategy's DAO.
 void setFishingMetierDao(FishingMetierDao fishingMetierDao)
          Sets the reference to fishingMetier's DAO.
 void setGearDao(GearDao gearDao)
          Sets the reference to gear's DAO.
 void setPmfmAppliedStrategyDao(PmfmAppliedStrategyDao pmfmAppliedStrategyDao)
          Sets the reference to pmfmAppliedStrategy's DAO.
 void setPmfmDao(PmfmDao pmfmDao)
          Sets the reference to pmfm's DAO.
 void updatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePmfmAppliedStrategyFullServiceBase

public RemotePmfmAppliedStrategyFullServiceBase()
Method Detail

setPmfmAppliedStrategyDao

public void setPmfmAppliedStrategyDao(PmfmAppliedStrategyDao pmfmAppliedStrategyDao)
Sets the reference to pmfmAppliedStrategy's DAO.


getPmfmAppliedStrategyDao

protected PmfmAppliedStrategyDao getPmfmAppliedStrategyDao()
Gets the reference to pmfmAppliedStrategy's DAO.


setPmfmDao

public void setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfm's DAO.


getPmfmDao

protected PmfmDao getPmfmDao()
Gets the reference to pmfm's DAO.


setAppliedStrategyDao

public void setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
Sets the reference to appliedStrategy's DAO.


getAppliedStrategyDao

protected AppliedStrategyDao getAppliedStrategyDao()
Gets the reference to appliedStrategy's DAO.


setAnalysisInstrumentDao

public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
Sets the reference to analysisInstrument's DAO.


getAnalysisInstrumentDao

protected AnalysisInstrumentDao getAnalysisInstrumentDao()
Gets the reference to analysisInstrument's DAO.


setGearDao

public void setGearDao(GearDao gearDao)
Sets the reference to gear's DAO.


getGearDao

protected GearDao getGearDao()
Gets the reference to gear's DAO.


setFishingMetierDao

public void setFishingMetierDao(FishingMetierDao fishingMetierDao)
Sets the reference to fishingMetier's DAO.


getFishingMetierDao

protected FishingMetierDao getFishingMetierDao()
Gets the reference to fishingMetier's DAO.


addPmfmAppliedStrategy

public RemotePmfmAppliedStrategyFullVO addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
Specified by:
addPmfmAppliedStrategy in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.addPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

handleAddPmfmAppliedStrategy

protected abstract RemotePmfmAppliedStrategyFullVO handleAddPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
                                                                         throws java.lang.Exception
Performs the core logic for addPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

Throws:
java.lang.Exception

updatePmfmAppliedStrategy

public void updatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
Specified by:
updatePmfmAppliedStrategy in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.updatePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

handleUpdatePmfmAppliedStrategy

protected abstract void handleUpdatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
                                                 throws java.lang.Exception
Performs the core logic for updatePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

Throws:
java.lang.Exception

removePmfmAppliedStrategy

public void removePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
Specified by:
removePmfmAppliedStrategy in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.removePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

handleRemovePmfmAppliedStrategy

protected abstract void handleRemovePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
                                                 throws java.lang.Exception
Performs the core logic for removePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

Throws:
java.lang.Exception

getAllPmfmAppliedStrategy

public RemotePmfmAppliedStrategyFullVO[] getAllPmfmAppliedStrategy()
Specified by:
getAllPmfmAppliedStrategy in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getAllPmfmAppliedStrategy()

handleGetAllPmfmAppliedStrategy

protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetAllPmfmAppliedStrategy()
                                                                              throws java.lang.Exception
Performs the core logic for getAllPmfmAppliedStrategy()

Throws:
java.lang.Exception

getPmfmAppliedStrategyByPmfmId

public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
Specified by:
getPmfmAppliedStrategyByPmfmId in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByPmfmId(java.lang.Integer)

handleGetPmfmAppliedStrategyByPmfmId

protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Performs the core logic for getPmfmAppliedStrategyByPmfmId(java.lang.Integer)

Throws:
java.lang.Exception

getPmfmAppliedStrategyByAppliedStrategyId

public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
Specified by:
getPmfmAppliedStrategyByAppliedStrategyId in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer)

handleGetPmfmAppliedStrategyByAppliedStrategyId

protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
                                                                                              throws java.lang.Exception
Performs the core logic for getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer)

Throws:
java.lang.Exception

getPmfmAppliedStrategyByAnalysisInstrumentId

public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
Specified by:
getPmfmAppliedStrategyByAnalysisInstrumentId in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer)

handleGetPmfmAppliedStrategyByAnalysisInstrumentId

protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Performs the core logic for getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer)

Throws:
java.lang.Exception

getPmfmAppliedStrategyByGearId

public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByGearId(java.lang.Integer id)
Specified by:
getPmfmAppliedStrategyByGearId in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByGearId(java.lang.Integer)

handleGetPmfmAppliedStrategyByGearId

protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByGearId(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Performs the core logic for getPmfmAppliedStrategyByGearId(java.lang.Integer)

Throws:
java.lang.Exception

getPmfmAppliedStrategyByFishingMetierId

public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
Specified by:
getPmfmAppliedStrategyByFishingMetierId in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer)

handleGetPmfmAppliedStrategyByFishingMetierId

protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
                                                                                            throws java.lang.Exception
Performs the core logic for getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer)

Throws:
java.lang.Exception

getPmfmAppliedStrategyByIdentifiers

public RemotePmfmAppliedStrategyFullVO getPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId,
                                                                           java.lang.Integer appliedStrategyId)
Specified by:
getPmfmAppliedStrategyByIdentifiers in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetPmfmAppliedStrategyByIdentifiers

protected abstract RemotePmfmAppliedStrategyFullVO handleGetPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId,
                                                                                             java.lang.Integer appliedStrategyId)
                                                                                      throws java.lang.Exception
Performs the core logic for getPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers

public boolean remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst,
                                                                     RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
Specified by:
remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

handleRemotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst,
                                                                                       RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
                                                                                throws java.lang.Exception
Performs the core logic for remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

Throws:
java.lang.Exception

remotePmfmAppliedStrategyFullVOsAreEqual

public boolean remotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst,
                                                        RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
Specified by:
remotePmfmAppliedStrategyFullVOsAreEqual in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.remotePmfmAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

handleRemotePmfmAppliedStrategyFullVOsAreEqual

protected abstract boolean handleRemotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst,
                                                                          RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
                                                                   throws java.lang.Exception
Performs the core logic for remotePmfmAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)

Throws:
java.lang.Exception

getPmfmAppliedStrategyNaturalIds

public RemotePmfmAppliedStrategyNaturalId[] getPmfmAppliedStrategyNaturalIds()
Specified by:
getPmfmAppliedStrategyNaturalIds in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyNaturalIds()

handleGetPmfmAppliedStrategyNaturalIds

protected abstract RemotePmfmAppliedStrategyNaturalId[] handleGetPmfmAppliedStrategyNaturalIds()
                                                                                        throws java.lang.Exception
Performs the core logic for getPmfmAppliedStrategyNaturalIds()

Throws:
java.lang.Exception

getPmfmAppliedStrategyByNaturalId

public RemotePmfmAppliedStrategyFullVO getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
Specified by:
getPmfmAppliedStrategyByNaturalId in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId)

handleGetPmfmAppliedStrategyByNaturalId

protected abstract RemotePmfmAppliedStrategyFullVO handleGetPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
                                                                                    throws java.lang.Exception
Performs the core logic for getPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId)

Throws:
java.lang.Exception

getClusterPmfmAppliedStrategyByIdentifiers

public ClusterPmfmAppliedStrategy getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId,
                                                                             java.lang.Integer appliedStrategyId)
Specified by:
getClusterPmfmAppliedStrategyByIdentifiers in interface RemotePmfmAppliedStrategyFullService
See Also:
RemotePmfmAppliedStrategyFullService.getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetClusterPmfmAppliedStrategyByIdentifiers

protected abstract ClusterPmfmAppliedStrategy handleGetClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId,
                                                                                               java.lang.Integer appliedStrategyId)
                                                                                        throws java.lang.Exception
Performs the core logic for getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments)
Gets the message having the given key and arguments in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments,
                                      java.util.Locale locale)
Gets the message having the given key using the given arguments for the given locale.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.
locale - the locale of the messages to retrieve.


Copyright © 2008-2010 IFREMER. All Rights Reserved.