|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.measure.generic.service.RemoteMeasurementFullServiceBase
public abstract class RemoteMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteMeasurementFullService
Constructor Summary | |
---|---|
RemoteMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteMeasurementFullServiceBase()
Method Detail |
---|
public void setMeasurementDao(MeasurementDao measurementDao)
measurement
's DAO.
protected MeasurementDao getMeasurementDao()
measurement
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setPrecisionTypeDao(PrecisionTypeDao precisionTypeDao)
precisionType
's DAO.
protected PrecisionTypeDao getPrecisionTypeDao()
precisionType
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
analysisInstrument
's DAO.
protected AnalysisInstrumentDao getAnalysisInstrumentDao()
analysisInstrument
's DAO.
public void setNumericalPrecisionDao(NumericalPrecisionDao numericalPrecisionDao)
numericalPrecision
's DAO.
protected NumericalPrecisionDao getNumericalPrecisionDao()
numericalPrecision
's DAO.
public void setPmfmDao(PmfmDao pmfmDao)
pmfm
's DAO.
protected PmfmDao getPmfmDao()
pmfm
's DAO.
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValue
's DAO.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValue
's DAO.
public void setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
aggregationLevel
's DAO.
protected AggregationLevelDao getAggregationLevelDao()
aggregationLevel
's DAO.
public void removeMeasurement(RemoteMeasurementFullVO measurement)
removeMeasurement
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.removeMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
protected abstract void handleRemoveMeasurement(RemoteMeasurementFullVO measurement) throws java.lang.Exception
removeMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
java.lang.Exception
public RemoteMeasurementFullVO[] getAllMeasurement()
getAllMeasurement
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getAllMeasurement()
protected abstract RemoteMeasurementFullVO[] handleGetAllMeasurement() throws java.lang.Exception
getAllMeasurement()
java.lang.Exception
public RemoteMeasurementFullVO getMeasurementById(java.lang.Integer id)
getMeasurementById
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementById(java.lang.Integer)
protected abstract RemoteMeasurementFullVO handleGetMeasurementById(java.lang.Integer id) throws java.lang.Exception
getMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByIds(java.lang.Integer[] id)
getMeasurementByIds
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByIds(java.lang.Integer[])
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByDepartmentId(java.lang.Integer id)
getMeasurementByDepartmentId
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByPrecisionTypeId(java.lang.Integer id)
getMeasurementByPrecisionTypeId
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByQualityFlagCode(java.lang.String code)
getMeasurementByQualityFlagCode
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getMeasurementByAnalysisInstrumentId
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByNumericalPrecisionId(java.lang.Integer id)
getMeasurementByNumericalPrecisionId
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByPmfmId(java.lang.Integer id)
getMeasurementByPmfmId
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByQualitativeValueId(java.lang.Integer id)
getMeasurementByQualitativeValueId
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteMeasurementFullVO[] getMeasurementByAggregationLevelId(java.lang.Integer id)
getMeasurementByAggregationLevelId
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteMeasurementFullVO[] handleGetMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteMeasurementFullVOsAreEqualOnIdentifiers(RemoteMeasurementFullVO remoteMeasurementFullVOFirst, RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
remoteMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.remoteMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
protected abstract boolean handleRemoteMeasurementFullVOsAreEqualOnIdentifiers(RemoteMeasurementFullVO remoteMeasurementFullVOFirst, RemoteMeasurementFullVO remoteMeasurementFullVOSecond) throws java.lang.Exception
remoteMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
java.lang.Exception
public boolean remoteMeasurementFullVOsAreEqual(RemoteMeasurementFullVO remoteMeasurementFullVOFirst, RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
remoteMeasurementFullVOsAreEqual
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.remoteMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
protected abstract boolean handleRemoteMeasurementFullVOsAreEqual(RemoteMeasurementFullVO remoteMeasurementFullVOFirst, RemoteMeasurementFullVO remoteMeasurementFullVOSecond) throws java.lang.Exception
remoteMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
java.lang.Exception
public RemoteMeasurementNaturalId[] getMeasurementNaturalIds()
getMeasurementNaturalIds
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementNaturalIds()
protected abstract RemoteMeasurementNaturalId[] handleGetMeasurementNaturalIds() throws java.lang.Exception
getMeasurementNaturalIds()
java.lang.Exception
public RemoteMeasurementFullVO getMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
getMeasurementByNaturalId
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)
protected abstract RemoteMeasurementFullVO handleGetMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId) throws java.lang.Exception
getMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)
java.lang.Exception
public RemoteMeasurementNaturalId getMeasurementNaturalIdById(java.lang.Integer id)
getMeasurementNaturalIdById
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteMeasurementNaturalId handleGetMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterMeasurement getClusterMeasurementByIdentifiers(java.lang.Integer id)
getClusterMeasurementByIdentifiers
in interface RemoteMeasurementFullService
RemoteMeasurementFullService.getClusterMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterMeasurement handleGetClusterMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterMeasurementByIdentifiers(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 |