|
||||||||||
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.RemoteGearUseMeasurementFullServiceBase
public abstract class RemoteGearUseMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteGearUseMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteGearUseMeasurementFullService
Constructor Summary | |
---|---|
RemoteGearUseMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteGearUseMeasurementFullServiceBase()
Method Detail |
---|
public void setGearUseMeasurementDao(GearUseMeasurementDao gearUseMeasurementDao)
gearUseMeasurement
's DAO.
protected GearUseMeasurementDao getGearUseMeasurementDao()
gearUseMeasurement
's DAO.
public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
gearUseFeatures
's DAO.
protected GearUseFeaturesDao getGearUseFeaturesDao()
gearUseFeatures
'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 RemoteGearUseMeasurementFullVO addGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
addGearUseMeasurement
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.addGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected abstract RemoteGearUseMeasurementFullVO handleAddGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement) throws java.lang.Exception
addGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
java.lang.Exception
public void updateGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
updateGearUseMeasurement
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.updateGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected abstract void handleUpdateGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement) throws java.lang.Exception
updateGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
java.lang.Exception
public void removeGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
removeGearUseMeasurement
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.removeGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected abstract void handleRemoveGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement) throws java.lang.Exception
removeGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getAllGearUseMeasurement()
getAllGearUseMeasurement
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getAllGearUseMeasurement()
protected abstract RemoteGearUseMeasurementFullVO[] handleGetAllGearUseMeasurement() throws java.lang.Exception
getAllGearUseMeasurement()
java.lang.Exception
public RemoteGearUseMeasurementFullVO getGearUseMeasurementById(java.lang.Integer id)
getGearUseMeasurementById
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementById(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO handleGetGearUseMeasurementById(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByIds(java.lang.Integer[] id)
getGearUseMeasurementByIds
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByIds(java.lang.Integer[])
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getGearUseMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByGearUseFeaturesId(java.lang.Integer id)
getGearUseMeasurementByGearUseFeaturesId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByGearUseFeaturesId(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByGearUseFeaturesId(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementByGearUseFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByDepartmentId(java.lang.Integer id)
getGearUseMeasurementByDepartmentId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByPrecisionTypeId(java.lang.Integer id)
getGearUseMeasurementByPrecisionTypeId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByQualityFlagCode(java.lang.String code)
getGearUseMeasurementByQualityFlagCode
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getGearUseMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getGearUseMeasurementByAnalysisInstrumentId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByNumericalPrecisionId(java.lang.Integer id)
getGearUseMeasurementByNumericalPrecisionId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByPmfmId(java.lang.Integer id)
getGearUseMeasurementByPmfmId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByQualitativeValueId(java.lang.Integer id)
getGearUseMeasurementByQualitativeValueId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteGearUseMeasurementFullVO[] getGearUseMeasurementByAggregationLevelId(java.lang.Integer id)
getGearUseMeasurementByAggregationLevelId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOFirst, RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOSecond)
remoteGearUseMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.remoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected abstract boolean handleRemoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOFirst, RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOSecond) throws java.lang.Exception
remoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
java.lang.Exception
public boolean remoteGearUseMeasurementFullVOsAreEqual(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOFirst, RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOSecond)
remoteGearUseMeasurementFullVOsAreEqual
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.remoteGearUseMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected abstract boolean handleRemoteGearUseMeasurementFullVOsAreEqual(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOFirst, RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOSecond) throws java.lang.Exception
remoteGearUseMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
java.lang.Exception
public RemoteGearUseMeasurementNaturalId[] getGearUseMeasurementNaturalIds()
getGearUseMeasurementNaturalIds
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementNaturalIds()
protected abstract RemoteGearUseMeasurementNaturalId[] handleGetGearUseMeasurementNaturalIds() throws java.lang.Exception
getGearUseMeasurementNaturalIds()
java.lang.Exception
public RemoteGearUseMeasurementFullVO getGearUseMeasurementByNaturalId(RemoteGearUseMeasurementNaturalId gearUseMeasurementNaturalId)
getGearUseMeasurementByNaturalId
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementNaturalId)
protected abstract RemoteGearUseMeasurementFullVO handleGetGearUseMeasurementByNaturalId(RemoteGearUseMeasurementNaturalId gearUseMeasurementNaturalId) throws java.lang.Exception
getGearUseMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementNaturalId)
java.lang.Exception
public RemoteGearUseMeasurementNaturalId getGearUseMeasurementNaturalIdById(java.lang.Integer id)
getGearUseMeasurementNaturalIdById
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getGearUseMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteGearUseMeasurementNaturalId handleGetGearUseMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getGearUseMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterGearUseMeasurement getClusterGearUseMeasurementByIdentifiers(java.lang.Integer id)
getClusterGearUseMeasurementByIdentifiers
in interface RemoteGearUseMeasurementFullService
RemoteGearUseMeasurementFullService.getClusterGearUseMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterGearUseMeasurement handleGetClusterGearUseMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterGearUseMeasurementByIdentifiers(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 |