|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.technical.synchronization.generic.service.RemoteDataSynchronizationFullServiceBase
public abstract class RemoteDataSynchronizationFullServiceBase
Spring Service base class for fr.ifremer.allegro.technical.synchronization.generic.service.RemoteDataSynchronizationFullService
,
provides access to all services and entities referenced by this service.
RemoteDataSynchronizationFullService
Constructor Summary | |
---|---|
RemoteDataSynchronizationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteDataSynchronizationFullServiceBase()
Method Detail |
---|
public void setDataSynchronizationDao(DataSynchronizationDao dataSynchronizationDao)
dataSynchronization
's DAO.
protected DataSynchronizationDao getDataSynchronizationDao()
dataSynchronization
's DAO.
public RemoteDataSynchronizationFullVO addDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
addDataSynchronization
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.addDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected abstract RemoteDataSynchronizationFullVO handleAddDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization) throws java.lang.Exception
addDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
java.lang.Exception
public void updateDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
updateDataSynchronization
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.updateDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected abstract void handleUpdateDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization) throws java.lang.Exception
updateDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
java.lang.Exception
public void removeDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
removeDataSynchronization
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.removeDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected abstract void handleRemoveDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization) throws java.lang.Exception
removeDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
java.lang.Exception
public RemoteDataSynchronizationFullVO[] getAllDataSynchronization()
getAllDataSynchronization
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.getAllDataSynchronization()
protected abstract RemoteDataSynchronizationFullVO[] handleGetAllDataSynchronization() throws java.lang.Exception
getAllDataSynchronization()
java.lang.Exception
public RemoteDataSynchronizationFullVO getDataSynchronizationById(java.lang.Integer id)
getDataSynchronizationById
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.getDataSynchronizationById(java.lang.Integer)
protected abstract RemoteDataSynchronizationFullVO handleGetDataSynchronizationById(java.lang.Integer id) throws java.lang.Exception
getDataSynchronizationById(java.lang.Integer)
java.lang.Exception
public RemoteDataSynchronizationFullVO[] getDataSynchronizationByIds(java.lang.Integer[] id)
getDataSynchronizationByIds
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.getDataSynchronizationByIds(java.lang.Integer[])
protected abstract RemoteDataSynchronizationFullVO[] handleGetDataSynchronizationByIds(java.lang.Integer[] id) throws java.lang.Exception
getDataSynchronizationByIds(java.lang.Integer[])
java.lang.Exception
public boolean remoteDataSynchronizationFullVOsAreEqualOnIdentifiers(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst, RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond)
remoteDataSynchronizationFullVOsAreEqualOnIdentifiers
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.remoteDataSynchronizationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected abstract boolean handleRemoteDataSynchronizationFullVOsAreEqualOnIdentifiers(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst, RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond) throws java.lang.Exception
remoteDataSynchronizationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
java.lang.Exception
public boolean remoteDataSynchronizationFullVOsAreEqual(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst, RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond)
remoteDataSynchronizationFullVOsAreEqual
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.remoteDataSynchronizationFullVOsAreEqual(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected abstract boolean handleRemoteDataSynchronizationFullVOsAreEqual(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst, RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond) throws java.lang.Exception
remoteDataSynchronizationFullVOsAreEqual(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
java.lang.Exception
public RemoteDataSynchronizationNaturalId[] getDataSynchronizationNaturalIds()
getDataSynchronizationNaturalIds
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.getDataSynchronizationNaturalIds()
protected abstract RemoteDataSynchronizationNaturalId[] handleGetDataSynchronizationNaturalIds() throws java.lang.Exception
getDataSynchronizationNaturalIds()
java.lang.Exception
public RemoteDataSynchronizationFullVO getDataSynchronizationByNaturalId(RemoteDataSynchronizationNaturalId dataSynchronizationNaturalId)
getDataSynchronizationByNaturalId
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.getDataSynchronizationByNaturalId(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationNaturalId)
protected abstract RemoteDataSynchronizationFullVO handleGetDataSynchronizationByNaturalId(RemoteDataSynchronizationNaturalId dataSynchronizationNaturalId) throws java.lang.Exception
getDataSynchronizationByNaturalId(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationNaturalId)
java.lang.Exception
public RemoteDataSynchronizationNaturalId getDataSynchronizationNaturalIdById(java.lang.Integer id)
getDataSynchronizationNaturalIdById
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.getDataSynchronizationNaturalIdById(java.lang.Integer)
protected abstract RemoteDataSynchronizationNaturalId handleGetDataSynchronizationNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getDataSynchronizationNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterDataSynchronization addOrUpdateClusterDataSynchronization(ClusterDataSynchronization clusterDataSynchronization)
addOrUpdateClusterDataSynchronization
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.addOrUpdateClusterDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.cluster.ClusterDataSynchronization)
protected abstract ClusterDataSynchronization handleAddOrUpdateClusterDataSynchronization(ClusterDataSynchronization clusterDataSynchronization) throws java.lang.Exception
addOrUpdateClusterDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.cluster.ClusterDataSynchronization)
java.lang.Exception
public ClusterDataSynchronization[] getAllClusterDataSynchronizationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterDataSynchronizationSinceDateSynchro
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.getAllClusterDataSynchronizationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterDataSynchronization[] handleGetAllClusterDataSynchronizationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterDataSynchronizationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterDataSynchronization getClusterDataSynchronizationByIdentifiers(java.lang.Integer id)
getClusterDataSynchronizationByIdentifiers
in interface RemoteDataSynchronizationFullService
RemoteDataSynchronizationFullService.getClusterDataSynchronizationByIdentifiers(java.lang.Integer)
protected abstract ClusterDataSynchronization handleGetClusterDataSynchronizationByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterDataSynchronizationByIdentifiers(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 |