fr.ifremer.allegro.data.measure.generic.service
Class RemoteSortingMeasurementFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.generic.service.RemoteSortingMeasurementFullServiceBase
      extended by fr.ifremer.allegro.data.measure.generic.service.RemoteSortingMeasurementFullServiceImpl
All Implemented Interfaces:
RemoteSortingMeasurementFullService

public class RemoteSortingMeasurementFullServiceImpl
extends RemoteSortingMeasurementFullServiceBase

See Also:
RemoteSortingMeasurementFullService

Constructor Summary
RemoteSortingMeasurementFullServiceImpl()
           
 
Method Summary
protected  ClusterSortingMeasurement handleAddOrUpdateClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.addOrUpdateClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)
protected  RemoteSortingMeasurementFullVO handleAddSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.addSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected  ClusterSortingMeasurement[] handleGetAllClusterSortingMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetAllSortingMeasurement()
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getAllSortingMeasurement()
protected  ClusterSortingMeasurement handleGetClusterSortingMeasurementByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getClusterSortingMeasurementByIdentifiers(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByAggregationLevelId(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByDepartmentId(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO handleGetSortingMeasurementById(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementById(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByIds(java.lang.Integer[])
protected  RemoteSortingMeasurementFullVO handleGetSortingMeasurementByNaturalId(RemoteSortingMeasurementNaturalId sortingMeasurementNaturalId)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByNumericalPrecisionId(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByPmfmId(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByPrecisionTypeId(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByProduceId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByProduceId(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByQualitativeValueId(java.lang.Integer)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByQualityFlagCode(java.lang.String)
protected  RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementBySortingBatchId(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementBySortingBatchId(java.lang.Integer)
protected  RemoteSortingMeasurementNaturalId handleGetSortingMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementNaturalIdById(java.lang.Integer)
protected  RemoteSortingMeasurementNaturalId[] handleGetSortingMeasurementNaturalIds()
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementNaturalIds()
protected  boolean handleRemoteSortingMeasurementFullVOsAreEqual(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOFirst, RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOSecond)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.remoteSortingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected  boolean handleRemoteSortingMeasurementFullVOsAreEqualOnIdentifiers(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOFirst, RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOSecond)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.remoteSortingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected  void handleRemoveSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.removeSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
protected  void handleUpdateSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
          Performs the core logic for RemoteSortingMeasurementFullServiceBase.updateSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.measure.generic.service.RemoteSortingMeasurementFullServiceBase
addOrUpdateClusterSortingMeasurement, addSortingMeasurement, getAggregationLevelDao, getAllClusterSortingMeasurement, getAllSortingMeasurement, getAnalysisInstrumentDao, getClusterSortingMeasurementByIdentifiers, getDepartmentDao, getMessage, getMessage, getMessage, getMessages, getNumericalPrecisionDao, getPmfmDao, getPrecisionTypeDao, getPrincipal, getProduceDao, getQualitativeValueDao, getQualityFlagDao, getSortingBatchDao, getSortingMeasurementByAggregationLevelId, getSortingMeasurementByAnalysisInstrumentId, getSortingMeasurementByDepartmentId, getSortingMeasurementById, getSortingMeasurementByIds, getSortingMeasurementByNaturalId, getSortingMeasurementByNumericalPrecisionId, getSortingMeasurementByPmfmId, getSortingMeasurementByPrecisionTypeId, getSortingMeasurementByProduceId, getSortingMeasurementByQualitativeValueId, getSortingMeasurementByQualityFlagCode, getSortingMeasurementBySortingBatchId, getSortingMeasurementDao, getSortingMeasurementNaturalIdById, getSortingMeasurementNaturalIds, remoteSortingMeasurementFullVOsAreEqual, remoteSortingMeasurementFullVOsAreEqualOnIdentifiers, removeSortingMeasurement, setAggregationLevelDao, setAnalysisInstrumentDao, setDepartmentDao, setNumericalPrecisionDao, setPmfmDao, setPrecisionTypeDao, setProduceDao, setQualitativeValueDao, setQualityFlagDao, setSortingBatchDao, setSortingMeasurementDao, updateSortingMeasurement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSortingMeasurementFullServiceImpl

public RemoteSortingMeasurementFullServiceImpl()
Method Detail

handleAddSortingMeasurement

protected RemoteSortingMeasurementFullVO handleAddSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
                                                              throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.addSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

Specified by:
handleAddSortingMeasurement in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.addSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

handleUpdateSortingMeasurement

protected void handleUpdateSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
                                       throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.updateSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

Specified by:
handleUpdateSortingMeasurement in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.updateSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

handleRemoveSortingMeasurement

protected void handleRemoveSortingMeasurement(RemoteSortingMeasurementFullVO sortingMeasurement)
                                       throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.removeSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

Specified by:
handleRemoveSortingMeasurement in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.removeSortingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

handleGetAllSortingMeasurement

protected RemoteSortingMeasurementFullVO[] handleGetAllSortingMeasurement()
                                                                   throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getAllSortingMeasurement()

Specified by:
handleGetAllSortingMeasurement in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getAllSortingMeasurement()

handleGetSortingMeasurementById

protected RemoteSortingMeasurementFullVO handleGetSortingMeasurementById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementById(java.lang.Integer)

Specified by:
handleGetSortingMeasurementById in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementById(java.lang.Integer)

handleGetSortingMeasurementByIds

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByIds(java.lang.Integer[] id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByIds(java.lang.Integer[])

Specified by:
handleGetSortingMeasurementByIds in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByIds(java.lang.Integer[])

handleGetSortingMeasurementBySortingBatchId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementBySortingBatchId(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementBySortingBatchId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementBySortingBatchId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementBySortingBatchId(java.lang.Integer)

handleGetSortingMeasurementByProduceId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByProduceId(java.lang.Integer id)
                                                                           throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByProduceId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementByProduceId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByProduceId(java.lang.Integer)

handleGetSortingMeasurementByDepartmentId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByDepartmentId(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByDepartmentId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementByDepartmentId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByDepartmentId(java.lang.Integer)

handleGetSortingMeasurementByPrecisionTypeId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByPrecisionTypeId(java.lang.Integer id)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByPrecisionTypeId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementByPrecisionTypeId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByPrecisionTypeId(java.lang.Integer)

handleGetSortingMeasurementByQualityFlagCode

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByQualityFlagCode(java.lang.String code)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByQualityFlagCode(java.lang.String)

Specified by:
handleGetSortingMeasurementByQualityFlagCode in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByQualityFlagCode(java.lang.String)

handleGetSortingMeasurementByAnalysisInstrumentId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByAnalysisInstrumentId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementByAnalysisInstrumentId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByAnalysisInstrumentId(java.lang.Integer)

handleGetSortingMeasurementByNumericalPrecisionId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByNumericalPrecisionId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByNumericalPrecisionId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementByNumericalPrecisionId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByNumericalPrecisionId(java.lang.Integer)

handleGetSortingMeasurementByPmfmId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByPmfmId(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByPmfmId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementByPmfmId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByPmfmId(java.lang.Integer)

handleGetSortingMeasurementByQualitativeValueId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByQualitativeValueId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByQualitativeValueId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementByQualitativeValueId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByQualitativeValueId(java.lang.Integer)

handleGetSortingMeasurementByAggregationLevelId

protected RemoteSortingMeasurementFullVO[] handleGetSortingMeasurementByAggregationLevelId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByAggregationLevelId(java.lang.Integer)

Specified by:
handleGetSortingMeasurementByAggregationLevelId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByAggregationLevelId(java.lang.Integer)

handleRemoteSortingMeasurementFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteSortingMeasurementFullVOsAreEqualOnIdentifiers(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOFirst,
                                                                             RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.remoteSortingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

Specified by:
handleRemoteSortingMeasurementFullVOsAreEqualOnIdentifiers in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.remoteSortingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

handleRemoteSortingMeasurementFullVOsAreEqual

protected boolean handleRemoteSortingMeasurementFullVOsAreEqual(RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOFirst,
                                                                RemoteSortingMeasurementFullVO remoteSortingMeasurementFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.remoteSortingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

Specified by:
handleRemoteSortingMeasurementFullVOsAreEqual in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.remoteSortingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementFullVO)

handleGetSortingMeasurementNaturalIds

protected RemoteSortingMeasurementNaturalId[] handleGetSortingMeasurementNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementNaturalIds()

Specified by:
handleGetSortingMeasurementNaturalIds in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementNaturalIds()

handleGetSortingMeasurementByNaturalId

protected RemoteSortingMeasurementFullVO handleGetSortingMeasurementByNaturalId(RemoteSortingMeasurementNaturalId sortingMeasurementNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId)

Specified by:
handleGetSortingMeasurementByNaturalId in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSortingMeasurementNaturalId)

handleGetSortingMeasurementNaturalIdById

protected RemoteSortingMeasurementNaturalId handleGetSortingMeasurementNaturalIdById(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getSortingMeasurementNaturalIdById(java.lang.Integer)

Specified by:
handleGetSortingMeasurementNaturalIdById in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getSortingMeasurementNaturalIdById(java.lang.Integer)

handleGetAllClusterSortingMeasurement

protected ClusterSortingMeasurement[] handleGetAllClusterSortingMeasurement(java.lang.Integer userId,
                                                                            java.lang.Integer[] registrationLocationIds,
                                                                            java.lang.Integer pageNumber,
                                                                            java.lang.Integer pageSize)
                                                                     throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterSortingMeasurement in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getAllClusterSortingMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterSortingMeasurementByIdentifiers

protected ClusterSortingMeasurement handleGetClusterSortingMeasurementByIdentifiers(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.getClusterSortingMeasurementByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterSortingMeasurementByIdentifiers in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.getClusterSortingMeasurementByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterSortingMeasurement

protected ClusterSortingMeasurement handleAddOrUpdateClusterSortingMeasurement(ClusterSortingMeasurement clusterSortingMeasurement)
                                                                        throws java.lang.Exception
Description copied from class: RemoteSortingMeasurementFullServiceBase
Performs the core logic for RemoteSortingMeasurementFullServiceBase.addOrUpdateClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)

Specified by:
handleAddOrUpdateClusterSortingMeasurement in class RemoteSortingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSortingMeasurementFullService.addOrUpdateClusterSortingMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSortingMeasurement)


Copyright © 2008-2010 IFREMER. All Rights Reserved.