|
||||||||||
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.RemoteQuantificationMeasurementFullServiceBase
public abstract class RemoteQuantificationMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteQuantificationMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteQuantificationMeasurementFullService
Constructor Summary | |
---|---|
RemoteQuantificationMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteQuantificationMeasurementFullServiceBase()
Method Detail |
---|
public void setQuantificationMeasurementDao(QuantificationMeasurementDao quantificationMeasurementDao)
quantificationMeasurement
's DAO.
protected QuantificationMeasurementDao getQuantificationMeasurementDao()
quantificationMeasurement
's DAO.
public void setBatchDao(BatchDao batchDao)
batch
's DAO.
protected BatchDao getBatchDao()
batch
's DAO.
public void setProduceDao(ProduceDao produceDao)
produce
's DAO.
protected ProduceDao getProduceDao()
produce
'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 RemoteQuantificationMeasurementFullVO addQuantificationMeasurement(RemoteQuantificationMeasurementFullVO quantificationMeasurement)
addQuantificationMeasurement
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.addQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
protected abstract RemoteQuantificationMeasurementFullVO handleAddQuantificationMeasurement(RemoteQuantificationMeasurementFullVO quantificationMeasurement) throws java.lang.Exception
addQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
java.lang.Exception
public void updateQuantificationMeasurement(RemoteQuantificationMeasurementFullVO quantificationMeasurement)
updateQuantificationMeasurement
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.updateQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
protected abstract void handleUpdateQuantificationMeasurement(RemoteQuantificationMeasurementFullVO quantificationMeasurement) throws java.lang.Exception
updateQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
java.lang.Exception
public void removeQuantificationMeasurement(RemoteQuantificationMeasurementFullVO quantificationMeasurement)
removeQuantificationMeasurement
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.removeQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
protected abstract void handleRemoveQuantificationMeasurement(RemoteQuantificationMeasurementFullVO quantificationMeasurement) throws java.lang.Exception
removeQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getAllQuantificationMeasurement()
getAllQuantificationMeasurement
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getAllQuantificationMeasurement()
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetAllQuantificationMeasurement() throws java.lang.Exception
getAllQuantificationMeasurement()
java.lang.Exception
public RemoteQuantificationMeasurementFullVO getQuantificationMeasurementById(java.lang.Integer id)
getQuantificationMeasurementById
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementById(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO handleGetQuantificationMeasurementById(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByIds(java.lang.Integer[] id)
getQuantificationMeasurementByIds
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByIds(java.lang.Integer[])
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getQuantificationMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByBatchId(java.lang.Integer id)
getQuantificationMeasurementByBatchId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByBatchId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByBatchId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByBatchId(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByProduceId(java.lang.Integer id)
getQuantificationMeasurementByProduceId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByProduceId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByProduceId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByProduceId(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByDepartmentId(java.lang.Integer id)
getQuantificationMeasurementByDepartmentId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByPrecisionTypeId(java.lang.Integer id)
getQuantificationMeasurementByPrecisionTypeId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByQualityFlagCode(java.lang.String code)
getQuantificationMeasurementByQualityFlagCode
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getQuantificationMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getQuantificationMeasurementByAnalysisInstrumentId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByNumericalPrecisionId(java.lang.Integer id)
getQuantificationMeasurementByNumericalPrecisionId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByPmfmId(java.lang.Integer id)
getQuantificationMeasurementByPmfmId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByQualitativeValueId(java.lang.Integer id)
getQuantificationMeasurementByQualitativeValueId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteQuantificationMeasurementFullVO[] getQuantificationMeasurementByAggregationLevelId(java.lang.Integer id)
getQuantificationMeasurementByAggregationLevelId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementFullVO[] handleGetQuantificationMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteQuantificationMeasurementFullVOsAreEqualOnIdentifiers(RemoteQuantificationMeasurementFullVO remoteQuantificationMeasurementFullVOFirst, RemoteQuantificationMeasurementFullVO remoteQuantificationMeasurementFullVOSecond)
remoteQuantificationMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.remoteQuantificationMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
protected abstract boolean handleRemoteQuantificationMeasurementFullVOsAreEqualOnIdentifiers(RemoteQuantificationMeasurementFullVO remoteQuantificationMeasurementFullVOFirst, RemoteQuantificationMeasurementFullVO remoteQuantificationMeasurementFullVOSecond) throws java.lang.Exception
remoteQuantificationMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
java.lang.Exception
public boolean remoteQuantificationMeasurementFullVOsAreEqual(RemoteQuantificationMeasurementFullVO remoteQuantificationMeasurementFullVOFirst, RemoteQuantificationMeasurementFullVO remoteQuantificationMeasurementFullVOSecond)
remoteQuantificationMeasurementFullVOsAreEqual
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.remoteQuantificationMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
protected abstract boolean handleRemoteQuantificationMeasurementFullVOsAreEqual(RemoteQuantificationMeasurementFullVO remoteQuantificationMeasurementFullVOFirst, RemoteQuantificationMeasurementFullVO remoteQuantificationMeasurementFullVOSecond) throws java.lang.Exception
remoteQuantificationMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementFullVO)
java.lang.Exception
public RemoteQuantificationMeasurementNaturalId[] getQuantificationMeasurementNaturalIds()
getQuantificationMeasurementNaturalIds
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementNaturalIds()
protected abstract RemoteQuantificationMeasurementNaturalId[] handleGetQuantificationMeasurementNaturalIds() throws java.lang.Exception
getQuantificationMeasurementNaturalIds()
java.lang.Exception
public RemoteQuantificationMeasurementFullVO getQuantificationMeasurementByNaturalId(RemoteQuantificationMeasurementNaturalId quantificationMeasurementNaturalId)
getQuantificationMeasurementByNaturalId
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementNaturalId)
protected abstract RemoteQuantificationMeasurementFullVO handleGetQuantificationMeasurementByNaturalId(RemoteQuantificationMeasurementNaturalId quantificationMeasurementNaturalId) throws java.lang.Exception
getQuantificationMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementNaturalId)
java.lang.Exception
public RemoteQuantificationMeasurementNaturalId getQuantificationMeasurementNaturalIdById(java.lang.Integer id)
getQuantificationMeasurementNaturalIdById
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getQuantificationMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteQuantificationMeasurementNaturalId handleGetQuantificationMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getQuantificationMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterQuantificationMeasurement[] getAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterQuantificationMeasurement
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getAllClusterQuantificationMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterQuantificationMeasurement[] handleGetAllClusterQuantificationMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterQuantificationMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterQuantificationMeasurement getClusterQuantificationMeasurementByIdentifiers(java.lang.Integer id)
getClusterQuantificationMeasurementByIdentifiers
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.getClusterQuantificationMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterQuantificationMeasurement handleGetClusterQuantificationMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterQuantificationMeasurementByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterQuantificationMeasurement addOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement)
addOrUpdateClusterQuantificationMeasurement
in interface RemoteQuantificationMeasurementFullService
RemoteQuantificationMeasurementFullService.addOrUpdateClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement)
protected abstract ClusterQuantificationMeasurement handleAddOrUpdateClusterQuantificationMeasurement(ClusterQuantificationMeasurement clusterQuantificationMeasurement) throws java.lang.Exception
addOrUpdateClusterQuantificationMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterQuantificationMeasurement)
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 |