fr.ifremer.allegro.data.vessel.feature.use.generic.service
Class RemoteUseFeaturesFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.feature.use.generic.service.RemoteUseFeaturesFullServiceBase
      extended by fr.ifremer.allegro.data.vessel.feature.use.generic.service.RemoteUseFeaturesFullServiceImpl
All Implemented Interfaces:
RemoteUseFeaturesFullService

public class RemoteUseFeaturesFullServiceImpl
extends RemoteUseFeaturesFullServiceBase

See Also:
RemoteUseFeaturesFullService

Constructor Summary
RemoteUseFeaturesFullServiceImpl()
           
 
Method Summary
protected  RemoteUseFeaturesFullVO[] handleGetAllUseFeatures()
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getAllUseFeatures()
protected  ClusterUseFeatures handleGetClusterUseFeaturesByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getClusterUseFeaturesByIdentifiers(java.lang.Integer)
protected  RemoteUseFeaturesFullVO handleGetUseFeaturesById(java.lang.Integer id)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesById(java.lang.Integer)
protected  RemoteUseFeaturesFullVO[] handleGetUseFeaturesByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByIds(java.lang.Integer[])
protected  RemoteUseFeaturesFullVO handleGetUseFeaturesByNaturalId(RemoteUseFeaturesNaturalId useFeaturesNaturalId)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesNaturalId)
protected  RemoteUseFeaturesFullVO[] handleGetUseFeaturesByProgramCode(java.lang.String code)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByProgramCode(java.lang.String)
protected  RemoteUseFeaturesFullVO[] handleGetUseFeaturesByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByQualityFlagCode(java.lang.String)
protected  RemoteUseFeaturesFullVO[] handleGetUseFeaturesByVesselCode(java.lang.String code)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByVesselCode(java.lang.String)
protected  RemoteUseFeaturesNaturalId handleGetUseFeaturesNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesNaturalIdById(java.lang.Integer)
protected  RemoteUseFeaturesNaturalId[] handleGetUseFeaturesNaturalIds()
          Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesNaturalIds()
protected  boolean handleRemoteUseFeaturesFullVOsAreEqual(RemoteUseFeaturesFullVO remoteUseFeaturesFullVOFirst, RemoteUseFeaturesFullVO remoteUseFeaturesFullVOSecond)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.remoteUseFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)
protected  boolean handleRemoteUseFeaturesFullVOsAreEqualOnIdentifiers(RemoteUseFeaturesFullVO remoteUseFeaturesFullVOFirst, RemoteUseFeaturesFullVO remoteUseFeaturesFullVOSecond)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.remoteUseFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)
protected  void handleRemoveUseFeatures(RemoteUseFeaturesFullVO useFeatures)
          Performs the core logic for RemoteUseFeaturesFullServiceBase.removeUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.use.generic.service.RemoteUseFeaturesFullServiceBase
getAllUseFeatures, getClusterUseFeaturesByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getProgramDao, getQualityFlagDao, getUseFeaturesById, getUseFeaturesByIds, getUseFeaturesByNaturalId, getUseFeaturesByProgramCode, getUseFeaturesByQualityFlagCode, getUseFeaturesByVesselCode, getUseFeaturesDao, getUseFeaturesNaturalIdById, getUseFeaturesNaturalIds, getVesselDao, remoteUseFeaturesFullVOsAreEqual, remoteUseFeaturesFullVOsAreEqualOnIdentifiers, removeUseFeatures, setProgramDao, setQualityFlagDao, setUseFeaturesDao, setVesselDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteUseFeaturesFullServiceImpl

public RemoteUseFeaturesFullServiceImpl()
Method Detail

handleRemoveUseFeatures

protected void handleRemoveUseFeatures(RemoteUseFeaturesFullVO useFeatures)
                                throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.removeUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)

Specified by:
handleRemoveUseFeatures in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.removeUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)

handleGetAllUseFeatures

protected RemoteUseFeaturesFullVO[] handleGetAllUseFeatures()
                                                     throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getAllUseFeatures()

Specified by:
handleGetAllUseFeatures in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getAllUseFeatures()

handleGetUseFeaturesById

protected RemoteUseFeaturesFullVO handleGetUseFeaturesById(java.lang.Integer id)
                                                    throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesById(java.lang.Integer)

Specified by:
handleGetUseFeaturesById in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getUseFeaturesById(java.lang.Integer)

handleGetUseFeaturesByIds

protected RemoteUseFeaturesFullVO[] handleGetUseFeaturesByIds(java.lang.Integer[] id)
                                                       throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByIds(java.lang.Integer[])

Specified by:
handleGetUseFeaturesByIds in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getUseFeaturesByIds(java.lang.Integer[])

handleGetUseFeaturesByQualityFlagCode

protected RemoteUseFeaturesFullVO[] handleGetUseFeaturesByQualityFlagCode(java.lang.String code)
                                                                   throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByQualityFlagCode(java.lang.String)

Specified by:
handleGetUseFeaturesByQualityFlagCode in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getUseFeaturesByQualityFlagCode(java.lang.String)

handleGetUseFeaturesByVesselCode

protected RemoteUseFeaturesFullVO[] handleGetUseFeaturesByVesselCode(java.lang.String code)
                                                              throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByVesselCode(java.lang.String)

Specified by:
handleGetUseFeaturesByVesselCode in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getUseFeaturesByVesselCode(java.lang.String)

handleGetUseFeaturesByProgramCode

protected RemoteUseFeaturesFullVO[] handleGetUseFeaturesByProgramCode(java.lang.String code)
                                                               throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByProgramCode(java.lang.String)

Specified by:
handleGetUseFeaturesByProgramCode in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getUseFeaturesByProgramCode(java.lang.String)

handleRemoteUseFeaturesFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteUseFeaturesFullVOsAreEqualOnIdentifiers(RemoteUseFeaturesFullVO remoteUseFeaturesFullVOFirst,
                                                                      RemoteUseFeaturesFullVO remoteUseFeaturesFullVOSecond)
                                                               throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.remoteUseFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)

Specified by:
handleRemoteUseFeaturesFullVOsAreEqualOnIdentifiers in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.remoteUseFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)

handleRemoteUseFeaturesFullVOsAreEqual

protected boolean handleRemoteUseFeaturesFullVOsAreEqual(RemoteUseFeaturesFullVO remoteUseFeaturesFullVOFirst,
                                                         RemoteUseFeaturesFullVO remoteUseFeaturesFullVOSecond)
                                                  throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.remoteUseFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)

Specified by:
handleRemoteUseFeaturesFullVOsAreEqual in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.remoteUseFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesFullVO)

handleGetUseFeaturesNaturalIds

protected RemoteUseFeaturesNaturalId[] handleGetUseFeaturesNaturalIds()
                                                               throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesNaturalIds()

Specified by:
handleGetUseFeaturesNaturalIds in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getUseFeaturesNaturalIds()

handleGetUseFeaturesByNaturalId

protected RemoteUseFeaturesFullVO handleGetUseFeaturesByNaturalId(RemoteUseFeaturesNaturalId useFeaturesNaturalId)
                                                           throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesNaturalId)

Specified by:
handleGetUseFeaturesByNaturalId in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getUseFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteUseFeaturesNaturalId)

handleGetUseFeaturesNaturalIdById

protected RemoteUseFeaturesNaturalId handleGetUseFeaturesNaturalIdById(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getUseFeaturesNaturalIdById(java.lang.Integer)

Specified by:
handleGetUseFeaturesNaturalIdById in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getUseFeaturesNaturalIdById(java.lang.Integer)

handleGetClusterUseFeaturesByIdentifiers

protected ClusterUseFeatures handleGetClusterUseFeaturesByIdentifiers(java.lang.Integer id)
                                                               throws java.lang.Exception
Description copied from class: RemoteUseFeaturesFullServiceBase
Performs the core logic for RemoteUseFeaturesFullServiceBase.getClusterUseFeaturesByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterUseFeaturesByIdentifiers in class RemoteUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteUseFeaturesFullService.getClusterUseFeaturesByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.