|
||||||||||
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.RemoteTranscribingLocationLevelFullServiceBase
public abstract class RemoteTranscribingLocationLevelFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationLevelFullService
,
provides access to all services and entities referenced by this service.
RemoteTranscribingLocationLevelFullService
Constructor Summary | |
---|---|
RemoteTranscribingLocationLevelFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTranscribingLocationLevelFullServiceBase()
Method Detail |
---|
public void setTranscribingLocationLevelDao(TranscribingLocationLevelDao transcribingLocationLevelDao)
transcribingLocationLevel
's DAO.
protected TranscribingLocationLevelDao getTranscribingLocationLevelDao()
transcribingLocationLevel
's DAO.
public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
transcribingSystem
's DAO.
protected TranscribingSystemDao getTranscribingSystemDao()
transcribingSystem
's DAO.
public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
transcribingSide
's DAO.
protected TranscribingSideDao getTranscribingSideDao()
transcribingSide
's DAO.
public void setLocationLevelDao(LocationLevelDao locationLevelDao)
locationLevel
's DAO.
protected LocationLevelDao getLocationLevelDao()
locationLevel
's DAO.
public RemoteTranscribingLocationLevelFullVO addTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
addTranscribingLocationLevel
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.addTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract RemoteTranscribingLocationLevelFullVO handleAddTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel) throws java.lang.Exception
addTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
java.lang.Exception
public void updateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
updateTranscribingLocationLevel
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.updateTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract void handleUpdateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel) throws java.lang.Exception
updateTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
java.lang.Exception
public void removeTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
removeTranscribingLocationLevel
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.removeTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract void handleRemoveTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel) throws java.lang.Exception
removeTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
java.lang.Exception
public RemoteTranscribingLocationLevelFullVO[] getAllTranscribingLocationLevel()
getAllTranscribingLocationLevel
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getAllTranscribingLocationLevel()
protected abstract RemoteTranscribingLocationLevelFullVO[] handleGetAllTranscribingLocationLevel() throws java.lang.Exception
getAllTranscribingLocationLevel()
java.lang.Exception
public RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
getTranscribingLocationLevelByTranscribingSystemId
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer)
protected abstract RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id) throws java.lang.Exception
getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer)
java.lang.Exception
public RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
getTranscribingLocationLevelByTranscribingSideId
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer)
protected abstract RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id) throws java.lang.Exception
getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer)
java.lang.Exception
public RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
getTranscribingLocationLevelByLocationLevelId
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByLocationLevelId(java.lang.Integer)
protected abstract RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByLocationLevelId(java.lang.Integer id) throws java.lang.Exception
getTranscribingLocationLevelByLocationLevelId(java.lang.Integer)
java.lang.Exception
public RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
getTranscribingLocationLevelByIdentifiers
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId) throws java.lang.Exception
getTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract boolean handleRemoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond) throws java.lang.Exception
remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
java.lang.Exception
public boolean remoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
remoteTranscribingLocationLevelFullVOsAreEqual
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.remoteTranscribingLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract boolean handleRemoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond) throws java.lang.Exception
remoteTranscribingLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
java.lang.Exception
public RemoteTranscribingLocationLevelNaturalId[] getTranscribingLocationLevelNaturalIds()
getTranscribingLocationLevelNaturalIds
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelNaturalIds()
protected abstract RemoteTranscribingLocationLevelNaturalId[] handleGetTranscribingLocationLevelNaturalIds() throws java.lang.Exception
getTranscribingLocationLevelNaturalIds()
java.lang.Exception
public RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
getTranscribingLocationLevelByNaturalId
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)
protected abstract RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId) throws java.lang.Exception
getTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)
java.lang.Exception
public ClusterTranscribingLocationLevel addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
addOrUpdateClusterTranscribingLocationLevel
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
protected abstract ClusterTranscribingLocationLevel handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel) throws java.lang.Exception
addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
java.lang.Exception
public ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingLocationLevelSinceDateSynchro
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingLocationLevel[] handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterTranscribingLocationLevel getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
getClusterTranscribingLocationLevelByIdentifiers
in interface RemoteTranscribingLocationLevelFullService
RemoteTranscribingLocationLevelFullService.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingLocationLevel handleGetClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId) throws java.lang.Exception
getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer, 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 |