fr.ifremer.allegro.data.vessel.feature.physical.generic.service
Class RemotePhysicalFeaturesFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemotePhysicalFeaturesFullServiceBase
      extended by fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemotePhysicalFeaturesFullServiceImpl
All Implemented Interfaces:
RemotePhysicalFeaturesFullService

public class RemotePhysicalFeaturesFullServiceImpl
extends RemotePhysicalFeaturesFullServiceBase

See Also:
RemotePhysicalFeaturesFullService

Constructor Summary
RemotePhysicalFeaturesFullServiceImpl()
           
 
Method Summary
protected  RemotePhysicalFeaturesFullVO[] handleGetAllPhysicalFeatures()
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getAllPhysicalFeatures()
protected  ClusterPhysicalFeatures handleGetClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer)
protected  RemotePhysicalFeaturesFullVO handleGetPhysicalFeaturesById(java.lang.Integer id)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesById(java.lang.Integer)
protected  RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByIds(java.lang.Integer[] id)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByIds(java.lang.Integer[])
protected  RemotePhysicalFeaturesFullVO handleGetPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId)
protected  RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByProgramCode(java.lang.String code)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByProgramCode(java.lang.String)
protected  RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByQualityFlagCode(java.lang.String)
protected  RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByVesselCode(java.lang.String code)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByVesselCode(java.lang.String)
protected  RemotePhysicalFeaturesNaturalId handleGetPhysicalFeaturesNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesNaturalIdById(java.lang.Integer)
protected  RemotePhysicalFeaturesNaturalId[] handleGetPhysicalFeaturesNaturalIds()
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesNaturalIds()
protected  boolean handleRemotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.remotePhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
protected  boolean handleRemotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
protected  void handleRemovePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.removePhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemotePhysicalFeaturesFullServiceBase
getAllPhysicalFeatures, getClusterPhysicalFeaturesByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPhysicalFeaturesById, getPhysicalFeaturesByIds, getPhysicalFeaturesByNaturalId, getPhysicalFeaturesByProgramCode, getPhysicalFeaturesByQualityFlagCode, getPhysicalFeaturesByVesselCode, getPhysicalFeaturesDao, getPhysicalFeaturesNaturalIdById, getPhysicalFeaturesNaturalIds, getPrincipal, getProgramDao, getQualityFlagDao, getVesselDao, remotePhysicalFeaturesFullVOsAreEqual, remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers, removePhysicalFeatures, setPhysicalFeaturesDao, setProgramDao, setQualityFlagDao, setVesselDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePhysicalFeaturesFullServiceImpl

public RemotePhysicalFeaturesFullServiceImpl()
Method Detail

handleRemovePhysicalFeatures

protected void handleRemovePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
                                     throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.removePhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)

Specified by:
handleRemovePhysicalFeatures in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.removePhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)

handleGetAllPhysicalFeatures

protected RemotePhysicalFeaturesFullVO[] handleGetAllPhysicalFeatures()
                                                               throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getAllPhysicalFeatures()

Specified by:
handleGetAllPhysicalFeatures in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getAllPhysicalFeatures()

handleGetPhysicalFeaturesById

protected RemotePhysicalFeaturesFullVO handleGetPhysicalFeaturesById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesById(java.lang.Integer)

Specified by:
handleGetPhysicalFeaturesById in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getPhysicalFeaturesById(java.lang.Integer)

handleGetPhysicalFeaturesByIds

protected RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByIds(java.lang.Integer[] id)
                                                                 throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByIds(java.lang.Integer[])

Specified by:
handleGetPhysicalFeaturesByIds in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByIds(java.lang.Integer[])

handleGetPhysicalFeaturesByVesselCode

protected RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByVesselCode(java.lang.String code)
                                                                        throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByVesselCode(java.lang.String)

Specified by:
handleGetPhysicalFeaturesByVesselCode in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByVesselCode(java.lang.String)

handleGetPhysicalFeaturesByQualityFlagCode

protected RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByQualityFlagCode(java.lang.String code)
                                                                             throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByQualityFlagCode(java.lang.String)

Specified by:
handleGetPhysicalFeaturesByQualityFlagCode in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByQualityFlagCode(java.lang.String)

handleGetPhysicalFeaturesByProgramCode

protected RemotePhysicalFeaturesFullVO[] handleGetPhysicalFeaturesByProgramCode(java.lang.String code)
                                                                         throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByProgramCode(java.lang.String)

Specified by:
handleGetPhysicalFeaturesByProgramCode in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByProgramCode(java.lang.String)

handleRemotePhysicalFeaturesFullVOsAreEqualOnIdentifiers

protected boolean handleRemotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst,
                                                                           RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)

Specified by:
handleRemotePhysicalFeaturesFullVOsAreEqualOnIdentifiers in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)

handleRemotePhysicalFeaturesFullVOsAreEqual

protected boolean handleRemotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst,
                                                              RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.remotePhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)

Specified by:
handleRemotePhysicalFeaturesFullVOsAreEqual in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.remotePhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)

handleGetPhysicalFeaturesNaturalIds

protected RemotePhysicalFeaturesNaturalId[] handleGetPhysicalFeaturesNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesNaturalIds()

Specified by:
handleGetPhysicalFeaturesNaturalIds in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getPhysicalFeaturesNaturalIds()

handleGetPhysicalFeaturesByNaturalId

protected RemotePhysicalFeaturesFullVO handleGetPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId)

Specified by:
handleGetPhysicalFeaturesByNaturalId in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId)

handleGetPhysicalFeaturesNaturalIdById

protected RemotePhysicalFeaturesNaturalId handleGetPhysicalFeaturesNaturalIdById(java.lang.Integer id)
                                                                          throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesNaturalIdById(java.lang.Integer)

Specified by:
handleGetPhysicalFeaturesNaturalIdById in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getPhysicalFeaturesNaturalIdById(java.lang.Integer)

handleGetClusterPhysicalFeaturesByIdentifiers

protected ClusterPhysicalFeatures handleGetClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemotePhysicalFeaturesFullServiceBase
Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterPhysicalFeaturesByIdentifiers in class RemotePhysicalFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalFeaturesFullService.getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.