|
||||||||||
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.RemoteSurveyMeasurementFullServiceBase
public abstract class RemoteSurveyMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteSurveyMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteSurveyMeasurementFullService
Constructor Summary | |
---|---|
RemoteSurveyMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSurveyMeasurementFullServiceBase()
Method Detail |
---|
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurement
's DAO.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurement
's DAO.
public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
activityCalendar
's DAO.
protected ActivityCalendarDao getActivityCalendarDao()
activityCalendar
's DAO.
public void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
economicalSurvey
's DAO.
protected EconomicalSurveyDao getEconomicalSurveyDao()
economicalSurvey
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setLandingDao(LandingDao landingDao)
landing
's DAO.
protected LandingDao getLandingDao()
landing
's DAO.
public void setSaleDao(SaleDao saleDao)
sale
's DAO.
protected SaleDao getSaleDao()
sale
's DAO.
public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
physicalGearSurvey
's DAO.
protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
physicalGearSurvey
'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 RemoteSurveyMeasurementFullVO addSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
addSurveyMeasurement
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.addSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract RemoteSurveyMeasurementFullVO handleAddSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement) throws java.lang.Exception
addSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
java.lang.Exception
public void updateSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
updateSurveyMeasurement
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.updateSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract void handleUpdateSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement) throws java.lang.Exception
updateSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
java.lang.Exception
public void removeSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
removeSurveyMeasurement
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.removeSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract void handleRemoveSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement) throws java.lang.Exception
removeSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getAllSurveyMeasurement()
getAllSurveyMeasurement
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getAllSurveyMeasurement()
protected abstract RemoteSurveyMeasurementFullVO[] handleGetAllSurveyMeasurement() throws java.lang.Exception
getAllSurveyMeasurement()
java.lang.Exception
public RemoteSurveyMeasurementFullVO getSurveyMeasurementById(java.lang.Integer id)
getSurveyMeasurementById
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementById(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO handleGetSurveyMeasurementById(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByIds(java.lang.Integer[] id)
getSurveyMeasurementByIds
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByIds(java.lang.Integer[])
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getSurveyMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByActivityCalendarId(java.lang.Integer id)
getSurveyMeasurementByActivityCalendarId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByActivityCalendarId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByActivityCalendarId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByActivityCalendarId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByEconomicalSurveyId(java.lang.Integer id)
getSurveyMeasurementByEconomicalSurveyId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByEconomicalSurveyId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByEconomicalSurveyId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByEconomicalSurveyId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByFishingTripId(java.lang.Integer id)
getSurveyMeasurementByFishingTripId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByFishingTripId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByLandingId(java.lang.Integer id)
getSurveyMeasurementByLandingId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByLandingId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByLandingId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByLandingId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementBySaleId(java.lang.Integer id)
getSurveyMeasurementBySaleId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementBySaleId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementBySaleId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementBySaleId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer id)
getSurveyMeasurementByPhysicalGearSurveyId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByDepartmentId(java.lang.Integer id)
getSurveyMeasurementByDepartmentId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPrecisionTypeId(java.lang.Integer id)
getSurveyMeasurementByPrecisionTypeId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByQualityFlagCode(java.lang.String code)
getSurveyMeasurementByQualityFlagCode
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getSurveyMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getSurveyMeasurementByAnalysisInstrumentId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByNumericalPrecisionId(java.lang.Integer id)
getSurveyMeasurementByNumericalPrecisionId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPmfmId(java.lang.Integer id)
getSurveyMeasurementByPmfmId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByQualitativeValueId(java.lang.Integer id)
getSurveyMeasurementByQualitativeValueId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByAggregationLevelId(java.lang.Integer id)
getSurveyMeasurementByAggregationLevelId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst, RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract boolean handleRemoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst, RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond) throws java.lang.Exception
remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
java.lang.Exception
public boolean remoteSurveyMeasurementFullVOsAreEqual(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst, RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
remoteSurveyMeasurementFullVOsAreEqual
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.remoteSurveyMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract boolean handleRemoteSurveyMeasurementFullVOsAreEqual(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst, RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond) throws java.lang.Exception
remoteSurveyMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
java.lang.Exception
public RemoteSurveyMeasurementNaturalId[] getSurveyMeasurementNaturalIds()
getSurveyMeasurementNaturalIds
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementNaturalIds()
protected abstract RemoteSurveyMeasurementNaturalId[] handleGetSurveyMeasurementNaturalIds() throws java.lang.Exception
getSurveyMeasurementNaturalIds()
java.lang.Exception
public RemoteSurveyMeasurementFullVO getSurveyMeasurementByNaturalId(RemoteSurveyMeasurementNaturalId surveyMeasurementNaturalId)
getSurveyMeasurementByNaturalId
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementNaturalId)
protected abstract RemoteSurveyMeasurementFullVO handleGetSurveyMeasurementByNaturalId(RemoteSurveyMeasurementNaturalId surveyMeasurementNaturalId) throws java.lang.Exception
getSurveyMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementNaturalId)
java.lang.Exception
public RemoteSurveyMeasurementNaturalId getSurveyMeasurementNaturalIdById(java.lang.Integer id)
getSurveyMeasurementNaturalIdById
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getSurveyMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteSurveyMeasurementNaturalId handleGetSurveyMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSurveyMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSurveyMeasurement
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSurveyMeasurement[] handleGetAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterSurveyMeasurement getClusterSurveyMeasurementByIdentifiers(java.lang.Integer id)
getClusterSurveyMeasurementByIdentifiers
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.getClusterSurveyMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterSurveyMeasurement handleGetClusterSurveyMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSurveyMeasurementByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterSurveyMeasurement addOrUpdateClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
addOrUpdateClusterSurveyMeasurement
in interface RemoteSurveyMeasurementFullService
RemoteSurveyMeasurementFullService.addOrUpdateClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)
protected abstract ClusterSurveyMeasurement handleAddOrUpdateClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement) throws java.lang.Exception
addOrUpdateClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)
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 |