|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.generic.service.RemoteAnalysisInstrumentFullServiceBase
public abstract class RemoteAnalysisInstrumentFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.generic.service.RemoteAnalysisInstrumentFullService
,
provides access to all services and entities referenced by this service.
RemoteAnalysisInstrumentFullService
Constructor Summary | |
---|---|
RemoteAnalysisInstrumentFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteAnalysisInstrumentFullServiceBase()
Method Detail |
---|
public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
analysisInstrument
's DAO.
protected AnalysisInstrumentDao getAnalysisInstrumentDao()
analysisInstrument
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteAnalysisInstrumentFullVO addAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
addAnalysisInstrument
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.addAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected abstract RemoteAnalysisInstrumentFullVO handleAddAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument) throws java.lang.Exception
addAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
java.lang.Exception
public void updateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
updateAnalysisInstrument
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.updateAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected abstract void handleUpdateAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument) throws java.lang.Exception
updateAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
java.lang.Exception
public void removeAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument)
removeAnalysisInstrument
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.removeAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected abstract void handleRemoveAnalysisInstrument(RemoteAnalysisInstrumentFullVO analysisInstrument) throws java.lang.Exception
removeAnalysisInstrument(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
java.lang.Exception
public RemoteAnalysisInstrumentFullVO[] getAllAnalysisInstrument()
getAllAnalysisInstrument
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getAllAnalysisInstrument()
protected abstract RemoteAnalysisInstrumentFullVO[] handleGetAllAnalysisInstrument() throws java.lang.Exception
getAllAnalysisInstrument()
java.lang.Exception
public RemoteAnalysisInstrumentFullVO getAnalysisInstrumentById(java.lang.Integer id)
getAnalysisInstrumentById
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentById(java.lang.Integer)
protected abstract RemoteAnalysisInstrumentFullVO handleGetAnalysisInstrumentById(java.lang.Integer id) throws java.lang.Exception
getAnalysisInstrumentById(java.lang.Integer)
java.lang.Exception
public RemoteAnalysisInstrumentFullVO[] getAnalysisInstrumentByIds(java.lang.Integer[] id)
getAnalysisInstrumentByIds
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByIds(java.lang.Integer[])
protected abstract RemoteAnalysisInstrumentFullVO[] handleGetAnalysisInstrumentByIds(java.lang.Integer[] id) throws java.lang.Exception
getAnalysisInstrumentByIds(java.lang.Integer[])
java.lang.Exception
public RemoteAnalysisInstrumentFullVO[] getAnalysisInstrumentByStatusCode(java.lang.String code)
getAnalysisInstrumentByStatusCode
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByStatusCode(java.lang.String)
protected abstract RemoteAnalysisInstrumentFullVO[] handleGetAnalysisInstrumentByStatusCode(java.lang.String code) throws java.lang.Exception
getAnalysisInstrumentByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected abstract boolean handleRemoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond) throws java.lang.Exception
remoteAnalysisInstrumentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
java.lang.Exception
public boolean remoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond)
remoteAnalysisInstrumentFullVOsAreEqual
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.remoteAnalysisInstrumentFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
protected abstract boolean handleRemoteAnalysisInstrumentFullVOsAreEqual(RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOFirst, RemoteAnalysisInstrumentFullVO remoteAnalysisInstrumentFullVOSecond) throws java.lang.Exception
remoteAnalysisInstrumentFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentFullVO)
java.lang.Exception
public RemoteAnalysisInstrumentNaturalId[] getAnalysisInstrumentNaturalIds()
getAnalysisInstrumentNaturalIds
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentNaturalIds()
protected abstract RemoteAnalysisInstrumentNaturalId[] handleGetAnalysisInstrumentNaturalIds() throws java.lang.Exception
getAnalysisInstrumentNaturalIds()
java.lang.Exception
public RemoteAnalysisInstrumentFullVO getAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId)
getAnalysisInstrumentByNaturalId
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)
protected abstract RemoteAnalysisInstrumentFullVO handleGetAnalysisInstrumentByNaturalId(RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId) throws java.lang.Exception
getAnalysisInstrumentByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteAnalysisInstrumentNaturalId)
java.lang.Exception
public RemoteAnalysisInstrumentNaturalId getAnalysisInstrumentNaturalIdById(java.lang.Integer id)
getAnalysisInstrumentNaturalIdById
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getAnalysisInstrumentNaturalIdById(java.lang.Integer)
protected abstract RemoteAnalysisInstrumentNaturalId handleGetAnalysisInstrumentNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getAnalysisInstrumentNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterAnalysisInstrument addOrUpdateClusterAnalysisInstrument(ClusterAnalysisInstrument clusterAnalysisInstrument)
addOrUpdateClusterAnalysisInstrument
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.addOrUpdateClusterAnalysisInstrument(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)
protected abstract ClusterAnalysisInstrument handleAddOrUpdateClusterAnalysisInstrument(ClusterAnalysisInstrument clusterAnalysisInstrument) throws java.lang.Exception
addOrUpdateClusterAnalysisInstrument(fr.ifremer.allegro.referential.generic.cluster.ClusterAnalysisInstrument)
java.lang.Exception
public ClusterAnalysisInstrument[] getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterAnalysisInstrumentSinceDateSynchro
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterAnalysisInstrument[] handleGetAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterAnalysisInstrumentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterAnalysisInstrument getClusterAnalysisInstrumentByIdentifiers(java.lang.Integer id)
getClusterAnalysisInstrumentByIdentifiers
in interface RemoteAnalysisInstrumentFullService
RemoteAnalysisInstrumentFullService.getClusterAnalysisInstrumentByIdentifiers(java.lang.Integer)
protected abstract ClusterAnalysisInstrument handleGetClusterAnalysisInstrumentByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterAnalysisInstrumentByIdentifiers(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 |