|
||||||||||
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.RemoteAppliedStrategyFullServiceBase
public abstract class RemoteAppliedStrategyFullServiceBase
Spring Service base class for fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteAppliedStrategyFullService
,
provides access to all services and entities referenced by this service.
RemoteAppliedStrategyFullService
Constructor Summary | |
---|---|
RemoteAppliedStrategyFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteAppliedStrategyFullServiceBase()
Method Detail |
---|
public void setAppliedStrategyDao(AppliedStrategyDao appliedStrategyDao)
appliedStrategy
's DAO.
protected AppliedStrategyDao getAppliedStrategyDao()
appliedStrategy
's DAO.
public void setAppliedPeriodDao(AppliedPeriodDao appliedPeriodDao)
appliedPeriod
's DAO.
protected AppliedPeriodDao getAppliedPeriodDao()
appliedPeriod
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setStrategyDao(StrategyDao strategyDao)
strategy
's DAO.
protected StrategyDao getStrategyDao()
strategy
's DAO.
public RemoteAppliedStrategyFullVO addAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
addAppliedStrategy
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.addAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected abstract RemoteAppliedStrategyFullVO handleAddAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy) throws java.lang.Exception
addAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
java.lang.Exception
public void updateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
updateAppliedStrategy
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.updateAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected abstract void handleUpdateAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy) throws java.lang.Exception
updateAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
java.lang.Exception
public void removeAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy)
removeAppliedStrategy
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.removeAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected abstract void handleRemoveAppliedStrategy(RemoteAppliedStrategyFullVO appliedStrategy) throws java.lang.Exception
removeAppliedStrategy(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
java.lang.Exception
public RemoteAppliedStrategyFullVO[] getAllAppliedStrategy()
getAllAppliedStrategy
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getAllAppliedStrategy()
protected abstract RemoteAppliedStrategyFullVO[] handleGetAllAppliedStrategy() throws java.lang.Exception
getAllAppliedStrategy()
java.lang.Exception
public RemoteAppliedStrategyFullVO getAppliedStrategyById(java.lang.Integer id)
getAppliedStrategyById
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getAppliedStrategyById(java.lang.Integer)
protected abstract RemoteAppliedStrategyFullVO handleGetAppliedStrategyById(java.lang.Integer id) throws java.lang.Exception
getAppliedStrategyById(java.lang.Integer)
java.lang.Exception
public RemoteAppliedStrategyFullVO[] getAppliedStrategyByIds(java.lang.Integer[] id)
getAppliedStrategyByIds
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getAppliedStrategyByIds(java.lang.Integer[])
protected abstract RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByIds(java.lang.Integer[] id) throws java.lang.Exception
getAppliedStrategyByIds(java.lang.Integer[])
java.lang.Exception
public RemoteAppliedStrategyFullVO[] getAppliedStrategyByLocationId(java.lang.Integer id)
getAppliedStrategyByLocationId
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getAppliedStrategyByLocationId(java.lang.Integer)
protected abstract RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByLocationId(java.lang.Integer id) throws java.lang.Exception
getAppliedStrategyByLocationId(java.lang.Integer)
java.lang.Exception
public RemoteAppliedStrategyFullVO[] getAppliedStrategyByStrategyId(java.lang.Integer id)
getAppliedStrategyByStrategyId
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getAppliedStrategyByStrategyId(java.lang.Integer)
protected abstract RemoteAppliedStrategyFullVO[] handleGetAppliedStrategyByStrategyId(java.lang.Integer id) throws java.lang.Exception
getAppliedStrategyByStrategyId(java.lang.Integer)
java.lang.Exception
public boolean remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
remoteAppliedStrategyFullVOsAreEqualOnIdentifiers
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected abstract boolean handleRemoteAppliedStrategyFullVOsAreEqualOnIdentifiers(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond) throws java.lang.Exception
remoteAppliedStrategyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
java.lang.Exception
public boolean remoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond)
remoteAppliedStrategyFullVOsAreEqual
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.remoteAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
protected abstract boolean handleRemoteAppliedStrategyFullVOsAreEqual(RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOFirst, RemoteAppliedStrategyFullVO remoteAppliedStrategyFullVOSecond) throws java.lang.Exception
remoteAppliedStrategyFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyFullVO)
java.lang.Exception
public RemoteAppliedStrategyNaturalId[] getAppliedStrategyNaturalIds()
getAppliedStrategyNaturalIds
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getAppliedStrategyNaturalIds()
protected abstract RemoteAppliedStrategyNaturalId[] handleGetAppliedStrategyNaturalIds() throws java.lang.Exception
getAppliedStrategyNaturalIds()
java.lang.Exception
public RemoteAppliedStrategyFullVO getAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId)
getAppliedStrategyByNaturalId
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyNaturalId)
protected abstract RemoteAppliedStrategyFullVO handleGetAppliedStrategyByNaturalId(RemoteAppliedStrategyNaturalId appliedStrategyNaturalId) throws java.lang.Exception
getAppliedStrategyByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAppliedStrategyNaturalId)
java.lang.Exception
public RemoteAppliedStrategyNaturalId getAppliedStrategyNaturalIdById(java.lang.Integer id)
getAppliedStrategyNaturalIdById
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getAppliedStrategyNaturalIdById(java.lang.Integer)
protected abstract RemoteAppliedStrategyNaturalId handleGetAppliedStrategyNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getAppliedStrategyNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterAppliedStrategy getClusterAppliedStrategyByIdentifiers(java.lang.Integer id)
getClusterAppliedStrategyByIdentifiers
in interface RemoteAppliedStrategyFullService
RemoteAppliedStrategyFullService.getClusterAppliedStrategyByIdentifiers(java.lang.Integer)
protected abstract ClusterAppliedStrategy handleGetClusterAppliedStrategyByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterAppliedStrategyByIdentifiers(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 |