|
||||||||||
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.RemoteSampleMeasurementFullServiceBase
public abstract class RemoteSampleMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteSampleMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteSampleMeasurementFullService
Constructor Summary | |
---|---|
RemoteSampleMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSampleMeasurementFullServiceBase()
Method Detail |
---|
public void setSampleMeasurementDao(SampleMeasurementDao sampleMeasurementDao)
sampleMeasurement
's DAO.
protected SampleMeasurementDao getSampleMeasurementDao()
sampleMeasurement
's DAO.
public void setSampleDao(SampleDao sampleDao)
sample
's DAO.
protected SampleDao getSampleDao()
sample
'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 RemoteSampleMeasurementFullVO addSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)
addSampleMeasurement
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.addSampleMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
protected abstract RemoteSampleMeasurementFullVO handleAddSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement) throws java.lang.Exception
addSampleMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
java.lang.Exception
public void updateSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)
updateSampleMeasurement
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.updateSampleMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
protected abstract void handleUpdateSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement) throws java.lang.Exception
updateSampleMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
java.lang.Exception
public void removeSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)
removeSampleMeasurement
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.removeSampleMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
protected abstract void handleRemoveSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement) throws java.lang.Exception
removeSampleMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getAllSampleMeasurement()
getAllSampleMeasurement
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getAllSampleMeasurement()
protected abstract RemoteSampleMeasurementFullVO[] handleGetAllSampleMeasurement() throws java.lang.Exception
getAllSampleMeasurement()
java.lang.Exception
public RemoteSampleMeasurementFullVO getSampleMeasurementById(java.lang.Integer id)
getSampleMeasurementById
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementById(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO handleGetSampleMeasurementById(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByIds(java.lang.Integer[] id)
getSampleMeasurementByIds
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByIds(java.lang.Integer[])
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getSampleMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementBySampleId(java.lang.Integer id)
getSampleMeasurementBySampleId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementBySampleId(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementBySampleId(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementBySampleId(java.lang.Integer)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByDepartmentId(java.lang.Integer id)
getSampleMeasurementByDepartmentId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByPrecisionTypeId(java.lang.Integer id)
getSampleMeasurementByPrecisionTypeId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByQualityFlagCode(java.lang.String code)
getSampleMeasurementByQualityFlagCode
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getSampleMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getSampleMeasurementByAnalysisInstrumentId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByNumericalPrecisionId(java.lang.Integer id)
getSampleMeasurementByNumericalPrecisionId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByPmfmId(java.lang.Integer id)
getSampleMeasurementByPmfmId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByQualitativeValueId(java.lang.Integer id)
getSampleMeasurementByQualitativeValueId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteSampleMeasurementFullVO[] getSampleMeasurementByAggregationLevelId(java.lang.Integer id)
getSampleMeasurementByAggregationLevelId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteSampleMeasurementFullVO[] handleGetSampleMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteSampleMeasurementFullVOsAreEqualOnIdentifiers(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOFirst, RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOSecond)
remoteSampleMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.remoteSampleMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
protected abstract boolean handleRemoteSampleMeasurementFullVOsAreEqualOnIdentifiers(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOFirst, RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOSecond) throws java.lang.Exception
remoteSampleMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
java.lang.Exception
public boolean remoteSampleMeasurementFullVOsAreEqual(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOFirst, RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOSecond)
remoteSampleMeasurementFullVOsAreEqual
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.remoteSampleMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
protected abstract boolean handleRemoteSampleMeasurementFullVOsAreEqual(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOFirst, RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOSecond) throws java.lang.Exception
remoteSampleMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementFullVO)
java.lang.Exception
public RemoteSampleMeasurementNaturalId[] getSampleMeasurementNaturalIds()
getSampleMeasurementNaturalIds
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementNaturalIds()
protected abstract RemoteSampleMeasurementNaturalId[] handleGetSampleMeasurementNaturalIds() throws java.lang.Exception
getSampleMeasurementNaturalIds()
java.lang.Exception
public RemoteSampleMeasurementFullVO getSampleMeasurementByNaturalId(RemoteSampleMeasurementNaturalId sampleMeasurementNaturalId)
getSampleMeasurementByNaturalId
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementNaturalId)
protected abstract RemoteSampleMeasurementFullVO handleGetSampleMeasurementByNaturalId(RemoteSampleMeasurementNaturalId sampleMeasurementNaturalId) throws java.lang.Exception
getSampleMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSampleMeasurementNaturalId)
java.lang.Exception
public RemoteSampleMeasurementNaturalId getSampleMeasurementNaturalIdById(java.lang.Integer id)
getSampleMeasurementNaturalIdById
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getSampleMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteSampleMeasurementNaturalId handleGetSampleMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSampleMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSampleMeasurement getClusterSampleMeasurementByIdentifiers(java.lang.Integer id)
getClusterSampleMeasurementByIdentifiers
in interface RemoteSampleMeasurementFullService
RemoteSampleMeasurementFullService.getClusterSampleMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterSampleMeasurement handleGetClusterSampleMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSampleMeasurementByIdentifiers(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 |