|
||||||||||
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.RemoteAcquisitionLevelFullServiceBase
public abstract class RemoteAcquisitionLevelFullServiceBase
Spring Service base class for fr.ifremer.allegro.administration.programStrategy.generic.service.RemoteAcquisitionLevelFullService
,
provides access to all services and entities referenced by this service.
RemoteAcquisitionLevelFullService
Constructor Summary | |
---|---|
RemoteAcquisitionLevelFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteAcquisitionLevelFullServiceBase()
Method Detail |
---|
public void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
acquisitionLevel
's DAO.
protected AcquisitionLevelDao getAcquisitionLevelDao()
acquisitionLevel
's DAO.
public RemoteAcquisitionLevelFullVO addAcquisitionLevel(RemoteAcquisitionLevelFullVO acquisitionLevel)
addAcquisitionLevel
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.addAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
protected abstract RemoteAcquisitionLevelFullVO handleAddAcquisitionLevel(RemoteAcquisitionLevelFullVO acquisitionLevel) throws java.lang.Exception
addAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
java.lang.Exception
public void updateAcquisitionLevel(RemoteAcquisitionLevelFullVO acquisitionLevel)
updateAcquisitionLevel
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.updateAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
protected abstract void handleUpdateAcquisitionLevel(RemoteAcquisitionLevelFullVO acquisitionLevel) throws java.lang.Exception
updateAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
java.lang.Exception
public void removeAcquisitionLevel(RemoteAcquisitionLevelFullVO acquisitionLevel)
removeAcquisitionLevel
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.removeAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
protected abstract void handleRemoveAcquisitionLevel(RemoteAcquisitionLevelFullVO acquisitionLevel) throws java.lang.Exception
removeAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
java.lang.Exception
public RemoteAcquisitionLevelFullVO[] getAllAcquisitionLevel()
getAllAcquisitionLevel
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.getAllAcquisitionLevel()
protected abstract RemoteAcquisitionLevelFullVO[] handleGetAllAcquisitionLevel() throws java.lang.Exception
getAllAcquisitionLevel()
java.lang.Exception
public RemoteAcquisitionLevelFullVO getAcquisitionLevelByCode(java.lang.String code)
getAcquisitionLevelByCode
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.getAcquisitionLevelByCode(java.lang.String)
protected abstract RemoteAcquisitionLevelFullVO handleGetAcquisitionLevelByCode(java.lang.String code) throws java.lang.Exception
getAcquisitionLevelByCode(java.lang.String)
java.lang.Exception
public RemoteAcquisitionLevelFullVO[] getAcquisitionLevelByCodes(java.lang.String[] code)
getAcquisitionLevelByCodes
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.getAcquisitionLevelByCodes(java.lang.String[])
protected abstract RemoteAcquisitionLevelFullVO[] handleGetAcquisitionLevelByCodes(java.lang.String[] code) throws java.lang.Exception
getAcquisitionLevelByCodes(java.lang.String[])
java.lang.Exception
public boolean remoteAcquisitionLevelFullVOsAreEqualOnIdentifiers(RemoteAcquisitionLevelFullVO remoteAcquisitionLevelFullVOFirst, RemoteAcquisitionLevelFullVO remoteAcquisitionLevelFullVOSecond)
remoteAcquisitionLevelFullVOsAreEqualOnIdentifiers
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.remoteAcquisitionLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
protected abstract boolean handleRemoteAcquisitionLevelFullVOsAreEqualOnIdentifiers(RemoteAcquisitionLevelFullVO remoteAcquisitionLevelFullVOFirst, RemoteAcquisitionLevelFullVO remoteAcquisitionLevelFullVOSecond) throws java.lang.Exception
remoteAcquisitionLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
java.lang.Exception
public boolean remoteAcquisitionLevelFullVOsAreEqual(RemoteAcquisitionLevelFullVO remoteAcquisitionLevelFullVOFirst, RemoteAcquisitionLevelFullVO remoteAcquisitionLevelFullVOSecond)
remoteAcquisitionLevelFullVOsAreEqual
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.remoteAcquisitionLevelFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
protected abstract boolean handleRemoteAcquisitionLevelFullVOsAreEqual(RemoteAcquisitionLevelFullVO remoteAcquisitionLevelFullVOFirst, RemoteAcquisitionLevelFullVO remoteAcquisitionLevelFullVOSecond) throws java.lang.Exception
remoteAcquisitionLevelFullVOsAreEqual(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO, fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelFullVO)
java.lang.Exception
public RemoteAcquisitionLevelNaturalId[] getAcquisitionLevelNaturalIds()
getAcquisitionLevelNaturalIds
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.getAcquisitionLevelNaturalIds()
protected abstract RemoteAcquisitionLevelNaturalId[] handleGetAcquisitionLevelNaturalIds() throws java.lang.Exception
getAcquisitionLevelNaturalIds()
java.lang.Exception
public RemoteAcquisitionLevelFullVO getAcquisitionLevelByNaturalId(RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId)
getAcquisitionLevelByNaturalId
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.getAcquisitionLevelByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelNaturalId)
protected abstract RemoteAcquisitionLevelFullVO handleGetAcquisitionLevelByNaturalId(RemoteAcquisitionLevelNaturalId acquisitionLevelNaturalId) throws java.lang.Exception
getAcquisitionLevelByNaturalId(fr.ifremer.allegro.administration.programStrategy.generic.vo.RemoteAcquisitionLevelNaturalId)
java.lang.Exception
public RemoteAcquisitionLevelNaturalId getAcquisitionLevelNaturalIdByCode(java.lang.String code)
getAcquisitionLevelNaturalIdByCode
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.getAcquisitionLevelNaturalIdByCode(java.lang.String)
protected abstract RemoteAcquisitionLevelNaturalId handleGetAcquisitionLevelNaturalIdByCode(java.lang.String code) throws java.lang.Exception
getAcquisitionLevelNaturalIdByCode(java.lang.String)
java.lang.Exception
public ClusterAcquisitionLevel addOrUpdateClusterAcquisitionLevel(ClusterAcquisitionLevel clusterAcquisitionLevel)
addOrUpdateClusterAcquisitionLevel
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.addOrUpdateClusterAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterAcquisitionLevel)
protected abstract ClusterAcquisitionLevel handleAddOrUpdateClusterAcquisitionLevel(ClusterAcquisitionLevel clusterAcquisitionLevel) throws java.lang.Exception
addOrUpdateClusterAcquisitionLevel(fr.ifremer.allegro.administration.programStrategy.generic.cluster.ClusterAcquisitionLevel)
java.lang.Exception
public ClusterAcquisitionLevel[] getAllClusterAcquisitionLevel(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterAcquisitionLevel
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.getAllClusterAcquisitionLevel(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterAcquisitionLevel[] handleGetAllClusterAcquisitionLevel(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterAcquisitionLevel(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterAcquisitionLevel getClusterAcquisitionLevelByIdentifiers(java.lang.String code)
getClusterAcquisitionLevelByIdentifiers
in interface RemoteAcquisitionLevelFullService
RemoteAcquisitionLevelFullService.getClusterAcquisitionLevelByIdentifiers(java.lang.String)
protected abstract ClusterAcquisitionLevel handleGetClusterAcquisitionLevelByIdentifiers(java.lang.String code) throws java.lang.Exception
getClusterAcquisitionLevelByIdentifiers(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 |