|
||||||||||
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.RemoteVesselUseMeasurementFullServiceBase
public abstract class RemoteVesselUseMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteVesselUseMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselUseMeasurementFullService
Constructor Summary | |
---|---|
RemoteVesselUseMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselUseMeasurementFullServiceBase()
Method Detail |
---|
public void setVesselUseMeasurementDao(VesselUseMeasurementDao vesselUseMeasurementDao)
vesselUseMeasurement
's DAO.
protected VesselUseMeasurementDao getVesselUseMeasurementDao()
vesselUseMeasurement
's DAO.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeatures
's DAO.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeatures
'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 RemoteVesselUseMeasurementFullVO addVesselUseMeasurement(RemoteVesselUseMeasurementFullVO vesselUseMeasurement)
addVesselUseMeasurement
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.addVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
protected abstract RemoteVesselUseMeasurementFullVO handleAddVesselUseMeasurement(RemoteVesselUseMeasurementFullVO vesselUseMeasurement) throws java.lang.Exception
addVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
java.lang.Exception
public void updateVesselUseMeasurement(RemoteVesselUseMeasurementFullVO vesselUseMeasurement)
updateVesselUseMeasurement
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.updateVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
protected abstract void handleUpdateVesselUseMeasurement(RemoteVesselUseMeasurementFullVO vesselUseMeasurement) throws java.lang.Exception
updateVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
java.lang.Exception
public void removeVesselUseMeasurement(RemoteVesselUseMeasurementFullVO vesselUseMeasurement)
removeVesselUseMeasurement
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.removeVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
protected abstract void handleRemoveVesselUseMeasurement(RemoteVesselUseMeasurementFullVO vesselUseMeasurement) throws java.lang.Exception
removeVesselUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getAllVesselUseMeasurement()
getAllVesselUseMeasurement
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getAllVesselUseMeasurement()
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetAllVesselUseMeasurement() throws java.lang.Exception
getAllVesselUseMeasurement()
java.lang.Exception
public RemoteVesselUseMeasurementFullVO getVesselUseMeasurementById(java.lang.Integer id)
getVesselUseMeasurementById
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementById(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO handleGetVesselUseMeasurementById(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByIds(java.lang.Integer[] id)
getVesselUseMeasurementByIds
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByIds(java.lang.Integer[])
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getVesselUseMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByVesselUseFeaturesId(java.lang.Integer id)
getVesselUseMeasurementByVesselUseFeaturesId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByVesselUseFeaturesId(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByVesselUseFeaturesId(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementByVesselUseFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByDepartmentId(java.lang.Integer id)
getVesselUseMeasurementByDepartmentId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByPrecisionTypeId(java.lang.Integer id)
getVesselUseMeasurementByPrecisionTypeId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByQualityFlagCode(java.lang.String code)
getVesselUseMeasurementByQualityFlagCode
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getVesselUseMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getVesselUseMeasurementByAnalysisInstrumentId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByNumericalPrecisionId(java.lang.Integer id)
getVesselUseMeasurementByNumericalPrecisionId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByPmfmId(java.lang.Integer id)
getVesselUseMeasurementByPmfmId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByQualitativeValueId(java.lang.Integer id)
getVesselUseMeasurementByQualitativeValueId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseMeasurementFullVO[] getVesselUseMeasurementByAggregationLevelId(java.lang.Integer id)
getVesselUseMeasurementByAggregationLevelId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementFullVO[] handleGetVesselUseMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteVesselUseMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselUseMeasurementFullVO remoteVesselUseMeasurementFullVOFirst, RemoteVesselUseMeasurementFullVO remoteVesselUseMeasurementFullVOSecond)
remoteVesselUseMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.remoteVesselUseMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
protected abstract boolean handleRemoteVesselUseMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselUseMeasurementFullVO remoteVesselUseMeasurementFullVOFirst, RemoteVesselUseMeasurementFullVO remoteVesselUseMeasurementFullVOSecond) throws java.lang.Exception
remoteVesselUseMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
java.lang.Exception
public boolean remoteVesselUseMeasurementFullVOsAreEqual(RemoteVesselUseMeasurementFullVO remoteVesselUseMeasurementFullVOFirst, RemoteVesselUseMeasurementFullVO remoteVesselUseMeasurementFullVOSecond)
remoteVesselUseMeasurementFullVOsAreEqual
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.remoteVesselUseMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
protected abstract boolean handleRemoteVesselUseMeasurementFullVOsAreEqual(RemoteVesselUseMeasurementFullVO remoteVesselUseMeasurementFullVOFirst, RemoteVesselUseMeasurementFullVO remoteVesselUseMeasurementFullVOSecond) throws java.lang.Exception
remoteVesselUseMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementFullVO)
java.lang.Exception
public RemoteVesselUseMeasurementNaturalId[] getVesselUseMeasurementNaturalIds()
getVesselUseMeasurementNaturalIds
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementNaturalIds()
protected abstract RemoteVesselUseMeasurementNaturalId[] handleGetVesselUseMeasurementNaturalIds() throws java.lang.Exception
getVesselUseMeasurementNaturalIds()
java.lang.Exception
public RemoteVesselUseMeasurementFullVO getVesselUseMeasurementByNaturalId(RemoteVesselUseMeasurementNaturalId vesselUseMeasurementNaturalId)
getVesselUseMeasurementByNaturalId
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementNaturalId)
protected abstract RemoteVesselUseMeasurementFullVO handleGetVesselUseMeasurementByNaturalId(RemoteVesselUseMeasurementNaturalId vesselUseMeasurementNaturalId) throws java.lang.Exception
getVesselUseMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselUseMeasurementNaturalId)
java.lang.Exception
public RemoteVesselUseMeasurementNaturalId getVesselUseMeasurementNaturalIdById(java.lang.Integer id)
getVesselUseMeasurementNaturalIdById
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getVesselUseMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteVesselUseMeasurementNaturalId handleGetVesselUseMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getVesselUseMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterVesselUseMeasurement getClusterVesselUseMeasurementByIdentifiers(java.lang.Integer id)
getClusterVesselUseMeasurementByIdentifiers
in interface RemoteVesselUseMeasurementFullService
RemoteVesselUseMeasurementFullService.getClusterVesselUseMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterVesselUseMeasurement handleGetClusterVesselUseMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterVesselUseMeasurementByIdentifiers(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 |