|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.generic.service.RemoteAggregationLevelFullServiceBase
public abstract class RemoteAggregationLevelFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.pmfm.generic.service.RemoteAggregationLevelFullService
,
provides access to all services and entities referenced by this service.
RemoteAggregationLevelFullService
Constructor Summary | |
---|---|
RemoteAggregationLevelFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteAggregationLevelFullServiceBase()
Method Detail |
---|
public void setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
aggregationLevel
's DAO.
protected AggregationLevelDao getAggregationLevelDao()
aggregationLevel
's DAO.
public RemoteAggregationLevelFullVO addAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
addAggregationLevel
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.addAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected abstract RemoteAggregationLevelFullVO handleAddAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel) throws java.lang.Exception
addAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
java.lang.Exception
public void updateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
updateAggregationLevel
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.updateAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected abstract void handleUpdateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel) throws java.lang.Exception
updateAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
java.lang.Exception
public void removeAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
removeAggregationLevel
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.removeAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected abstract void handleRemoveAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel) throws java.lang.Exception
removeAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
java.lang.Exception
public RemoteAggregationLevelFullVO[] getAllAggregationLevel()
getAllAggregationLevel
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.getAllAggregationLevel()
protected abstract RemoteAggregationLevelFullVO[] handleGetAllAggregationLevel() throws java.lang.Exception
getAllAggregationLevel()
java.lang.Exception
public RemoteAggregationLevelFullVO getAggregationLevelById(java.lang.Integer id)
getAggregationLevelById
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.getAggregationLevelById(java.lang.Integer)
protected abstract RemoteAggregationLevelFullVO handleGetAggregationLevelById(java.lang.Integer id) throws java.lang.Exception
getAggregationLevelById(java.lang.Integer)
java.lang.Exception
public RemoteAggregationLevelFullVO[] getAggregationLevelByIds(java.lang.Integer[] id)
getAggregationLevelByIds
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.getAggregationLevelByIds(java.lang.Integer[])
protected abstract RemoteAggregationLevelFullVO[] handleGetAggregationLevelByIds(java.lang.Integer[] id) throws java.lang.Exception
getAggregationLevelByIds(java.lang.Integer[])
java.lang.Exception
public boolean remoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
remoteAggregationLevelFullVOsAreEqualOnIdentifiers
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.remoteAggregationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected abstract boolean handleRemoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond) throws java.lang.Exception
remoteAggregationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
java.lang.Exception
public boolean remoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
remoteAggregationLevelFullVOsAreEqual
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.remoteAggregationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected abstract boolean handleRemoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond) throws java.lang.Exception
remoteAggregationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
java.lang.Exception
public RemoteAggregationLevelNaturalId[] getAggregationLevelNaturalIds()
getAggregationLevelNaturalIds
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.getAggregationLevelNaturalIds()
protected abstract RemoteAggregationLevelNaturalId[] handleGetAggregationLevelNaturalIds() throws java.lang.Exception
getAggregationLevelNaturalIds()
java.lang.Exception
public RemoteAggregationLevelFullVO getAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
getAggregationLevelByNaturalId
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.getAggregationLevelByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)
protected abstract RemoteAggregationLevelFullVO handleGetAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId) throws java.lang.Exception
getAggregationLevelByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)
java.lang.Exception
public RemoteAggregationLevelNaturalId getAggregationLevelNaturalIdById(java.lang.Integer id)
getAggregationLevelNaturalIdById
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.getAggregationLevelNaturalIdById(java.lang.Integer)
protected abstract RemoteAggregationLevelNaturalId handleGetAggregationLevelNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getAggregationLevelNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterAggregationLevel addOrUpdateClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel)
addOrUpdateClusterAggregationLevel
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.addOrUpdateClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
protected abstract ClusterAggregationLevel handleAddOrUpdateClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel) throws java.lang.Exception
addOrUpdateClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
java.lang.Exception
public ClusterAggregationLevel[] getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterAggregationLevelSinceDateSynchro
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterAggregationLevel[] handleGetAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterAggregationLevel getClusterAggregationLevelByIdentifiers(java.lang.Integer id)
getClusterAggregationLevelByIdentifiers
in interface RemoteAggregationLevelFullService
RemoteAggregationLevelFullService.getClusterAggregationLevelByIdentifiers(java.lang.Integer)
protected abstract ClusterAggregationLevel handleGetClusterAggregationLevelByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterAggregationLevelByIdentifiers(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 |