|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.generic.service.RemoteNumericalPrecisionFullServiceBase
public abstract class RemoteNumericalPrecisionFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.generic.service.RemoteNumericalPrecisionFullService
,
provides access to all services and entities referenced by this service.
RemoteNumericalPrecisionFullService
Constructor Summary | |
---|---|
RemoteNumericalPrecisionFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteNumericalPrecisionFullServiceBase()
Method Detail |
---|
public void setNumericalPrecisionDao(NumericalPrecisionDao numericalPrecisionDao)
numericalPrecision
's DAO.
protected NumericalPrecisionDao getNumericalPrecisionDao()
numericalPrecision
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteNumericalPrecisionFullVO addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
addNumericalPrecision
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.addNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected abstract RemoteNumericalPrecisionFullVO handleAddNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision) throws java.lang.Exception
addNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
java.lang.Exception
public void updateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
updateNumericalPrecision
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.updateNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected abstract void handleUpdateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision) throws java.lang.Exception
updateNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
java.lang.Exception
public void removeNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
removeNumericalPrecision
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.removeNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected abstract void handleRemoveNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision) throws java.lang.Exception
removeNumericalPrecision(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
java.lang.Exception
public RemoteNumericalPrecisionFullVO[] getAllNumericalPrecision()
getAllNumericalPrecision
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getAllNumericalPrecision()
protected abstract RemoteNumericalPrecisionFullVO[] handleGetAllNumericalPrecision() throws java.lang.Exception
getAllNumericalPrecision()
java.lang.Exception
public RemoteNumericalPrecisionFullVO getNumericalPrecisionById(java.lang.Integer id)
getNumericalPrecisionById
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getNumericalPrecisionById(java.lang.Integer)
protected abstract RemoteNumericalPrecisionFullVO handleGetNumericalPrecisionById(java.lang.Integer id) throws java.lang.Exception
getNumericalPrecisionById(java.lang.Integer)
java.lang.Exception
public RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByIds(java.lang.Integer[] id)
getNumericalPrecisionByIds
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getNumericalPrecisionByIds(java.lang.Integer[])
protected abstract RemoteNumericalPrecisionFullVO[] handleGetNumericalPrecisionByIds(java.lang.Integer[] id) throws java.lang.Exception
getNumericalPrecisionByIds(java.lang.Integer[])
java.lang.Exception
public RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByStatusCode(java.lang.String code)
getNumericalPrecisionByStatusCode
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getNumericalPrecisionByStatusCode(java.lang.String)
protected abstract RemoteNumericalPrecisionFullVO[] handleGetNumericalPrecisionByStatusCode(java.lang.String code) throws java.lang.Exception
getNumericalPrecisionByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected abstract boolean handleRemoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond) throws java.lang.Exception
remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
java.lang.Exception
public boolean remoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
remoteNumericalPrecisionFullVOsAreEqual
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.remoteNumericalPrecisionFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
protected abstract boolean handleRemoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond) throws java.lang.Exception
remoteNumericalPrecisionFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionFullVO)
java.lang.Exception
public RemoteNumericalPrecisionNaturalId[] getNumericalPrecisionNaturalIds()
getNumericalPrecisionNaturalIds
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getNumericalPrecisionNaturalIds()
protected abstract RemoteNumericalPrecisionNaturalId[] handleGetNumericalPrecisionNaturalIds() throws java.lang.Exception
getNumericalPrecisionNaturalIds()
java.lang.Exception
public RemoteNumericalPrecisionFullVO getNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
getNumericalPrecisionByNaturalId
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getNumericalPrecisionByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionNaturalId)
protected abstract RemoteNumericalPrecisionFullVO handleGetNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId) throws java.lang.Exception
getNumericalPrecisionByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteNumericalPrecisionNaturalId)
java.lang.Exception
public RemoteNumericalPrecisionNaturalId getNumericalPrecisionNaturalIdById(java.lang.Integer id)
getNumericalPrecisionNaturalIdById
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getNumericalPrecisionNaturalIdById(java.lang.Integer)
protected abstract RemoteNumericalPrecisionNaturalId handleGetNumericalPrecisionNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getNumericalPrecisionNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterNumericalPrecision addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
addOrUpdateClusterNumericalPrecision
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.addOrUpdateClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)
protected abstract ClusterNumericalPrecision handleAddOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision) throws java.lang.Exception
addOrUpdateClusterNumericalPrecision(fr.ifremer.allegro.referential.generic.cluster.ClusterNumericalPrecision)
java.lang.Exception
public ClusterNumericalPrecision[] getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterNumericalPrecisionSinceDateSynchro
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterNumericalPrecision[] handleGetAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterNumericalPrecision getClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
getClusterNumericalPrecisionByIdentifiers
in interface RemoteNumericalPrecisionFullService
RemoteNumericalPrecisionFullService.getClusterNumericalPrecisionByIdentifiers(java.lang.Integer)
protected abstract ClusterNumericalPrecision handleGetClusterNumericalPrecisionByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterNumericalPrecisionByIdentifiers(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 |