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

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesFullServiceBase
All Implemented Interfaces:
RemoteGearPhysicalFeaturesFullService
Direct Known Subclasses:
RemoteGearPhysicalFeaturesFullServiceImpl

public abstract class RemoteGearPhysicalFeaturesFullServiceBase
extends java.lang.Object
implements RemoteGearPhysicalFeaturesFullService

Spring Service base class for fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteGearPhysicalFeaturesFullService

Constructor Summary
RemoteGearPhysicalFeaturesFullServiceBase()
           
 
Method Summary
 RemoteGearPhysicalFeaturesFullVO addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 ClusterGearPhysicalFeatures addOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
           
 ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteGearPhysicalFeaturesFullVO[] getAllGearPhysicalFeatures()
           
 ClusterGearPhysicalFeatures getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
protected  FishingTripDao getFishingTripDao()
          Gets the reference to fishingTrip's DAO.
protected  GearDao getGearDao()
          Gets the reference to gear's DAO.
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByGearId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByVesselCode(java.lang.String code)
           
protected  GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
          Gets the reference to gearPhysicalFeatures's DAO.
 RemoteGearPhysicalFeaturesNaturalId getGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesNaturalId[] getGearPhysicalFeaturesNaturalIds()
           
protected  GearPhysicalMeasurementDao getGearPhysicalMeasurementDao()
          Gets the reference to gearPhysicalMeasurement's DAO.
protected  java.lang.String getMessage(java.lang.String key)
          Gets the message having the given key in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
          Gets the message having the given key and arguments in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
          Gets the message having the given key using the given arguments for the given locale.
protected  org.springframework.context.MessageSource getMessages()
          Gets the message source available to this service.
protected  OperationDao getOperationDao()
          Gets the reference to operation's DAO.
protected  PhysicalGearSurveyDao getPhysicalGearSurveyDao()
          Gets the reference to physicalGearSurvey's DAO.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ProgramDao getProgramDao()
          Gets the reference to program's DAO.
protected  QualityFlagDao getQualityFlagDao()
          Gets the reference to qualityFlag's DAO.
protected  VesselDao getVesselDao()
          Gets the reference to vessel's DAO.
protected abstract  RemoteGearPhysicalFeaturesFullVO handleAddGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
          Performs the core logic for addGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract  ClusterGearPhysicalFeatures handleAddOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
          Performs the core logic for addOrUpdateClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)
protected abstract  ClusterGearPhysicalFeatures[] handleGetAllClusterGearPhysicalFeaturesSinceDateSynchro(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 getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteGearPhysicalFeaturesFullVO[] handleGetAllGearPhysicalFeatures()
          Performs the core logic for getAllGearPhysicalFeatures()
protected abstract  ClusterGearPhysicalFeatures handleGetClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer)
protected abstract  RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalFeaturesByFishingTripId(java.lang.Integer)
protected abstract  RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByGearId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalFeaturesByGearId(java.lang.Integer)
protected abstract  RemoteGearPhysicalFeaturesFullVO handleGetGearPhysicalFeaturesById(java.lang.Integer id)
          Performs the core logic for getGearPhysicalFeaturesById(java.lang.Integer)
protected abstract  RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByIds(java.lang.Integer[] id)
          Performs the core logic for getGearPhysicalFeaturesByIds(java.lang.Integer[])
protected abstract  RemoteGearPhysicalFeaturesFullVO handleGetGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
          Performs the core logic for getGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)
protected abstract  RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)
protected abstract  RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByProgramCode(java.lang.String code)
          Performs the core logic for getGearPhysicalFeaturesByProgramCode(java.lang.String)
protected abstract  RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
          Performs the core logic for getGearPhysicalFeaturesByQualityFlagCode(java.lang.String)
protected abstract  RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByVesselCode(java.lang.String code)
          Performs the core logic for getGearPhysicalFeaturesByVesselCode(java.lang.String)
protected abstract  RemoteGearPhysicalFeaturesNaturalId handleGetGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)
          Performs the core logic for getGearPhysicalFeaturesNaturalIdById(java.lang.Integer)
protected abstract  RemoteGearPhysicalFeaturesNaturalId[] handleGetGearPhysicalFeaturesNaturalIds()
          Performs the core logic for getGearPhysicalFeaturesNaturalIds()
protected abstract  boolean handleRemoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
          Performs the core logic for remoteGearPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract  boolean handleRemoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
          Performs the core logic for remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract  void handleRemoveGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
          Performs the core logic for removeGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract  void handleUpdateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
          Performs the core logic for updateGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
 boolean remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 boolean remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 void removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 void setFishingTripDao(FishingTripDao fishingTripDao)
          Sets the reference to fishingTrip's DAO.
 void setGearDao(GearDao gearDao)
          Sets the reference to gear's DAO.
 void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
          Sets the reference to gearPhysicalFeatures's DAO.
 void setGearPhysicalMeasurementDao(GearPhysicalMeasurementDao gearPhysicalMeasurementDao)
          Sets the reference to gearPhysicalMeasurement's DAO.
 void setOperationDao(OperationDao operationDao)
          Sets the reference to operation's DAO.
 void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
          Sets the reference to physicalGearSurvey's DAO.
 void setProgramDao(ProgramDao programDao)
          Sets the reference to program's DAO.
 void setQualityFlagDao(QualityFlagDao qualityFlagDao)
          Sets the reference to qualityFlag's DAO.
 void setVesselDao(VesselDao vesselDao)
          Sets the reference to vessel's DAO.
 void updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearPhysicalFeaturesFullServiceBase

public RemoteGearPhysicalFeaturesFullServiceBase()
Method Detail

setGearPhysicalFeaturesDao

public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
Sets the reference to gearPhysicalFeatures's DAO.


getGearPhysicalFeaturesDao

protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeatures's DAO.


setGearDao

public void setGearDao(GearDao gearDao)
Sets the reference to gear's DAO.


getGearDao

protected GearDao getGearDao()
Gets the reference to gear's DAO.


setOperationDao

public void setOperationDao(OperationDao operationDao)
Sets the reference to operation's DAO.


getOperationDao

protected OperationDao getOperationDao()
Gets the reference to operation's DAO.


setGearPhysicalMeasurementDao

public void setGearPhysicalMeasurementDao(GearPhysicalMeasurementDao gearPhysicalMeasurementDao)
Sets the reference to gearPhysicalMeasurement's DAO.


getGearPhysicalMeasurementDao

protected GearPhysicalMeasurementDao getGearPhysicalMeasurementDao()
Gets the reference to gearPhysicalMeasurement's DAO.


setPhysicalGearSurveyDao

public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
Sets the reference to physicalGearSurvey's DAO.


getPhysicalGearSurveyDao

protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
Gets the reference to physicalGearSurvey's DAO.


setFishingTripDao

public void setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTrip's DAO.


getFishingTripDao

protected FishingTripDao getFishingTripDao()
Gets the reference to fishingTrip's DAO.


setVesselDao

public void setVesselDao(VesselDao vesselDao)
Sets the reference to vessel's DAO.


getVesselDao

protected VesselDao getVesselDao()
Gets the reference to vessel's DAO.


setQualityFlagDao

public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlag's DAO.


getQualityFlagDao

protected QualityFlagDao getQualityFlagDao()
Gets the reference to qualityFlag's DAO.


setProgramDao

public void setProgramDao(ProgramDao programDao)
Sets the reference to program's DAO.


getProgramDao

protected ProgramDao getProgramDao()
Gets the reference to program's DAO.


addGearPhysicalFeatures

public RemoteGearPhysicalFeaturesFullVO addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
Specified by:
addGearPhysicalFeatures in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.addGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

handleAddGearPhysicalFeatures

protected abstract RemoteGearPhysicalFeaturesFullVO handleAddGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
                                                                           throws java.lang.Exception
Performs the core logic for addGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

Throws:
java.lang.Exception

updateGearPhysicalFeatures

public void updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
Specified by:
updateGearPhysicalFeatures in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.updateGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

handleUpdateGearPhysicalFeatures

protected abstract void handleUpdateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
                                                  throws java.lang.Exception
Performs the core logic for updateGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

Throws:
java.lang.Exception

removeGearPhysicalFeatures

public void removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
Specified by:
removeGearPhysicalFeatures in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.removeGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

handleRemoveGearPhysicalFeatures

protected abstract void handleRemoveGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
                                                  throws java.lang.Exception
Performs the core logic for removeGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

Throws:
java.lang.Exception

getAllGearPhysicalFeatures

public RemoteGearPhysicalFeaturesFullVO[] getAllGearPhysicalFeatures()
Specified by:
getAllGearPhysicalFeatures in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getAllGearPhysicalFeatures()

handleGetAllGearPhysicalFeatures

protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetAllGearPhysicalFeatures()
                                                                                throws java.lang.Exception
Performs the core logic for getAllGearPhysicalFeatures()

Throws:
java.lang.Exception

getGearPhysicalFeaturesById

public RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesById(java.lang.Integer id)
Specified by:
getGearPhysicalFeaturesById in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesById(java.lang.Integer)

handleGetGearPhysicalFeaturesById

protected abstract RemoteGearPhysicalFeaturesFullVO handleGetGearPhysicalFeaturesById(java.lang.Integer id)
                                                                               throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesById(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalFeaturesByIds

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
Specified by:
getGearPhysicalFeaturesByIds in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByIds(java.lang.Integer[])

handleGetGearPhysicalFeaturesByIds

protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByIds(java.lang.Integer[] id)
                                                                                  throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getGearPhysicalFeaturesByGearId

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByGearId(java.lang.Integer id)
Specified by:
getGearPhysicalFeaturesByGearId in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByGearId(java.lang.Integer)

handleGetGearPhysicalFeaturesByGearId

protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByGearId(java.lang.Integer id)
                                                                                     throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesByGearId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalFeaturesByPhysicalGearSurveyId

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
Specified by:
getGearPhysicalFeaturesByPhysicalGearSurveyId in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)

handleGetGearPhysicalFeaturesByPhysicalGearSurveyId

protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
                                                                                                   throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalFeaturesByFishingTripId

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
Specified by:
getGearPhysicalFeaturesByFishingTripId in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByFishingTripId(java.lang.Integer)

handleGetGearPhysicalFeaturesByFishingTripId

protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
                                                                                            throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesByFishingTripId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalFeaturesByVesselCode

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByVesselCode(java.lang.String code)
Specified by:
getGearPhysicalFeaturesByVesselCode in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByVesselCode(java.lang.String)

handleGetGearPhysicalFeaturesByVesselCode

protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByVesselCode(java.lang.String code)
                                                                                         throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesByVesselCode(java.lang.String)

Throws:
java.lang.Exception

getGearPhysicalFeaturesByQualityFlagCode

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
Specified by:
getGearPhysicalFeaturesByQualityFlagCode in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByQualityFlagCode(java.lang.String)

handleGetGearPhysicalFeaturesByQualityFlagCode

protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
                                                                                              throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesByQualityFlagCode(java.lang.String)

Throws:
java.lang.Exception

getGearPhysicalFeaturesByProgramCode

public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByProgramCode(java.lang.String code)
Specified by:
getGearPhysicalFeaturesByProgramCode in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByProgramCode(java.lang.String)

handleGetGearPhysicalFeaturesByProgramCode

protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByProgramCode(java.lang.String code)
                                                                                          throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesByProgramCode(java.lang.String)

Throws:
java.lang.Exception

remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers

public boolean remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst,
                                                                      RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
Specified by:
remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

handleRemoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst,
                                                                                        RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
                                                                                 throws java.lang.Exception
Performs the core logic for remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

Throws:
java.lang.Exception

remoteGearPhysicalFeaturesFullVOsAreEqual

public boolean remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst,
                                                         RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
Specified by:
remoteGearPhysicalFeaturesFullVOsAreEqual in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.remoteGearPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

handleRemoteGearPhysicalFeaturesFullVOsAreEqual

protected abstract boolean handleRemoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst,
                                                                           RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
                                                                    throws java.lang.Exception
Performs the core logic for remoteGearPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)

Throws:
java.lang.Exception

getGearPhysicalFeaturesNaturalIds

public RemoteGearPhysicalFeaturesNaturalId[] getGearPhysicalFeaturesNaturalIds()
Specified by:
getGearPhysicalFeaturesNaturalIds in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesNaturalIds()

handleGetGearPhysicalFeaturesNaturalIds

protected abstract RemoteGearPhysicalFeaturesNaturalId[] handleGetGearPhysicalFeaturesNaturalIds()
                                                                                          throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesNaturalIds()

Throws:
java.lang.Exception

getGearPhysicalFeaturesByNaturalId

public RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
Specified by:
getGearPhysicalFeaturesByNaturalId in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)

handleGetGearPhysicalFeaturesByNaturalId

protected abstract RemoteGearPhysicalFeaturesFullVO handleGetGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
                                                                                      throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)

Throws:
java.lang.Exception

getGearPhysicalFeaturesNaturalIdById

public RemoteGearPhysicalFeaturesNaturalId getGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)
Specified by:
getGearPhysicalFeaturesNaturalIdById in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesNaturalIdById(java.lang.Integer)

handleGetGearPhysicalFeaturesNaturalIdById

protected abstract RemoteGearPhysicalFeaturesNaturalId handleGetGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

getAllClusterGearPhysicalFeaturesSinceDateSynchro

public ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                       java.lang.Integer userId,
                                                                                       java.lang.Integer[] registrationLocationIds,
                                                                                       java.lang.Integer pageNumber,
                                                                                       java.lang.Integer pageSize)
Specified by:
getAllClusterGearPhysicalFeaturesSinceDateSynchro in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterGearPhysicalFeaturesSinceDateSynchro

protected abstract ClusterGearPhysicalFeatures[] handleGetAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                         java.lang.Integer userId,
                                                                                                         java.lang.Integer[] registrationLocationIds,
                                                                                                         java.lang.Integer pageNumber,
                                                                                                         java.lang.Integer pageSize)
                                                                                                  throws java.lang.Exception
Performs the core logic for getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterGearPhysicalFeaturesByIdentifiers

public ClusterGearPhysicalFeatures getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)
Specified by:
getClusterGearPhysicalFeaturesByIdentifiers in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer)

handleGetClusterGearPhysicalFeaturesByIdentifiers

protected abstract ClusterGearPhysicalFeatures handleGetClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)
                                                                                          throws java.lang.Exception
Performs the core logic for getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterGearPhysicalFeatures

public ClusterGearPhysicalFeatures addOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
Specified by:
addOrUpdateClusterGearPhysicalFeatures in interface RemoteGearPhysicalFeaturesFullService
See Also:
RemoteGearPhysicalFeaturesFullService.addOrUpdateClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)

handleAddOrUpdateClusterGearPhysicalFeatures

protected abstract ClusterGearPhysicalFeatures handleAddOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
                                                                                     throws java.lang.Exception
Performs the core logic for addOrUpdateClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments)
Gets the message having the given key and arguments in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments,
                                      java.util.Locale locale)
Gets the message having the given key using the given arguments for the given locale.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.
locale - the locale of the messages to retrieve.


Copyright © 2008-2010 IFREMER. All Rights Reserved.