|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.playground.generic.service.RemotePlaygroundVesselMasterFullServiceBase
public abstract class RemotePlaygroundVesselMasterFullServiceBase
Spring Service base class for fr.ifremer.allegro.playground.generic.service.RemotePlaygroundVesselMasterFullService
,
provides access to all services and entities referenced by this service.
RemotePlaygroundVesselMasterFullService
Constructor Summary | |
---|---|
RemotePlaygroundVesselMasterFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemotePlaygroundVesselMasterFullServiceBase()
Method Detail |
---|
public void setPlaygroundVesselMasterDao(PlaygroundVesselMasterDao playgroundVesselMasterDao)
playgroundVesselMaster
's DAO.
protected PlaygroundVesselMasterDao getPlaygroundVesselMasterDao()
playgroundVesselMaster
's DAO.
public RemotePlaygroundVesselMasterFullVO addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
addPlaygroundVesselMaster
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.addPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract RemotePlaygroundVesselMasterFullVO handleAddPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster) throws java.lang.Exception
addPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
java.lang.Exception
public void updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
updatePlaygroundVesselMaster
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.updatePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract void handleUpdatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster) throws java.lang.Exception
updatePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
java.lang.Exception
public void removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
removePlaygroundVesselMaster
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.removePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract void handleRemovePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster) throws java.lang.Exception
removePlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
java.lang.Exception
public RemotePlaygroundVesselMasterFullVO[] getAllPlaygroundVesselMaster()
getAllPlaygroundVesselMaster
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.getAllPlaygroundVesselMaster()
protected abstract RemotePlaygroundVesselMasterFullVO[] handleGetAllPlaygroundVesselMaster() throws java.lang.Exception
getAllPlaygroundVesselMaster()
java.lang.Exception
public RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterById(java.lang.Integer id)
getPlaygroundVesselMasterById
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterById(java.lang.Integer)
protected abstract RemotePlaygroundVesselMasterFullVO handleGetPlaygroundVesselMasterById(java.lang.Integer id) throws java.lang.Exception
getPlaygroundVesselMasterById(java.lang.Integer)
java.lang.Exception
public RemotePlaygroundVesselMasterFullVO[] getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
getPlaygroundVesselMasterByIds
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterByIds(java.lang.Integer[])
protected abstract RemotePlaygroundVesselMasterFullVO[] handleGetPlaygroundVesselMasterByIds(java.lang.Integer[] id) throws java.lang.Exception
getPlaygroundVesselMasterByIds(java.lang.Integer[])
java.lang.Exception
public boolean remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract boolean handleRemotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond) throws java.lang.Exception
remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
java.lang.Exception
public boolean remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
remotePlaygroundVesselMasterFullVOsAreEqual
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.remotePlaygroundVesselMasterFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
protected abstract boolean handleRemotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond) throws java.lang.Exception
remotePlaygroundVesselMasterFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterFullVO)
java.lang.Exception
public RemotePlaygroundVesselMasterNaturalId[] getPlaygroundVesselMasterNaturalIds()
getPlaygroundVesselMasterNaturalIds
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterNaturalIds()
protected abstract RemotePlaygroundVesselMasterNaturalId[] handleGetPlaygroundVesselMasterNaturalIds() throws java.lang.Exception
getPlaygroundVesselMasterNaturalIds()
java.lang.Exception
public RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
getPlaygroundVesselMasterByNaturalId
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)
protected abstract RemotePlaygroundVesselMasterFullVO handleGetPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId) throws java.lang.Exception
getPlaygroundVesselMasterByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundVesselMasterNaturalId)
java.lang.Exception
public RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)
getPlaygroundVesselMasterNaturalIdById
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.getPlaygroundVesselMasterNaturalIdById(java.lang.Integer)
protected abstract RemotePlaygroundVesselMasterNaturalId handleGetPlaygroundVesselMasterNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getPlaygroundVesselMasterNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterPlaygroundVesselMaster addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
addOrUpdateClusterPlaygroundVesselMaster
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.addOrUpdateClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
protected abstract ClusterPlaygroundVesselMaster handleAddOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster) throws java.lang.Exception
addOrUpdateClusterPlaygroundVesselMaster(fr.ifremer.allegro.playground.generic.cluster.ClusterPlaygroundVesselMaster)
java.lang.Exception
public ClusterPlaygroundVesselMaster[] getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPlaygroundVesselMasterSinceDateSynchro
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterPlaygroundVesselMaster[] handleGetAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterPlaygroundVesselMaster getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
getClusterPlaygroundVesselMasterByIdentifiers
in interface RemotePlaygroundVesselMasterFullService
RemotePlaygroundVesselMasterFullService.getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer)
protected abstract ClusterPlaygroundVesselMaster handleGetClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterPlaygroundVesselMasterByIdentifiers(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 |