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

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.feature.use.generic.service.RemoteGearUseFeaturesFullServiceBase
      extended by fr.ifremer.allegro.data.vessel.feature.use.generic.service.RemoteGearUseFeaturesFullServiceImpl
All Implemented Interfaces:
RemoteGearUseFeaturesFullService

public class RemoteGearUseFeaturesFullServiceImpl
extends RemoteGearUseFeaturesFullServiceBase

See Also:
RemoteGearUseFeaturesFullService

Constructor Summary
RemoteGearUseFeaturesFullServiceImpl()
           
 
Method Summary
protected  RemoteGearUseFeaturesFullVO handleAddGearUseFeatures(RemoteGearUseFeaturesFullVO gearUseFeatures)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.addGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)
protected  ClusterGearUseFeatures handleAddOrUpdateClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.addOrUpdateClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeatures)
protected  ClusterGearUseFeatures[] handleGetAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteGearUseFeaturesFullVO[] handleGetAllGearUseFeatures()
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getAllGearUseFeatures()
protected  ClusterGearUseFeatures handleGetClusterGearUseFeaturesByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getClusterGearUseFeaturesByIdentifiers(java.lang.Integer)
protected  RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByFishingEffortCalendarId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByFishingEffortCalendarId(java.lang.Integer)
protected  RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByGearId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByGearId(java.lang.Integer)
protected  RemoteGearUseFeaturesFullVO handleGetGearUseFeaturesById(java.lang.Integer id)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesById(java.lang.Integer)
protected  RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByIds(java.lang.Integer[])
protected  RemoteGearUseFeaturesFullVO handleGetGearUseFeaturesByNaturalId(RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesNaturalId)
protected  RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByOperationId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByOperationId(java.lang.Integer)
protected  RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByProgramCode(java.lang.String code)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByProgramCode(java.lang.String)
protected  RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByQualityFlagCode(java.lang.String)
protected  RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByVesselCode(java.lang.String code)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByVesselCode(java.lang.String)
protected  RemoteGearUseFeaturesNaturalId handleGetGearUseFeaturesNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesNaturalIdById(java.lang.Integer)
protected  RemoteGearUseFeaturesNaturalId[] handleGetGearUseFeaturesNaturalIds()
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesNaturalIds()
protected  boolean handleRemoteGearUseFeaturesFullVOsAreEqual(RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVOFirst, RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVOSecond)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.remoteGearUseFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)
protected  boolean handleRemoteGearUseFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVOFirst, RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVOSecond)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.remoteGearUseFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)
protected  void handleRemoveGearUseFeatures(RemoteGearUseFeaturesFullVO gearUseFeatures)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.removeGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)
protected  void handleUpdateGearUseFeatures(RemoteGearUseFeaturesFullVO gearUseFeatures)
          Performs the core logic for RemoteGearUseFeaturesFullServiceBase.updateGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.vessel.feature.use.generic.service.RemoteGearUseFeaturesFullServiceBase
addGearUseFeatures, addOrUpdateClusterGearUseFeatures, getAllClusterGearUseFeaturesSinceDateSynchro, getAllGearUseFeatures, getClusterGearUseFeaturesByIdentifiers, getFishingAreaDao, getFishingEffortCalendarDao, getGearDao, getGearUseFeaturesByFishingEffortCalendarId, getGearUseFeaturesByGearId, getGearUseFeaturesById, getGearUseFeaturesByIds, getGearUseFeaturesByNaturalId, getGearUseFeaturesByOperationId, getGearUseFeaturesByProgramCode, getGearUseFeaturesByQualityFlagCode, getGearUseFeaturesByVesselCode, getGearUseFeaturesDao, getGearUseFeaturesNaturalIdById, getGearUseFeaturesNaturalIds, getGearUseMeasurementDao, getMessage, getMessage, getMessage, getMessages, getOperationDao, getPrincipal, getProgramDao, getQualityFlagDao, getVesselDao, remoteGearUseFeaturesFullVOsAreEqual, remoteGearUseFeaturesFullVOsAreEqualOnIdentifiers, removeGearUseFeatures, setFishingAreaDao, setFishingEffortCalendarDao, setGearDao, setGearUseFeaturesDao, setGearUseMeasurementDao, setOperationDao, setProgramDao, setQualityFlagDao, setVesselDao, updateGearUseFeatures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearUseFeaturesFullServiceImpl

public RemoteGearUseFeaturesFullServiceImpl()
Method Detail

handleAddGearUseFeatures

protected RemoteGearUseFeaturesFullVO handleAddGearUseFeatures(RemoteGearUseFeaturesFullVO gearUseFeatures)
                                                        throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.addGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

Specified by:
handleAddGearUseFeatures in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.addGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

handleUpdateGearUseFeatures

protected void handleUpdateGearUseFeatures(RemoteGearUseFeaturesFullVO gearUseFeatures)
                                    throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.updateGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

Specified by:
handleUpdateGearUseFeatures in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.updateGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

handleRemoveGearUseFeatures

protected void handleRemoveGearUseFeatures(RemoteGearUseFeaturesFullVO gearUseFeatures)
                                    throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.removeGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

Specified by:
handleRemoveGearUseFeatures in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.removeGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

handleGetAllGearUseFeatures

protected RemoteGearUseFeaturesFullVO[] handleGetAllGearUseFeatures()
                                                             throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getAllGearUseFeatures()

Specified by:
handleGetAllGearUseFeatures in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getAllGearUseFeatures()

handleGetGearUseFeaturesById

protected RemoteGearUseFeaturesFullVO handleGetGearUseFeaturesById(java.lang.Integer id)
                                                            throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesById(java.lang.Integer)

Specified by:
handleGetGearUseFeaturesById in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesById(java.lang.Integer)

handleGetGearUseFeaturesByIds

protected RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByIds(java.lang.Integer[] id)
                                                               throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByIds(java.lang.Integer[])

Specified by:
handleGetGearUseFeaturesByIds in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesByIds(java.lang.Integer[])

handleGetGearUseFeaturesByGearId

protected RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByGearId(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByGearId(java.lang.Integer)

Specified by:
handleGetGearUseFeaturesByGearId in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesByGearId(java.lang.Integer)

handleGetGearUseFeaturesByOperationId

protected RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByOperationId(java.lang.Integer id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByOperationId(java.lang.Integer)

Specified by:
handleGetGearUseFeaturesByOperationId in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesByOperationId(java.lang.Integer)

handleGetGearUseFeaturesByFishingEffortCalendarId

protected RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByFishingEffortCalendarId(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByFishingEffortCalendarId(java.lang.Integer)

Specified by:
handleGetGearUseFeaturesByFishingEffortCalendarId in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesByFishingEffortCalendarId(java.lang.Integer)

handleGetGearUseFeaturesByQualityFlagCode

protected RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByQualityFlagCode(java.lang.String code)
                                                                           throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByQualityFlagCode(java.lang.String)

Specified by:
handleGetGearUseFeaturesByQualityFlagCode in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesByQualityFlagCode(java.lang.String)

handleGetGearUseFeaturesByVesselCode

protected RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByVesselCode(java.lang.String code)
                                                                      throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByVesselCode(java.lang.String)

Specified by:
handleGetGearUseFeaturesByVesselCode in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesByVesselCode(java.lang.String)

handleGetGearUseFeaturesByProgramCode

protected RemoteGearUseFeaturesFullVO[] handleGetGearUseFeaturesByProgramCode(java.lang.String code)
                                                                       throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByProgramCode(java.lang.String)

Specified by:
handleGetGearUseFeaturesByProgramCode in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesByProgramCode(java.lang.String)

handleRemoteGearUseFeaturesFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteGearUseFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVOFirst,
                                                                          RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVOSecond)
                                                                   throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.remoteGearUseFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

Specified by:
handleRemoteGearUseFeaturesFullVOsAreEqualOnIdentifiers in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.remoteGearUseFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

handleRemoteGearUseFeaturesFullVOsAreEqual

protected boolean handleRemoteGearUseFeaturesFullVOsAreEqual(RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVOFirst,
                                                             RemoteGearUseFeaturesFullVO remoteGearUseFeaturesFullVOSecond)
                                                      throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.remoteGearUseFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

Specified by:
handleRemoteGearUseFeaturesFullVOsAreEqual in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.remoteGearUseFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesFullVO)

handleGetGearUseFeaturesNaturalIds

protected RemoteGearUseFeaturesNaturalId[] handleGetGearUseFeaturesNaturalIds()
                                                                       throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesNaturalIds()

Specified by:
handleGetGearUseFeaturesNaturalIds in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesNaturalIds()

handleGetGearUseFeaturesByNaturalId

protected RemoteGearUseFeaturesFullVO handleGetGearUseFeaturesByNaturalId(RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId)
                                                                   throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesNaturalId)

Specified by:
handleGetGearUseFeaturesByNaturalId in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteGearUseFeaturesNaturalId)

handleGetGearUseFeaturesNaturalIdById

protected RemoteGearUseFeaturesNaturalId handleGetGearUseFeaturesNaturalIdById(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesNaturalIdById(java.lang.Integer)

Specified by:
handleGetGearUseFeaturesNaturalIdById in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getGearUseFeaturesNaturalIdById(java.lang.Integer)

handleGetAllClusterGearUseFeaturesSinceDateSynchro

protected ClusterGearUseFeatures[] handleGetAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                      java.lang.Integer userId,
                                                                                      java.lang.Integer[] registrationLocationIds,
                                                                                      java.lang.Integer pageNumber,
                                                                                      java.lang.Integer pageSize)
                                                                               throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterGearUseFeaturesSinceDateSynchro in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getAllClusterGearUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterGearUseFeaturesByIdentifiers

protected ClusterGearUseFeatures handleGetClusterGearUseFeaturesByIdentifiers(java.lang.Integer id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.getClusterGearUseFeaturesByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterGearUseFeaturesByIdentifiers in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.getClusterGearUseFeaturesByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterGearUseFeatures

protected ClusterGearUseFeatures handleAddOrUpdateClusterGearUseFeatures(ClusterGearUseFeatures clusterGearUseFeatures)
                                                                  throws java.lang.Exception
Description copied from class: RemoteGearUseFeaturesFullServiceBase
Performs the core logic for RemoteGearUseFeaturesFullServiceBase.addOrUpdateClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeatures)

Specified by:
handleAddOrUpdateClusterGearUseFeatures in class RemoteGearUseFeaturesFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseFeaturesFullService.addOrUpdateClusterGearUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterGearUseFeatures)


Copyright © 2008-2010 IFREMER. All Rights Reserved.