|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingSystemFullServiceBase
public abstract class RemoteTranscribingSystemFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingSystemFullService
,
provides access to all services and entities referenced by this service.
RemoteTranscribingSystemFullService
Constructor Summary | |
---|---|
RemoteTranscribingSystemFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTranscribingSystemFullServiceBase()
Method Detail |
---|
public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
transcribingSystem
's DAO.
protected TranscribingSystemDao getTranscribingSystemDao()
transcribingSystem
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteTranscribingSystemFullVO addTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
addTranscribingSystem
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.addTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected abstract RemoteTranscribingSystemFullVO handleAddTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem) throws java.lang.Exception
addTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
java.lang.Exception
public void updateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
updateTranscribingSystem
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.updateTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected abstract void handleUpdateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem) throws java.lang.Exception
updateTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
java.lang.Exception
public void removeTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
removeTranscribingSystem
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.removeTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected abstract void handleRemoveTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem) throws java.lang.Exception
removeTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
java.lang.Exception
public RemoteTranscribingSystemFullVO[] getAllTranscribingSystem()
getAllTranscribingSystem
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getAllTranscribingSystem()
protected abstract RemoteTranscribingSystemFullVO[] handleGetAllTranscribingSystem() throws java.lang.Exception
getAllTranscribingSystem()
java.lang.Exception
public RemoteTranscribingSystemFullVO getTranscribingSystemById(java.lang.Integer id)
getTranscribingSystemById
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getTranscribingSystemById(java.lang.Integer)
protected abstract RemoteTranscribingSystemFullVO handleGetTranscribingSystemById(java.lang.Integer id) throws java.lang.Exception
getTranscribingSystemById(java.lang.Integer)
java.lang.Exception
public RemoteTranscribingSystemFullVO[] getTranscribingSystemByIds(java.lang.Integer[] id)
getTranscribingSystemByIds
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getTranscribingSystemByIds(java.lang.Integer[])
protected abstract RemoteTranscribingSystemFullVO[] handleGetTranscribingSystemByIds(java.lang.Integer[] id) throws java.lang.Exception
getTranscribingSystemByIds(java.lang.Integer[])
java.lang.Exception
public RemoteTranscribingSystemFullVO[] getTranscribingSystemByStatusCode(java.lang.String code)
getTranscribingSystemByStatusCode
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getTranscribingSystemByStatusCode(java.lang.String)
protected abstract RemoteTranscribingSystemFullVO[] handleGetTranscribingSystemByStatusCode(java.lang.String code) throws java.lang.Exception
getTranscribingSystemByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
remoteTranscribingSystemFullVOsAreEqualOnIdentifiers
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected abstract boolean handleRemoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond) throws java.lang.Exception
remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
java.lang.Exception
public boolean remoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
remoteTranscribingSystemFullVOsAreEqual
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.remoteTranscribingSystemFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected abstract boolean handleRemoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond) throws java.lang.Exception
remoteTranscribingSystemFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
java.lang.Exception
public RemoteTranscribingSystemNaturalId[] getTranscribingSystemNaturalIds()
getTranscribingSystemNaturalIds
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getTranscribingSystemNaturalIds()
protected abstract RemoteTranscribingSystemNaturalId[] handleGetTranscribingSystemNaturalIds() throws java.lang.Exception
getTranscribingSystemNaturalIds()
java.lang.Exception
public RemoteTranscribingSystemFullVO getTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
getTranscribingSystemByNaturalId
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getTranscribingSystemByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemNaturalId)
protected abstract RemoteTranscribingSystemFullVO handleGetTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId) throws java.lang.Exception
getTranscribingSystemByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemNaturalId)
java.lang.Exception
public RemoteTranscribingSystemNaturalId getTranscribingSystemNaturalIdById(java.lang.Integer id)
getTranscribingSystemNaturalIdById
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getTranscribingSystemNaturalIdById(java.lang.Integer)
protected abstract RemoteTranscribingSystemNaturalId handleGetTranscribingSystemNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getTranscribingSystemNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterTranscribingSystem addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
addOrUpdateClusterTranscribingSystem
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.addOrUpdateClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
protected abstract ClusterTranscribingSystem handleAddOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem) throws java.lang.Exception
addOrUpdateClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
java.lang.Exception
public ClusterTranscribingSystem[] getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingSystemSinceDateSynchro
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingSystem[] handleGetAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterTranscribingSystem getClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
getClusterTranscribingSystemByIdentifiers
in interface RemoteTranscribingSystemFullService
RemoteTranscribingSystemFullService.getClusterTranscribingSystemByIdentifiers(java.lang.Integer)
protected abstract ClusterTranscribingSystem handleGetClusterTranscribingSystemByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterTranscribingSystemByIdentifiers(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 |