fr.ifremer.allegro.data.survey.fishingTrip.generic.service
Class RemoteObservedFishingTripFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteObservedFishingTripFullServiceBase
All Implemented Interfaces:
RemoteObservedFishingTripFullService
Direct Known Subclasses:
RemoteObservedFishingTripFullServiceImpl

public abstract class RemoteObservedFishingTripFullServiceBase
extends java.lang.Object
implements RemoteObservedFishingTripFullService

Spring Service base class for fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteObservedFishingTripFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteObservedFishingTripFullService

Constructor Summary
RemoteObservedFishingTripFullServiceBase()
           
 
Method Summary
 RemoteObservedFishingTripFullVO addObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
           
 ClusterObservedFishingTrip addOrUpdateClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
           
 ClusterObservedFishingTrip[] getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteObservedFishingTripFullVO[] getAllObservedFishingTrip()
           
 ClusterObservedFishingTrip getClusterObservedFishingTripByIdentifiers(java.lang.Integer id)
           
protected  DeclaredDocumentReferenceDao getDeclaredDocumentReferenceDao()
          Gets the reference to declaredDocumentReference's DAO.
protected  DepartmentDao getDepartmentDao()
          Gets the reference to department's DAO.
protected  ExpectedSaleDao getExpectedSaleDao()
          Gets the reference to expectedSale's DAO.
protected  FishingTripOriginDao getFishingTripOriginDao()
          Gets the reference to fishingTripOrigin's DAO.
protected  GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
          Gets the reference to gearPhysicalFeatures's DAO.
protected  LandingDao getLandingDao()
          Gets the reference to landing's DAO.
protected  LocationDao getLocationDao()
          Gets the reference to location'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.
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByDepartureLocationId(java.lang.Integer id)
           
 RemoteObservedFishingTripFullVO getObservedFishingTripById(java.lang.Integer id)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByIds(java.lang.Integer[] id)
           
 RemoteObservedFishingTripFullVO getObservedFishingTripByNaturalId(RemoteObservedFishingTripNaturalId observedFishingTripNaturalId)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByProgramCode(java.lang.String code)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByQualityFlagCode(java.lang.String code)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByRecorderPersonId(java.lang.Integer id)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByReturnLocationId(java.lang.Integer id)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByScientificCruiseId(java.lang.Integer id)
           
 RemoteObservedFishingTripFullVO[] getObservedFishingTripByVesselCode(java.lang.String code)
           
protected  ObservedFishingTripDao getObservedFishingTripDao()
          Gets the reference to observedFishingTrip's DAO.
 RemoteObservedFishingTripNaturalId getObservedFishingTripNaturalIdById(java.lang.Integer id)
           
 RemoteObservedFishingTripNaturalId[] getObservedFishingTripNaturalIds()
           
protected  OperationDao getOperationDao()
          Gets the reference to operation's DAO.
protected  PersonDao getPersonDao()
          Gets the reference to person'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  SaleDao getSaleDao()
          Gets the reference to sale's DAO.
protected  ScientificCruiseDao getScientificCruiseDao()
          Gets the reference to scientificCruise's DAO.
protected  SurveyMeasurementDao getSurveyMeasurementDao()
          Gets the reference to surveyMeasurement's DAO.
protected  TransshipmentDao getTransshipmentDao()
          Gets the reference to transshipment's DAO.
protected  VesselDao getVesselDao()
          Gets the reference to vessel's DAO.
protected  VesselUseFeaturesDao getVesselUseFeaturesDao()
          Gets the reference to vesselUseFeatures's DAO.
protected abstract  RemoteObservedFishingTripFullVO handleAddObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
          Performs the core logic for addObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract  ClusterObservedFishingTrip handleAddOrUpdateClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
          Performs the core logic for addOrUpdateClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)
protected abstract  ClusterObservedFishingTrip[] handleGetAllClusterObservedFishingTripSinceDateSynchro(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 getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetAllObservedFishingTrip()
          Performs the core logic for getAllObservedFishingTrip()
protected abstract  ClusterObservedFishingTrip handleGetClusterObservedFishingTripByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterObservedFishingTripByIdentifiers(java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
          Performs the core logic for getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDepartureLocationId(java.lang.Integer id)
          Performs the core logic for getObservedFishingTripByDepartureLocationId(java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO handleGetObservedFishingTripById(java.lang.Integer id)
          Performs the core logic for getObservedFishingTripById(java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByIds(java.lang.Integer[] id)
          Performs the core logic for getObservedFishingTripByIds(java.lang.Integer[])
protected abstract  RemoteObservedFishingTripFullVO handleGetObservedFishingTripByNaturalId(RemoteObservedFishingTripNaturalId observedFishingTripNaturalId)
          Performs the core logic for getObservedFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByProgramCode(java.lang.String code)
          Performs the core logic for getObservedFishingTripByProgramCode(java.lang.String)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByQualityFlagCode(java.lang.String code)
          Performs the core logic for getObservedFishingTripByQualityFlagCode(java.lang.String)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for getObservedFishingTripByRecorderDepartmentId(java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for getObservedFishingTripByRecorderPersonId(java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByReturnLocationId(java.lang.Integer id)
          Performs the core logic for getObservedFishingTripByReturnLocationId(java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByScientificCruiseId(java.lang.Integer id)
          Performs the core logic for getObservedFishingTripByScientificCruiseId(java.lang.Integer)
protected abstract  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByVesselCode(java.lang.String code)
          Performs the core logic for getObservedFishingTripByVesselCode(java.lang.String)
protected abstract  RemoteObservedFishingTripNaturalId handleGetObservedFishingTripNaturalIdById(java.lang.Integer id)
          Performs the core logic for getObservedFishingTripNaturalIdById(java.lang.Integer)
protected abstract  RemoteObservedFishingTripNaturalId[] handleGetObservedFishingTripNaturalIds()
          Performs the core logic for getObservedFishingTripNaturalIds()
protected abstract  boolean handleRemoteObservedFishingTripFullVOsAreEqual(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
          Performs the core logic for remoteObservedFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract  boolean handleRemoteObservedFishingTripFullVOsAreEqualOnIdentifiers(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
          Performs the core logic for remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract  void handleRemoveObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
          Performs the core logic for removeObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected abstract  void handleUpdateObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
          Performs the core logic for updateObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
 boolean remoteObservedFishingTripFullVOsAreEqual(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
           
 boolean remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
           
 void removeObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
           
 void setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
          Sets the reference to declaredDocumentReference's DAO.
 void setDepartmentDao(DepartmentDao departmentDao)
          Sets the reference to department's DAO.
 void setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
          Sets the reference to expectedSale's DAO.
 void setFishingTripOriginDao(FishingTripOriginDao fishingTripOriginDao)
          Sets the reference to fishingTripOrigin's DAO.
 void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
          Sets the reference to gearPhysicalFeatures's DAO.
 void setLandingDao(LandingDao landingDao)
          Sets the reference to landing's DAO.
 void setLocationDao(LocationDao locationDao)
          Sets the reference to location's DAO.
 void setObservedFishingTripDao(ObservedFishingTripDao observedFishingTripDao)
          Sets the reference to observedFishingTrip's DAO.
 void setOperationDao(OperationDao operationDao)
          Sets the reference to operation's DAO.
 void setPersonDao(PersonDao personDao)
          Sets the reference to person'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 setSaleDao(SaleDao saleDao)
          Sets the reference to sale's DAO.
 void setScientificCruiseDao(ScientificCruiseDao scientificCruiseDao)
          Sets the reference to scientificCruise's DAO.
 void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
          Sets the reference to surveyMeasurement's DAO.
 void setTransshipmentDao(TransshipmentDao transshipmentDao)
          Sets the reference to transshipment's DAO.
 void setVesselDao(VesselDao vesselDao)
          Sets the reference to vessel's DAO.
 void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
          Sets the reference to vesselUseFeatures's DAO.
 void updateObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteObservedFishingTripFullServiceBase

public RemoteObservedFishingTripFullServiceBase()
Method Detail

setObservedFishingTripDao

public void setObservedFishingTripDao(ObservedFishingTripDao observedFishingTripDao)
Sets the reference to observedFishingTrip's DAO.


getObservedFishingTripDao

protected ObservedFishingTripDao getObservedFishingTripDao()
Gets the reference to observedFishingTrip's DAO.


setPersonDao

public void setPersonDao(PersonDao personDao)
Sets the reference to person's DAO.


getPersonDao

protected PersonDao getPersonDao()
Gets the reference to person's DAO.


setExpectedSaleDao

public void setExpectedSaleDao(ExpectedSaleDao expectedSaleDao)
Sets the reference to expectedSale's DAO.


getExpectedSaleDao

protected ExpectedSaleDao getExpectedSaleDao()
Gets the reference to expectedSale's DAO.


setLocationDao

public void setLocationDao(LocationDao locationDao)
Sets the reference to location's DAO.


getLocationDao

protected LocationDao getLocationDao()
Gets the reference to location'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.


setGearPhysicalFeaturesDao

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


getGearPhysicalFeaturesDao

protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeatures'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.


setTransshipmentDao

public void setTransshipmentDao(TransshipmentDao transshipmentDao)
Sets the reference to transshipment's DAO.


getTransshipmentDao

protected TransshipmentDao getTransshipmentDao()
Gets the reference to transshipment's DAO.


setVesselUseFeaturesDao

public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeatures's DAO.


getVesselUseFeaturesDao

protected VesselUseFeaturesDao getVesselUseFeaturesDao()
Gets the reference to vesselUseFeatures's DAO.


setLandingDao

public void setLandingDao(LandingDao landingDao)
Sets the reference to landing's DAO.


getLandingDao

protected LandingDao getLandingDao()
Gets the reference to landing's DAO.


setScientificCruiseDao

public void setScientificCruiseDao(ScientificCruiseDao scientificCruiseDao)
Sets the reference to scientificCruise's DAO.


getScientificCruiseDao

protected ScientificCruiseDao getScientificCruiseDao()
Gets the reference to scientificCruise's DAO.


setDeclaredDocumentReferenceDao

public void setDeclaredDocumentReferenceDao(DeclaredDocumentReferenceDao declaredDocumentReferenceDao)
Sets the reference to declaredDocumentReference's DAO.


getDeclaredDocumentReferenceDao

protected DeclaredDocumentReferenceDao getDeclaredDocumentReferenceDao()
Gets the reference to declaredDocumentReference'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.


setDepartmentDao

public void setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to department's DAO.


getDepartmentDao

protected DepartmentDao getDepartmentDao()
Gets the reference to department's DAO.


setFishingTripOriginDao

public void setFishingTripOriginDao(FishingTripOriginDao fishingTripOriginDao)
Sets the reference to fishingTripOrigin's DAO.


getFishingTripOriginDao

protected FishingTripOriginDao getFishingTripOriginDao()
Gets the reference to fishingTripOrigin'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.


setSaleDao

public void setSaleDao(SaleDao saleDao)
Sets the reference to sale's DAO.


getSaleDao

protected SaleDao getSaleDao()
Gets the reference to sale's DAO.


setSurveyMeasurementDao

public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurement's DAO.


getSurveyMeasurementDao

protected SurveyMeasurementDao getSurveyMeasurementDao()
Gets the reference to surveyMeasurement's DAO.


addObservedFishingTrip

public RemoteObservedFishingTripFullVO addObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
Specified by:
addObservedFishingTrip in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.addObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleAddObservedFishingTrip

protected abstract RemoteObservedFishingTripFullVO handleAddObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
                                                                         throws java.lang.Exception
Performs the core logic for addObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Throws:
java.lang.Exception

updateObservedFishingTrip

public void updateObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
Specified by:
updateObservedFishingTrip in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.updateObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleUpdateObservedFishingTrip

protected abstract void handleUpdateObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
                                                 throws java.lang.Exception
Performs the core logic for updateObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Throws:
java.lang.Exception

removeObservedFishingTrip

public void removeObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
Specified by:
removeObservedFishingTrip in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.removeObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleRemoveObservedFishingTrip

protected abstract void handleRemoveObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
                                                 throws java.lang.Exception
Performs the core logic for removeObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Throws:
java.lang.Exception

getAllObservedFishingTrip

public RemoteObservedFishingTripFullVO[] getAllObservedFishingTrip()
Specified by:
getAllObservedFishingTrip in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getAllObservedFishingTrip()

handleGetAllObservedFishingTrip

protected abstract RemoteObservedFishingTripFullVO[] handleGetAllObservedFishingTrip()
                                                                              throws java.lang.Exception
Performs the core logic for getAllObservedFishingTrip()

Throws:
java.lang.Exception

getObservedFishingTripById

public RemoteObservedFishingTripFullVO getObservedFishingTripById(java.lang.Integer id)
Specified by:
getObservedFishingTripById in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripById(java.lang.Integer)

handleGetObservedFishingTripById

protected abstract RemoteObservedFishingTripFullVO handleGetObservedFishingTripById(java.lang.Integer id)
                                                                             throws java.lang.Exception
Performs the core logic for getObservedFishingTripById(java.lang.Integer)

Throws:
java.lang.Exception

getObservedFishingTripByIds

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByIds(java.lang.Integer[] id)
Specified by:
getObservedFishingTripByIds in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByIds(java.lang.Integer[])

handleGetObservedFishingTripByIds

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByIds(java.lang.Integer[] id)
                                                                                throws java.lang.Exception
Performs the core logic for getObservedFishingTripByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getObservedFishingTripByReturnLocationId

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByReturnLocationId(java.lang.Integer id)
Specified by:
getObservedFishingTripByReturnLocationId in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByReturnLocationId(java.lang.Integer)

handleGetObservedFishingTripByReturnLocationId

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByReturnLocationId(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getObservedFishingTripByReturnLocationId(java.lang.Integer)

Throws:
java.lang.Exception

getObservedFishingTripByDepartureLocationId

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByDepartureLocationId(java.lang.Integer id)
Specified by:
getObservedFishingTripByDepartureLocationId in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByDepartureLocationId(java.lang.Integer)

handleGetObservedFishingTripByDepartureLocationId

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDepartureLocationId(java.lang.Integer id)
                                                                                                throws java.lang.Exception
Performs the core logic for getObservedFishingTripByDepartureLocationId(java.lang.Integer)

Throws:
java.lang.Exception

getObservedFishingTripByVesselCode

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByVesselCode(java.lang.String code)
Specified by:
getObservedFishingTripByVesselCode in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByVesselCode(java.lang.String)

handleGetObservedFishingTripByVesselCode

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByVesselCode(java.lang.String code)
                                                                                       throws java.lang.Exception
Performs the core logic for getObservedFishingTripByVesselCode(java.lang.String)

Throws:
java.lang.Exception

getObservedFishingTripByScientificCruiseId

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByScientificCruiseId(java.lang.Integer id)
Specified by:
getObservedFishingTripByScientificCruiseId in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByScientificCruiseId(java.lang.Integer)

handleGetObservedFishingTripByScientificCruiseId

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByScientificCruiseId(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Performs the core logic for getObservedFishingTripByScientificCruiseId(java.lang.Integer)

Throws:
java.lang.Exception

getObservedFishingTripByDeclaredDocumentReferenceId

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
Specified by:
getObservedFishingTripByDeclaredDocumentReferenceId in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)

handleGetObservedFishingTripByDeclaredDocumentReferenceId

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
                                                                                                        throws java.lang.Exception
Performs the core logic for getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)

Throws:
java.lang.Exception

getObservedFishingTripByProgramCode

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByProgramCode(java.lang.String code)
Specified by:
getObservedFishingTripByProgramCode in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByProgramCode(java.lang.String)

handleGetObservedFishingTripByProgramCode

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByProgramCode(java.lang.String code)
                                                                                        throws java.lang.Exception
Performs the core logic for getObservedFishingTripByProgramCode(java.lang.String)

Throws:
java.lang.Exception

getObservedFishingTripByRecorderDepartmentId

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByRecorderDepartmentId(java.lang.Integer id)
Specified by:
getObservedFishingTripByRecorderDepartmentId in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByRecorderDepartmentId(java.lang.Integer)

handleGetObservedFishingTripByRecorderDepartmentId

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderDepartmentId(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Performs the core logic for getObservedFishingTripByRecorderDepartmentId(java.lang.Integer)

Throws:
java.lang.Exception

getObservedFishingTripByQualityFlagCode

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByQualityFlagCode(java.lang.String code)
Specified by:
getObservedFishingTripByQualityFlagCode in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByQualityFlagCode(java.lang.String)

handleGetObservedFishingTripByQualityFlagCode

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByQualityFlagCode(java.lang.String code)
                                                                                            throws java.lang.Exception
Performs the core logic for getObservedFishingTripByQualityFlagCode(java.lang.String)

Throws:
java.lang.Exception

getObservedFishingTripByRecorderPersonId

public RemoteObservedFishingTripFullVO[] getObservedFishingTripByRecorderPersonId(java.lang.Integer id)
Specified by:
getObservedFishingTripByRecorderPersonId in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByRecorderPersonId(java.lang.Integer)

handleGetObservedFishingTripByRecorderPersonId

protected abstract RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderPersonId(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getObservedFishingTripByRecorderPersonId(java.lang.Integer)

Throws:
java.lang.Exception

remoteObservedFishingTripFullVOsAreEqualOnIdentifiers

public boolean remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst,
                                                                     RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
Specified by:
remoteObservedFishingTripFullVOsAreEqualOnIdentifiers in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleRemoteObservedFishingTripFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteObservedFishingTripFullVOsAreEqualOnIdentifiers(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst,
                                                                                       RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
                                                                                throws java.lang.Exception
Performs the core logic for remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Throws:
java.lang.Exception

remoteObservedFishingTripFullVOsAreEqual

public boolean remoteObservedFishingTripFullVOsAreEqual(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst,
                                                        RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
Specified by:
remoteObservedFishingTripFullVOsAreEqual in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.remoteObservedFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleRemoteObservedFishingTripFullVOsAreEqual

protected abstract boolean handleRemoteObservedFishingTripFullVOsAreEqual(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst,
                                                                          RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
                                                                   throws java.lang.Exception
Performs the core logic for remoteObservedFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Throws:
java.lang.Exception

getObservedFishingTripNaturalIds

public RemoteObservedFishingTripNaturalId[] getObservedFishingTripNaturalIds()
Specified by:
getObservedFishingTripNaturalIds in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripNaturalIds()

handleGetObservedFishingTripNaturalIds

protected abstract RemoteObservedFishingTripNaturalId[] handleGetObservedFishingTripNaturalIds()
                                                                                        throws java.lang.Exception
Performs the core logic for getObservedFishingTripNaturalIds()

Throws:
java.lang.Exception

getObservedFishingTripByNaturalId

public RemoteObservedFishingTripFullVO getObservedFishingTripByNaturalId(RemoteObservedFishingTripNaturalId observedFishingTripNaturalId)
Specified by:
getObservedFishingTripByNaturalId in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)

handleGetObservedFishingTripByNaturalId

protected abstract RemoteObservedFishingTripFullVO handleGetObservedFishingTripByNaturalId(RemoteObservedFishingTripNaturalId observedFishingTripNaturalId)
                                                                                    throws java.lang.Exception
Performs the core logic for getObservedFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)

Throws:
java.lang.Exception

getObservedFishingTripNaturalIdById

public RemoteObservedFishingTripNaturalId getObservedFishingTripNaturalIdById(java.lang.Integer id)
Specified by:
getObservedFishingTripNaturalIdById in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripNaturalIdById(java.lang.Integer)

handleGetObservedFishingTripNaturalIdById

protected abstract RemoteObservedFishingTripNaturalId handleGetObservedFishingTripNaturalIdById(java.lang.Integer id)
                                                                                         throws java.lang.Exception
Performs the core logic for getObservedFishingTripNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

getAllClusterObservedFishingTripSinceDateSynchro

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

handleGetAllClusterObservedFishingTripSinceDateSynchro

protected abstract ClusterObservedFishingTrip[] handleGetAllClusterObservedFishingTripSinceDateSynchro(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 getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterObservedFishingTripByIdentifiers

public ClusterObservedFishingTrip getClusterObservedFishingTripByIdentifiers(java.lang.Integer id)
Specified by:
getClusterObservedFishingTripByIdentifiers in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.getClusterObservedFishingTripByIdentifiers(java.lang.Integer)

handleGetClusterObservedFishingTripByIdentifiers

protected abstract ClusterObservedFishingTrip handleGetClusterObservedFishingTripByIdentifiers(java.lang.Integer id)
                                                                                        throws java.lang.Exception
Performs the core logic for getClusterObservedFishingTripByIdentifiers(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterObservedFishingTrip

public ClusterObservedFishingTrip addOrUpdateClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
Specified by:
addOrUpdateClusterObservedFishingTrip in interface RemoteObservedFishingTripFullService
See Also:
RemoteObservedFishingTripFullService.addOrUpdateClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)

handleAddOrUpdateClusterObservedFishingTrip

protected abstract ClusterObservedFishingTrip handleAddOrUpdateClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
                                                                                   throws java.lang.Exception
Performs the core logic for addOrUpdateClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)

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.