|
||||||||||
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.RemoteBatchModelAppliedStrategyFullServiceBase
public abstract class RemoteBatchModelAppliedStrategyFullServiceBase
Spring Service base class for fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteBatchModelAppliedStrategyFullService
,
provides access to all services and entities referenced by this service.
RemoteBatchModelAppliedStrategyFullService
Constructor Summary | |
---|---|
RemoteBatchModelAppliedStrategyFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteBatchModelAppliedStrategyFullServiceBase()
Method Detail |
---|
public void setBatchModelAppliedStrategyDao(BatchModelAppliedStrategyDao batchModelAppliedStrategyDao)
batchModelAppliedStrategy
's DAO.
protected BatchModelAppliedStrategyDao getBatchModelAppliedStrategyDao()
batchModelAppliedStrategy
's DAO.
public void setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
appliedStrategy
's DAO.
protected AppliedStrategyDao getAppliedStrategyDao()
appliedStrategy
's DAO.
public void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
acquisitionLevel
's DAO.
protected AcquisitionLevelDao getAcquisitionLevelDao()
acquisitionLevel
's DAO.
public RemoteBatchModelAppliedStrategyFullVO addBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
addBatchModelAppliedStrategy
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.addBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected abstract RemoteBatchModelAppliedStrategyFullVO handleAddBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy) throws java.lang.Exception
addBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
java.lang.Exception
public void updateBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
updateBatchModelAppliedStrategy
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.updateBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected abstract void handleUpdateBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy) throws java.lang.Exception
updateBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
java.lang.Exception
public void removeBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy)
removeBatchModelAppliedStrategy
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.removeBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected abstract void handleRemoveBatchModelAppliedStrategy(RemoteBatchModelAppliedStrategyFullVO batchModelAppliedStrategy) throws java.lang.Exception
removeBatchModelAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
java.lang.Exception
public RemoteBatchModelAppliedStrategyFullVO[] getAllBatchModelAppliedStrategy()
getAllBatchModelAppliedStrategy
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.getAllBatchModelAppliedStrategy()
protected abstract RemoteBatchModelAppliedStrategyFullVO[] handleGetAllBatchModelAppliedStrategy() throws java.lang.Exception
getAllBatchModelAppliedStrategy()
java.lang.Exception
public RemoteBatchModelAppliedStrategyFullVO[] getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer id)
getBatchModelAppliedStrategyByAppliedStrategyId
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer)
protected abstract RemoteBatchModelAppliedStrategyFullVO[] handleGetBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer id) throws java.lang.Exception
getBatchModelAppliedStrategyByAppliedStrategyId(java.lang.Integer)
java.lang.Exception
public RemoteBatchModelAppliedStrategyFullVO[] getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String code)
getBatchModelAppliedStrategyByAcquisitionLevelCode
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String)
protected abstract RemoteBatchModelAppliedStrategyFullVO[] handleGetBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String code) throws java.lang.Exception
getBatchModelAppliedStrategyByAcquisitionLevelCode(java.lang.String)
java.lang.Exception
public RemoteBatchModelAppliedStrategyFullVO getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
getBatchModelAppliedStrategyByIdentifiers
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract RemoteBatchModelAppliedStrategyFullVO handleGetBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode) throws java.lang.Exception
getBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)
java.lang.Exception
public boolean remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst, RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected abstract boolean handleRemoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst, RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond) throws java.lang.Exception
remoteBatchModelAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
java.lang.Exception
public boolean remoteBatchModelAppliedStrategyFullVOsAreEqual(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst, RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond)
remoteBatchModelAppliedStrategyFullVOsAreEqual
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.remoteBatchModelAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
protected abstract boolean handleRemoteBatchModelAppliedStrategyFullVOsAreEqual(RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOFirst, RemoteBatchModelAppliedStrategyFullVO remoteBatchModelAppliedStrategyFullVOSecond) throws java.lang.Exception
remoteBatchModelAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyFullVO)
java.lang.Exception
public RemoteBatchModelAppliedStrategyNaturalId[] getBatchModelAppliedStrategyNaturalIds()
getBatchModelAppliedStrategyNaturalIds
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyNaturalIds()
protected abstract RemoteBatchModelAppliedStrategyNaturalId[] handleGetBatchModelAppliedStrategyNaturalIds() throws java.lang.Exception
getBatchModelAppliedStrategyNaturalIds()
java.lang.Exception
public RemoteBatchModelAppliedStrategyFullVO getBatchModelAppliedStrategyByNaturalId(RemoteBatchModelAppliedStrategyNaturalId batchModelAppliedStrategyNaturalId)
getBatchModelAppliedStrategyByNaturalId
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.getBatchModelAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId)
protected abstract RemoteBatchModelAppliedStrategyFullVO handleGetBatchModelAppliedStrategyByNaturalId(RemoteBatchModelAppliedStrategyNaturalId batchModelAppliedStrategyNaturalId) throws java.lang.Exception
getBatchModelAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteBatchModelAppliedStrategyNaturalId)
java.lang.Exception
public ClusterBatchModelAppliedStrategy getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode)
getClusterBatchModelAppliedStrategyByIdentifiers
in interface RemoteBatchModelAppliedStrategyFullService
RemoteBatchModelAppliedStrategyFullService.getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract ClusterBatchModelAppliedStrategy handleGetClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer appliedStrategyId, java.lang.String acquisitionLevelCode) throws java.lang.Exception
getClusterBatchModelAppliedStrategyByIdentifiers(java.lang.Integer, java.lang.String)
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 |