|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.generic.service.RemoteDistanceToCoastGradientFullServiceBase
public abstract class RemoteDistanceToCoastGradientFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.generic.service.RemoteDistanceToCoastGradientFullService
,
provides access to all services and entities referenced by this service.
RemoteDistanceToCoastGradientFullService
Constructor Summary | |
---|---|
RemoteDistanceToCoastGradientFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteDistanceToCoastGradientFullServiceBase()
Method Detail |
---|
public void setDistanceToCoastGradientDao(DistanceToCoastGradientDao distanceToCoastGradientDao)
distanceToCoastGradient
's DAO.
protected DistanceToCoastGradientDao getDistanceToCoastGradientDao()
distanceToCoastGradient
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteDistanceToCoastGradientFullVO addDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
addDistanceToCoastGradient
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.addDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract RemoteDistanceToCoastGradientFullVO handleAddDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient) throws java.lang.Exception
addDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
java.lang.Exception
public void updateDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
updateDistanceToCoastGradient
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.updateDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract void handleUpdateDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient) throws java.lang.Exception
updateDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
java.lang.Exception
public void removeDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
removeDistanceToCoastGradient
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.removeDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract void handleRemoveDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient) throws java.lang.Exception
removeDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
java.lang.Exception
public RemoteDistanceToCoastGradientFullVO[] getAllDistanceToCoastGradient()
getAllDistanceToCoastGradient
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getAllDistanceToCoastGradient()
protected abstract RemoteDistanceToCoastGradientFullVO[] handleGetAllDistanceToCoastGradient() throws java.lang.Exception
getAllDistanceToCoastGradient()
java.lang.Exception
public RemoteDistanceToCoastGradientFullVO getDistanceToCoastGradientById(java.lang.Integer id)
getDistanceToCoastGradientById
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientById(java.lang.Integer)
protected abstract RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientById(java.lang.Integer id) throws java.lang.Exception
getDistanceToCoastGradientById(java.lang.Integer)
java.lang.Exception
public RemoteDistanceToCoastGradientFullVO[] getDistanceToCoastGradientByIds(java.lang.Integer[] id)
getDistanceToCoastGradientByIds
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByIds(java.lang.Integer[])
protected abstract RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByIds(java.lang.Integer[] id) throws java.lang.Exception
getDistanceToCoastGradientByIds(java.lang.Integer[])
java.lang.Exception
public RemoteDistanceToCoastGradientFullVO[] getDistanceToCoastGradientByStatusCode(java.lang.String code)
getDistanceToCoastGradientByStatusCode
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByStatusCode(java.lang.String)
protected abstract RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByStatusCode(java.lang.String code) throws java.lang.Exception
getDistanceToCoastGradientByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract boolean handleRemoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond) throws java.lang.Exception
remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
java.lang.Exception
public boolean remoteDistanceToCoastGradientFullVOsAreEqual(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
remoteDistanceToCoastGradientFullVOsAreEqual
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.remoteDistanceToCoastGradientFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract boolean handleRemoteDistanceToCoastGradientFullVOsAreEqual(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond) throws java.lang.Exception
remoteDistanceToCoastGradientFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
java.lang.Exception
public RemoteDistanceToCoastGradientNaturalId[] getDistanceToCoastGradientNaturalIds()
getDistanceToCoastGradientNaturalIds
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientNaturalIds()
protected abstract RemoteDistanceToCoastGradientNaturalId[] handleGetDistanceToCoastGradientNaturalIds() throws java.lang.Exception
getDistanceToCoastGradientNaturalIds()
java.lang.Exception
public RemoteDistanceToCoastGradientFullVO getDistanceToCoastGradientByNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)
getDistanceToCoastGradientByNaturalId
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)
protected abstract RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientByNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId) throws java.lang.Exception
getDistanceToCoastGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)
java.lang.Exception
public RemoteDistanceToCoastGradientNaturalId getDistanceToCoastGradientNaturalIdById(java.lang.Integer id)
getDistanceToCoastGradientNaturalIdById
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientNaturalIdById(java.lang.Integer)
protected abstract RemoteDistanceToCoastGradientNaturalId handleGetDistanceToCoastGradientNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getDistanceToCoastGradientNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterDistanceToCoastGradient addOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
addOrUpdateClusterDistanceToCoastGradient
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)
protected abstract ClusterDistanceToCoastGradient handleAddOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient) throws java.lang.Exception
addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)
java.lang.Exception
public ClusterDistanceToCoastGradient[] getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterDistanceToCoastGradientSinceDateSynchro
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterDistanceToCoastGradient[] handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterDistanceToCoastGradient getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
getClusterDistanceToCoastGradientByIdentifiers
in interface RemoteDistanceToCoastGradientFullService
RemoteDistanceToCoastGradientFullService.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer)
protected abstract ClusterDistanceToCoastGradient handleGetClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterDistanceToCoastGradientByIdentifiers(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 |