fr.ifremer.allegro.data.operation.generic.service
Class RemoteOperationFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.operation.generic.service.RemoteOperationFullServiceBase
      extended by fr.ifremer.allegro.data.operation.generic.service.RemoteOperationFullServiceImpl
All Implemented Interfaces:
RemoteOperationFullService

public class RemoteOperationFullServiceImpl
extends RemoteOperationFullServiceBase

See Also:
RemoteOperationFullService

Constructor Summary
RemoteOperationFullServiceImpl()
           
 
Method Summary
protected  RemoteOperationFullVO handleAddOperation(RemoteOperationFullVO operation)
          Performs the core logic for RemoteOperationFullServiceBase.addOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  ClusterOperation handleAddOrUpdateClusterOperation(ClusterOperation clusterOperation)
          Performs the core logic for RemoteOperationFullServiceBase.addOrUpdateClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)
protected  ClusterOperation[] handleGetAllClusterOperation(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteOperationFullServiceBase.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteOperationFullVO[] handleGetAllOperation()
          Performs the core logic for RemoteOperationFullServiceBase.getAllOperation()
protected  ClusterOperation handleGetClusterOperationByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getClusterOperationByIdentifiers(java.lang.Integer)
protected  RemoteOperationFullVO[] handleGetOperationByFishingTripId(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByFishingTripId(java.lang.Integer)
protected  RemoteOperationFullVO[] handleGetOperationByGearPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByGearPhysicalFeaturesId(java.lang.Integer)
protected  RemoteOperationFullVO handleGetOperationById(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationById(java.lang.Integer)
protected  RemoteOperationFullVO[] handleGetOperationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByIds(java.lang.Integer[])
protected  RemoteOperationFullVO handleGetOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)
protected  RemoteOperationFullVO[] handleGetOperationByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByQualityFlagCode(java.lang.String)
protected  RemoteOperationFullVO[] handleGetOperationByVesselCode(java.lang.String code)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByVesselCode(java.lang.String)
protected  RemoteOperationNaturalId handleGetOperationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationNaturalIdById(java.lang.Integer)
protected  RemoteOperationNaturalId[] handleGetOperationNaturalIds()
          Performs the core logic for RemoteOperationFullServiceBase.getOperationNaturalIds()
protected  boolean handleRemoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
          Performs the core logic for RemoteOperationFullServiceBase.remoteOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  boolean handleRemoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst, RemoteOperationFullVO remoteOperationFullVOSecond)
          Performs the core logic for RemoteOperationFullServiceBase.remoteOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  void handleRemoveOperation(RemoteOperationFullVO operation)
          Performs the core logic for RemoteOperationFullServiceBase.removeOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
protected  void handleUpdateOperation(RemoteOperationFullVO operation)
          Performs the core logic for RemoteOperationFullServiceBase.updateOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.operation.generic.service.RemoteOperationFullServiceBase
addOperation, addOrUpdateClusterOperation, getAllClusterOperation, getAllOperation, getClusterOperationByIdentifiers, getFishingTripDao, getGearPhysicalFeaturesDao, getGearUseFeaturesDao, getMessage, getMessage, getMessage, getMessages, getOperationByFishingTripId, getOperationByGearPhysicalFeaturesId, getOperationById, getOperationByIds, getOperationByNaturalId, getOperationByQualityFlagCode, getOperationByVesselCode, getOperationDao, getOperationNaturalIdById, getOperationNaturalIds, getPrincipal, getQualityFlagDao, getVesselDao, getVesselPositionDao, getVesselUseFeaturesDao, remoteOperationFullVOsAreEqual, remoteOperationFullVOsAreEqualOnIdentifiers, removeOperation, setFishingTripDao, setGearPhysicalFeaturesDao, setGearUseFeaturesDao, setOperationDao, setQualityFlagDao, setVesselDao, setVesselPositionDao, setVesselUseFeaturesDao, updateOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteOperationFullServiceImpl

public RemoteOperationFullServiceImpl()
Method Detail

handleAddOperation

protected RemoteOperationFullVO handleAddOperation(RemoteOperationFullVO operation)
                                            throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.addOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

Specified by:
handleAddOperation in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.addOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

handleUpdateOperation

protected void handleUpdateOperation(RemoteOperationFullVO operation)
                              throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.updateOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

Specified by:
handleUpdateOperation in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.updateOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

handleRemoveOperation

protected void handleRemoveOperation(RemoteOperationFullVO operation)
                              throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.removeOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

Specified by:
handleRemoveOperation in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.removeOperation(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

handleGetAllOperation

protected RemoteOperationFullVO[] handleGetAllOperation()
                                                 throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getAllOperation()

Specified by:
handleGetAllOperation in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getAllOperation()

handleGetOperationById

protected RemoteOperationFullVO handleGetOperationById(java.lang.Integer id)
                                                throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationById(java.lang.Integer)

Specified by:
handleGetOperationById in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationById(java.lang.Integer)

handleGetOperationByIds

protected RemoteOperationFullVO[] handleGetOperationByIds(java.lang.Integer[] id)
                                                   throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationByIds(java.lang.Integer[])

Specified by:
handleGetOperationByIds in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationByIds(java.lang.Integer[])

handleGetOperationByVesselCode

protected RemoteOperationFullVO[] handleGetOperationByVesselCode(java.lang.String code)
                                                          throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationByVesselCode(java.lang.String)

Specified by:
handleGetOperationByVesselCode in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationByVesselCode(java.lang.String)

handleGetOperationByGearPhysicalFeaturesId

protected RemoteOperationFullVO[] handleGetOperationByGearPhysicalFeaturesId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationByGearPhysicalFeaturesId(java.lang.Integer)

Specified by:
handleGetOperationByGearPhysicalFeaturesId in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationByGearPhysicalFeaturesId(java.lang.Integer)

handleGetOperationByFishingTripId

protected RemoteOperationFullVO[] handleGetOperationByFishingTripId(java.lang.Integer id)
                                                             throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationByFishingTripId(java.lang.Integer)

Specified by:
handleGetOperationByFishingTripId in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationByFishingTripId(java.lang.Integer)

handleGetOperationByQualityFlagCode

protected RemoteOperationFullVO[] handleGetOperationByQualityFlagCode(java.lang.String code)
                                                               throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationByQualityFlagCode(java.lang.String)

Specified by:
handleGetOperationByQualityFlagCode in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationByQualityFlagCode(java.lang.String)

handleRemoteOperationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteOperationFullVOsAreEqualOnIdentifiers(RemoteOperationFullVO remoteOperationFullVOFirst,
                                                                    RemoteOperationFullVO remoteOperationFullVOSecond)
                                                             throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.remoteOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

Specified by:
handleRemoteOperationFullVOsAreEqualOnIdentifiers in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.remoteOperationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

handleRemoteOperationFullVOsAreEqual

protected boolean handleRemoteOperationFullVOsAreEqual(RemoteOperationFullVO remoteOperationFullVOFirst,
                                                       RemoteOperationFullVO remoteOperationFullVOSecond)
                                                throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.remoteOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

Specified by:
handleRemoteOperationFullVOsAreEqual in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.remoteOperationFullVOsAreEqual(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO, fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationFullVO)

handleGetOperationNaturalIds

protected RemoteOperationNaturalId[] handleGetOperationNaturalIds()
                                                           throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationNaturalIds()

Specified by:
handleGetOperationNaturalIds in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationNaturalIds()

handleGetOperationByNaturalId

protected RemoteOperationFullVO handleGetOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
                                                       throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)

Specified by:
handleGetOperationByNaturalId in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)

handleGetOperationNaturalIdById

protected RemoteOperationNaturalId handleGetOperationNaturalIdById(java.lang.Integer id)
                                                            throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getOperationNaturalIdById(java.lang.Integer)

Specified by:
handleGetOperationNaturalIdById in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getOperationNaturalIdById(java.lang.Integer)

handleGetAllClusterOperation

protected ClusterOperation[] handleGetAllClusterOperation(java.lang.Integer userId,
                                                          java.lang.Integer[] registrationLocationIds,
                                                          java.lang.Integer pageNumber,
                                                          java.lang.Integer pageSize)
                                                   throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterOperation in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getAllClusterOperation(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterOperationByIdentifiers

protected ClusterOperation handleGetClusterOperationByIdentifiers(java.lang.Integer id)
                                                           throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.getClusterOperationByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterOperationByIdentifiers in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.getClusterOperationByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterOperation

protected ClusterOperation handleAddOrUpdateClusterOperation(ClusterOperation clusterOperation)
                                                      throws java.lang.Exception
Description copied from class: RemoteOperationFullServiceBase
Performs the core logic for RemoteOperationFullServiceBase.addOrUpdateClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)

Specified by:
handleAddOrUpdateClusterOperation in class RemoteOperationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteOperationFullService.addOrUpdateClusterOperation(fr.ifremer.allegro.data.operation.generic.cluster.ClusterOperation)


Copyright © 2008-2010 IFREMER. All Rights Reserved.