|
||||||||||
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.RemoteTranscribingGearFullServiceBase
public abstract class RemoteTranscribingGearFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingGearFullService
,
provides access to all services and entities referenced by this service.
RemoteTranscribingGearFullService
Constructor Summary | |
---|---|
RemoteTranscribingGearFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteTranscribingGearFullServiceBase()
Method Detail |
---|
public void setTranscribingGearDao(TranscribingGearDao transcribingGearDao)
transcribingGear
's DAO.
protected TranscribingGearDao getTranscribingGearDao()
transcribingGear
'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 setGearDao(GearDao gearDao)
gear
's DAO.
protected GearDao getGearDao()
gear
's DAO.
public RemoteTranscribingGearFullVO addTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
addTranscribingGear
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.addTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract RemoteTranscribingGearFullVO handleAddTranscribingGear(RemoteTranscribingGearFullVO transcribingGear) throws java.lang.Exception
addTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
java.lang.Exception
public void updateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
updateTranscribingGear
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.updateTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract void handleUpdateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear) throws java.lang.Exception
updateTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
java.lang.Exception
public void removeTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
removeTranscribingGear
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.removeTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract void handleRemoveTranscribingGear(RemoteTranscribingGearFullVO transcribingGear) throws java.lang.Exception
removeTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
java.lang.Exception
public RemoteTranscribingGearFullVO[] getAllTranscribingGear()
getAllTranscribingGear
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getAllTranscribingGear()
protected abstract RemoteTranscribingGearFullVO[] handleGetAllTranscribingGear() throws java.lang.Exception
getAllTranscribingGear()
java.lang.Exception
public RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSystemId(java.lang.Integer id)
getTranscribingGearByTranscribingSystemId
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getTranscribingGearByTranscribingSystemId(java.lang.Integer)
protected abstract RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSystemId(java.lang.Integer id) throws java.lang.Exception
getTranscribingGearByTranscribingSystemId(java.lang.Integer)
java.lang.Exception
public RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSideId(java.lang.Integer id)
getTranscribingGearByTranscribingSideId
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getTranscribingGearByTranscribingSideId(java.lang.Integer)
protected abstract RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSideId(java.lang.Integer id) throws java.lang.Exception
getTranscribingGearByTranscribingSideId(java.lang.Integer)
java.lang.Exception
public RemoteTranscribingGearFullVO[] getTranscribingGearByGearId(java.lang.Integer id)
getTranscribingGearByGearId
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getTranscribingGearByGearId(java.lang.Integer)
protected abstract RemoteTranscribingGearFullVO[] handleGetTranscribingGearByGearId(java.lang.Integer id) throws java.lang.Exception
getTranscribingGearByGearId(java.lang.Integer)
java.lang.Exception
public RemoteTranscribingGearFullVO getTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
getTranscribingGearByIdentifiers
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)
protected abstract RemoteTranscribingGearFullVO handleGetTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId) throws java.lang.Exception
getTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
remoteTranscribingGearFullVOsAreEqualOnIdentifiers
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.remoteTranscribingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract boolean handleRemoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond) throws java.lang.Exception
remoteTranscribingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
java.lang.Exception
public boolean remoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
remoteTranscribingGearFullVOsAreEqual
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.remoteTranscribingGearFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract boolean handleRemoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond) throws java.lang.Exception
remoteTranscribingGearFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
java.lang.Exception
public RemoteTranscribingGearNaturalId[] getTranscribingGearNaturalIds()
getTranscribingGearNaturalIds
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getTranscribingGearNaturalIds()
protected abstract RemoteTranscribingGearNaturalId[] handleGetTranscribingGearNaturalIds() throws java.lang.Exception
getTranscribingGearNaturalIds()
java.lang.Exception
public RemoteTranscribingGearFullVO getTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
getTranscribingGearByNaturalId
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)
protected abstract RemoteTranscribingGearFullVO handleGetTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId) throws java.lang.Exception
getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)
java.lang.Exception
public ClusterTranscribingGear addOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
addOrUpdateClusterTranscribingGear
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
protected abstract ClusterTranscribingGear handleAddOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear) throws java.lang.Exception
addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
java.lang.Exception
public ClusterTranscribingGear[] getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterTranscribingGearSinceDateSynchro
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingGear[] handleGetAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterTranscribingGear getClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
getClusterTranscribingGearByIdentifiers
in interface RemoteTranscribingGearFullService
RemoteTranscribingGearFullService.getClusterTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)
protected abstract ClusterTranscribingGear handleGetClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId) throws java.lang.Exception
getClusterTranscribingGearByIdentifiers(java.lang.Integer, 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 |