|
||||||||||
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.RemoteLandingMeasurementFullServiceBase
public abstract class RemoteLandingMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteLandingMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteLandingMeasurementFullService
Constructor Summary | |
---|---|
RemoteLandingMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteLandingMeasurementFullServiceBase()
Method Detail |
---|
public void setLandingMeasurementDao(LandingMeasurementDao landingMeasurementDao)
landingMeasurement
's DAO.
protected LandingMeasurementDao getLandingMeasurementDao()
landingMeasurement
's DAO.
public void setLandingDao(LandingDao landingDao)
landing
's DAO.
protected LandingDao getLandingDao()
landing
'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 RemoteLandingMeasurementFullVO addLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
addLandingMeasurement
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.addLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected abstract RemoteLandingMeasurementFullVO handleAddLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement) throws java.lang.Exception
addLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
java.lang.Exception
public void updateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
updateLandingMeasurement
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.updateLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected abstract void handleUpdateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement) throws java.lang.Exception
updateLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
java.lang.Exception
public void removeLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
removeLandingMeasurement
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.removeLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected abstract void handleRemoveLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement) throws java.lang.Exception
removeLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getAllLandingMeasurement()
getAllLandingMeasurement
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getAllLandingMeasurement()
protected abstract RemoteLandingMeasurementFullVO[] handleGetAllLandingMeasurement() throws java.lang.Exception
getAllLandingMeasurement()
java.lang.Exception
public RemoteLandingMeasurementFullVO getLandingMeasurementById(java.lang.Integer id)
getLandingMeasurementById
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementById(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO handleGetLandingMeasurementById(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByIds(java.lang.Integer[] id)
getLandingMeasurementByIds
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByIds(java.lang.Integer[])
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getLandingMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByLandingId(java.lang.Integer id)
getLandingMeasurementByLandingId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByLandingId(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByLandingId(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementByLandingId(java.lang.Integer)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByDepartmentId(java.lang.Integer id)
getLandingMeasurementByDepartmentId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByPrecisionTypeId(java.lang.Integer id)
getLandingMeasurementByPrecisionTypeId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByQualityFlagCode(java.lang.String code)
getLandingMeasurementByQualityFlagCode
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getLandingMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getLandingMeasurementByAnalysisInstrumentId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByNumericalPrecisionId(java.lang.Integer id)
getLandingMeasurementByNumericalPrecisionId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByPmfmId(java.lang.Integer id)
getLandingMeasurementByPmfmId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByQualitativeValueId(java.lang.Integer id)
getLandingMeasurementByQualitativeValueId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteLandingMeasurementFullVO[] getLandingMeasurementByAggregationLevelId(java.lang.Integer id)
getLandingMeasurementByAggregationLevelId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
remoteLandingMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected abstract boolean handleRemoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond) throws java.lang.Exception
remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
java.lang.Exception
public boolean remoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
remoteLandingMeasurementFullVOsAreEqual
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.remoteLandingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected abstract boolean handleRemoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond) throws java.lang.Exception
remoteLandingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
java.lang.Exception
public RemoteLandingMeasurementNaturalId[] getLandingMeasurementNaturalIds()
getLandingMeasurementNaturalIds
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementNaturalIds()
protected abstract RemoteLandingMeasurementNaturalId[] handleGetLandingMeasurementNaturalIds() throws java.lang.Exception
getLandingMeasurementNaturalIds()
java.lang.Exception
public RemoteLandingMeasurementFullVO getLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId)
getLandingMeasurementByNaturalId
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementNaturalId)
protected abstract RemoteLandingMeasurementFullVO handleGetLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId) throws java.lang.Exception
getLandingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementNaturalId)
java.lang.Exception
public RemoteLandingMeasurementNaturalId getLandingMeasurementNaturalIdById(java.lang.Integer id)
getLandingMeasurementNaturalIdById
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getLandingMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteLandingMeasurementNaturalId handleGetLandingMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getLandingMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterLandingMeasurement getClusterLandingMeasurementByIdentifiers(java.lang.Integer id)
getClusterLandingMeasurementByIdentifiers
in interface RemoteLandingMeasurementFullService
RemoteLandingMeasurementFullService.getClusterLandingMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterLandingMeasurement handleGetClusterLandingMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterLandingMeasurementByIdentifiers(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 |