|
||||||||||
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.RemoteSortingMeasurementFullServiceBase
public abstract class RemoteSortingMeasurementFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteSortingMeasurementFullService
,
provides access to all services and entities referenced by this service.
RemoteSortingMeasurementFullService
Constructor Summary | |
---|---|
RemoteSortingMeasurementFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSortingMeasurementFullServiceBase()
Method Detail |
---|
public void setSortingMeasurementDao(SortingMeasurementDao sortingMeasurementDao)
sortingMeasurement
's DAO.
protected SortingMeasurementDao getSortingMeasurementDao()
sortingMeasurement
's DAO.
public void setSortingBatchDao(SortingBatchDao sortingBatchDao)
sortingBatch
's DAO.
protected SortingBatchDao getSortingBatchDao()
sortingBatch
'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 RemoteSortingMeasurementFullVO addSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
addSortingMeasurement
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.addSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected abstract RemoteSortingMeasurementFullVO handleAddSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement) throws java.lang.Exception
addSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
java.lang.Exception
public void updateSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
updateSortingMeasurement
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.updateSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected abstract void handleUpdateSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement) throws java.lang.Exception
updateSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
java.lang.Exception
public void removeSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
removeSortingMeasurement
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.removeSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected abstract void handleRemoveSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement) throws java.lang.Exception
removeSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getAllSortingMeasurement()
getAllSortingMeasurement
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getAllSortingMeasurement()
protected abstract RemoteSortingMeasurementFullVO[] handleGetAllSortingMeasurement() throws java.lang.Exception
getAllSortingMeasurement()
java.lang.Exception
public RemoteSortingMeasurementFullVO getSortingMeasurementById(java.lang.Integer id)
getSortingMeasurementById
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementById(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO handleGetSortingMeasurementById(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementById(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByIds(java.lang.Integer[] id)
getSortingMeasurementByIds
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByIds(java.lang.Integer[])
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByIds(java.lang.Integer[] id) throws java.lang.Exception
getSortingMeasurementByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementBySortingBatchId(java.lang.Integer id)
getSortingMeasurementBySortingBatchId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementBySortingBatchId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementBySortingBatchId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementBySortingBatchId(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByProduceId(java.lang.Integer id)
getSortingMeasurementByProduceId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByProduceId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByProduceId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementByProduceId(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByDepartmentId(java.lang.Integer id)
getSortingMeasurementByDepartmentId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByDepartmentId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementByDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByPrecisionTypeId(java.lang.Integer id)
getSortingMeasurementByPrecisionTypeId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByPrecisionTypeId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementByPrecisionTypeId(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByQualityFlagCode(java.lang.String code)
getSortingMeasurementByQualityFlagCode
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByQualityFlagCode(java.lang.String)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getSortingMeasurementByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
getSortingMeasurementByAnalysisInstrumentId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByAnalysisInstrumentId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementByAnalysisInstrumentId(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByNumericalPrecisionId(java.lang.Integer id)
getSortingMeasurementByNumericalPrecisionId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByNumericalPrecisionId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementByNumericalPrecisionId(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByPmfmId(java.lang.Integer id)
getSortingMeasurementByPmfmId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByPmfmId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByPmfmId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementByPmfmId(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByQualitativeValueId(java.lang.Integer id)
getSortingMeasurementByQualitativeValueId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByQualitativeValueId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementByQualitativeValueId(java.lang.Integer)
java.lang.Exception
public RemoteSortingMeasurementFullVO[] getSortingMeasurementByAggregationLevelId(java.lang.Integer id)
getSortingMeasurementByAggregationLevelId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByAggregationLevelId(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementByAggregationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteSortingMeasurementFullVOsAreEqualOnIdentifiers(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOFirst, RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOSecond)
remoteSortingMeasurementFullVOsAreEqualOnIdentifiers
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.remoteSortingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected abstract boolean handleRemoteSortingMeasurementFullVOsAreEqualOnIdentifiers(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOFirst, RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOSecond) throws java.lang.Exception
remoteSortingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
java.lang.Exception
public boolean remoteSortingMeasurementFullVOsAreEqual(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOFirst, RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOSecond)
remoteSortingMeasurementFullVOsAreEqual
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.remoteSortingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected abstract boolean handleRemoteSortingMeasurementFullVOsAreEqual(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOFirst, RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOSecond) throws java.lang.Exception
remoteSortingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
java.lang.Exception
public RemoteSortingMeasurementNaturalId[] getSortingMeasurementNaturalIds()
getSortingMeasurementNaturalIds
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementNaturalIds()
protected abstract RemoteSortingMeasurementNaturalId[] handleGetSortingMeasurementNaturalIds() throws java.lang.Exception
getSortingMeasurementNaturalIds()
java.lang.Exception
public RemoteSortingMeasurementFullVO getSortingMeasurementByNaturalId(RemoteSortingMeasurementNaturalId sortingMeasurementNaturalId)
getSortingMeasurementByNaturalId
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId)
protected abstract RemoteSortingMeasurementFullVO handleGetSortingMeasurementByNaturalId(RemoteSortingMeasurementNaturalId sortingMeasurementNaturalId) throws java.lang.Exception
getSortingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId)
java.lang.Exception
public RemoteSortingMeasurementNaturalId getSortingMeasurementNaturalIdById(java.lang.Integer id)
getSortingMeasurementNaturalIdById
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getSortingMeasurementNaturalIdById(java.lang.Integer)
protected abstract RemoteSortingMeasurementNaturalId handleGetSortingMeasurementNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSortingMeasurementNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSortingMeasurement[] getAllClusterSortingMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSortingMeasurement
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSortingMeasurement[] handleGetAllClusterSortingMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterSortingMeasurement getClusterSortingMeasurementByIdentifiers(java.lang.Integer id)
getClusterSortingMeasurementByIdentifiers
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.getClusterSortingMeasurementByIdentifiers(java.lang.Integer)
protected abstract ClusterSortingMeasurement handleGetClusterSortingMeasurementByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSortingMeasurementByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterSortingMeasurement addOrUpdateClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
addOrUpdateClusterSortingMeasurement
in interface RemoteSortingMeasurementFullService
RemoteSortingMeasurementFullService.addOrUpdateClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)
protected abstract ClusterSortingMeasurement handleAddOrUpdateClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement) throws java.lang.Exception
addOrUpdateClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)
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 |