|
||||||||||
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.RemoteVesselPhysicalMeasurementFullServiceBase
public abstract class RemoteVesselPhysicalMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteVesselPhysicalMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselPhysicalMeasurementFullService
Constructor Summary | |
---|---|
RemoteVesselPhysicalMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselPhysicalMeasurementFullServiceBase()
Method Detail |
---|
public void setVesselPhysicalMeasurementDao(VesselPhysicalMeasurementDao vesselPhysicalMeasurementDao)
vesselPhysicalMeasurement
's DAO.
protected VesselPhysicalMeasurementDao getVesselPhysicalMeasurementDao()
vesselPhysicalMeasurement
's DAO.
public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
vesselPhysicalFeatures
's DAO.
protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
vesselPhysicalFeatures
'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 RemoteVesselPhysicalMeasurementFullVO addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
addVesselPhysicalMeasurement
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.addVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract RemoteVesselPhysicalMeasurementFullVO handleAddVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement) throws java.lang.Exception
addVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
java.lang.Exception
public void updateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
updateVesselPhysicalMeasurement
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.updateVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract void handleUpdateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement) throws java.lang.Exception
updateVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
java.lang.Exception
public void removeVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
removeVesselPhysicalMeasurement
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.removeVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract void handleRemoveVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement) throws java.lang.Exception
removeVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getAllVesselPhysicalMeasurement()
getAllVesselPhysicalMeasurement
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getAllVesselPhysicalMeasurement()
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetAllVesselPhysicalMeasurement() throws java.lang.Exception
getAllVesselPhysicalMeasurement()
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementById(java.lang.Integer id)
getVesselPhysicalMeasurementById
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementById(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO handleGetVesselPhysicalMeasurementById(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
getVesselPhysicalMeasurementByIds
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByIds(java.lang.Integer[])
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getVesselPhysicalMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
getVesselPhysicalMeasurementByVesselPhysicalFeaturesId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
getVesselPhysicalMeasurementByDepartmentId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
getVesselPhysicalMeasurementByPrecisionTypeId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
getVesselPhysicalMeasurementByQualityFlagCode
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getVesselPhysicalMeasurementByAnalysisInstrumentId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
getVesselPhysicalMeasurementByNumericalPrecisionId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
getVesselPhysicalMeasurementByPmfmId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
getVesselPhysicalMeasurementByQualitativeValueId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
getVesselPhysicalMeasurementByAggregationLevelId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract boolean handleRemoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond) throws java.lang.Exception
remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
java.lang.Exception
public boolean remoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
remoteVesselPhysicalMeasurementFullVOsAreEqual
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.remoteVesselPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract boolean handleRemoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond) throws java.lang.Exception
remoteVesselPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
java.lang.Exception
public RemoteVesselPhysicalMeasurementNaturalId[] getVesselPhysicalMeasurementNaturalIds()
getVesselPhysicalMeasurementNaturalIds
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementNaturalIds()
protected abstract RemoteVesselPhysicalMeasurementNaturalId[] handleGetVesselPhysicalMeasurementNaturalIds() throws java.lang.Exception
getVesselPhysicalMeasurementNaturalIds()
java.lang.Exception
public RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
getVesselPhysicalMeasurementByNaturalId
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId)
protected abstract RemoteVesselPhysicalMeasurementFullVO handleGetVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId) throws java.lang.Exception
getVesselPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId)
java.lang.Exception
public RemoteVesselPhysicalMeasurementNaturalId getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
getVesselPhysicalMeasurementNaturalIdById
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteVesselPhysicalMeasurementNaturalId handleGetVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterVesselPhysicalMeasurement getClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer id)
getClusterVesselPhysicalMeasurementByIdentifiers
in interface RemoteVesselPhysicalMeasurementFullService
RemoteVesselPhysicalMeasurementFullService.getClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterVesselPhysicalMeasurement handleGetClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterVesselPhysicalMeasurementByIdentifiers(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 |