|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.programStrategy.generic.service.RemotePmfmAppliedStrategyFullServiceBase
public abstract class RemotePmfmAppliedStrategyFullServiceBase
Spring Service base class for fr.ifremer.allegro.administration.programStrategy.generic.service.RemotePmfmAppliedStrategyFullService
,
provides access to all services and entities referenced by this service.
RemotePmfmAppliedStrategyFullService
Constructor Summary | |
---|---|
RemotePmfmAppliedStrategyFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemotePmfmAppliedStrategyFullServiceBase()
Method Detail |
---|
public void setPmfmAppliedStrategyDao(PmfmAppliedStrategyDao pmfmAppliedStrategyDao)
pmfmAppliedStrategy
's DAO.
protected PmfmAppliedStrategyDao getPmfmAppliedStrategyDao()
pmfmAppliedStrategy
's DAO.
public void setPmfmDao(PmfmDao pmfmDao)
pmfm
's DAO.
protected PmfmDao getPmfmDao()
pmfm
's DAO.
public void setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
appliedStrategy
's DAO.
protected AppliedStrategyDao getAppliedStrategyDao()
appliedStrategy
's DAO.
public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
analysisInstrument
's DAO.
protected AnalysisInstrumentDao getAnalysisInstrumentDao()
analysisInstrument
's DAO.
public void setGearDao(GearDao gearDao)
gear
's DAO.
protected GearDao getGearDao()
gear
's DAO.
public void setFishingMetierDao(FishingMetierDao fishingMetierDao)
fishingMetier
's DAO.
protected FishingMetierDao getFishingMetierDao()
fishingMetier
's DAO.
public RemotePmfmAppliedStrategyFullVO addPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
addPmfmAppliedStrategy
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.addPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract RemotePmfmAppliedStrategyFullVO handleAddPmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy) throws java.lang.Exception
addPmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
java.lang.Exception
public void updatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
updatePmfmAppliedStrategy
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.updatePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract void handleUpdatePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy) throws java.lang.Exception
updatePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
java.lang.Exception
public void removePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy)
removePmfmAppliedStrategy
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.removePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract void handleRemovePmfmAppliedStrategy(RemotePmfmAppliedStrategyFullVO pmfmAppliedStrategy) throws java.lang.Exception
removePmfmAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
java.lang.Exception
public RemotePmfmAppliedStrategyFullVO[] getAllPmfmAppliedStrategy()
getAllPmfmAppliedStrategy
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getAllPmfmAppliedStrategy()
protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetAllPmfmAppliedStrategy() throws java.lang.Exception
getAllPmfmAppliedStrategy()
java.lang.Exception
public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByPmfmId(java.lang.Integer id)
getPmfmAppliedStrategyByPmfmId
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByPmfmId(java.lang.Integer)
protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByPmfmId(java.lang.Integer id) throws java.lang.Exception
getPmfmAppliedStrategyByPmfmId(java.lang.Integer)
java.lang.Exception
public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
getPmfmAppliedStrategyByAppliedStrategyId
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer)
protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer id) throws java.lang.Exception
getPmfmAppliedStrategyByAppliedStrategyId(java.lang.Integer)
java.lang.Exception
public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id)
getPmfmAppliedStrategyByAnalysisInstrumentId
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getPmfmAppliedStrategyByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByGearId(java.lang.Integer id)
getPmfmAppliedStrategyByGearId
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByGearId(java.lang.Integer)
protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByGearId(java.lang.Integer id) throws java.lang.Exception
getPmfmAppliedStrategyByGearId(java.lang.Integer)
java.lang.Exception
public RemotePmfmAppliedStrategyFullVO[] getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id)
getPmfmAppliedStrategyByFishingMetierId
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer)
protected abstract RemotePmfmAppliedStrategyFullVO[] handleGetPmfmAppliedStrategyByFishingMetierId(java.lang.Integer id) throws java.lang.Exception
getPmfmAppliedStrategyByFishingMetierId(java.lang.Integer)
java.lang.Exception
public RemotePmfmAppliedStrategyFullVO getPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
getPmfmAppliedStrategyByIdentifiers
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemotePmfmAppliedStrategyFullVO handleGetPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId) throws java.lang.Exception
getPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract boolean handleRemotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond) throws java.lang.Exception
remotePmfmAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
java.lang.Exception
public boolean remotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond)
remotePmfmAppliedStrategyFullVOsAreEqual
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.remotePmfmAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
protected abstract boolean handleRemotePmfmAppliedStrategyFullVOsAreEqual(RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOFirst, RemotePmfmAppliedStrategyFullVO remotePmfmAppliedStrategyFullVOSecond) throws java.lang.Exception
remotePmfmAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyFullVO)
java.lang.Exception
public RemotePmfmAppliedStrategyNaturalId[] getPmfmAppliedStrategyNaturalIds()
getPmfmAppliedStrategyNaturalIds
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyNaturalIds()
protected abstract RemotePmfmAppliedStrategyNaturalId[] handleGetPmfmAppliedStrategyNaturalIds() throws java.lang.Exception
getPmfmAppliedStrategyNaturalIds()
java.lang.Exception
public RemotePmfmAppliedStrategyFullVO getPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId)
getPmfmAppliedStrategyByNaturalId
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId)
protected abstract RemotePmfmAppliedStrategyFullVO handleGetPmfmAppliedStrategyByNaturalId(RemotePmfmAppliedStrategyNaturalId pmfmAppliedStrategyNaturalId) throws java.lang.Exception
getPmfmAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemotePmfmAppliedStrategyNaturalId)
java.lang.Exception
public ClusterPmfmAppliedStrategy getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId)
getClusterPmfmAppliedStrategyByIdentifiers
in interface RemotePmfmAppliedStrategyFullService
RemotePmfmAppliedStrategyFullService.getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterPmfmAppliedStrategy handleGetClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer appliedStrategyId) throws java.lang.Exception
getClusterPmfmAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
protected org.springframework.context.MessageSource getMessages()
protected java.lang.String getMessage(java.lang.String key)
key
in the underlying message bundle.
key
- the key of the message in the messages.properties message bundle.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
key
and arguments
in the
underlying message bundle.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
key
using the given arguments
for the given locale
.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |