fr.ifremer.allegro.data.survey.fishingEffort.generic.service
Class RemoteFishingEffortCalendarFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.fishingEffort.generic.service.RemoteFishingEffortCalendarFullServiceBase
All Implemented Interfaces:
RemoteFishingEffortCalendarFullService
Direct Known Subclasses:
RemoteFishingEffortCalendarFullServiceImpl

public abstract class RemoteFishingEffortCalendarFullServiceBase
extends java.lang.Object
implements RemoteFishingEffortCalendarFullService

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

See Also:
RemoteFishingEffortCalendarFullService

Constructor Summary
RemoteFishingEffortCalendarFullServiceBase()
           
 
Method Summary
 RemoteFishingEffortCalendarFullVO addFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
           
protected  ActivityCalendarDao getActivityCalendarDao()
          Gets the reference to activityCalendar's DAO.
 RemoteFishingEffortCalendarFullVO[] getAllFishingEffortCalendar()
           
 ClusterFishingEffortCalendar getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to department's DAO.
 RemoteFishingEffortCalendarFullVO getFishingEffortCalendarByActivityCalendarId(java.lang.Integer id)
           
 RemoteFishingEffortCalendarFullVO getFishingEffortCalendarById(java.lang.Integer id)
           
 RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByIds(java.lang.Integer[] id)
           
 RemoteFishingEffortCalendarFullVO getFishingEffortCalendarByNaturalId(RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId)
           
 RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByProgramCode(java.lang.String code)
           
 RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByQualityFlagCode(java.lang.String code)
           
 RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByRecorderPersonId(java.lang.Integer id)
           
 RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarBySurveyQualificationId(java.lang.Integer id)
           
 RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByVesselCode(java.lang.String code)
           
protected  FishingEffortCalendarDao getFishingEffortCalendarDao()
          Gets the reference to fishingEffortCalendar's DAO.
 RemoteFishingEffortCalendarNaturalId getFishingEffortCalendarNaturalIdById(java.lang.Integer id)
           
 RemoteFishingEffortCalendarNaturalId[] getFishingEffortCalendarNaturalIds()
           
protected  GearUseFeaturesDao getGearUseFeaturesDao()
          Gets the reference to gearUseFeatures'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  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  SurveyQualificationDao getSurveyQualificationDao()
          Gets the reference to surveyQualification's DAO.
protected  VesselDao getVesselDao()
          Gets the reference to vessel's DAO.
protected  VesselUseFeaturesDao getVesselUseFeaturesDao()
          Gets the reference to vesselUseFeatures's DAO.
protected abstract  RemoteFishingEffortCalendarFullVO handleAddFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
          Performs the core logic for addFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)
protected abstract  RemoteFishingEffortCalendarFullVO[] handleGetAllFishingEffortCalendar()
          Performs the core logic for getAllFishingEffortCalendar()
protected abstract  ClusterFishingEffortCalendar handleGetClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer)
protected abstract  RemoteFishingEffortCalendarFullVO handleGetFishingEffortCalendarByActivityCalendarId(java.lang.Integer id)
          Performs the core logic for getFishingEffortCalendarByActivityCalendarId(java.lang.Integer)
protected abstract  RemoteFishingEffortCalendarFullVO handleGetFishingEffortCalendarById(java.lang.Integer id)
          Performs the core logic for getFishingEffortCalendarById(java.lang.Integer)
protected abstract  RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByIds(java.lang.Integer[] id)
          Performs the core logic for getFishingEffortCalendarByIds(java.lang.Integer[])
protected abstract  RemoteFishingEffortCalendarFullVO handleGetFishingEffortCalendarByNaturalId(RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId)
          Performs the core logic for getFishingEffortCalendarByNaturalId(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarNaturalId)
protected abstract  RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByProgramCode(java.lang.String code)
          Performs the core logic for getFishingEffortCalendarByProgramCode(java.lang.String)
protected abstract  RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByQualityFlagCode(java.lang.String code)
          Performs the core logic for getFishingEffortCalendarByQualityFlagCode(java.lang.String)
protected abstract  RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for getFishingEffortCalendarByRecorderDepartmentId(java.lang.Integer)
protected abstract  RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for getFishingEffortCalendarByRecorderPersonId(java.lang.Integer)
protected abstract  RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarBySurveyQualificationId(java.lang.Integer id)
          Performs the core logic for getFishingEffortCalendarBySurveyQualificationId(java.lang.Integer)
protected abstract  RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByVesselCode(java.lang.String code)
          Performs the core logic for getFishingEffortCalendarByVesselCode(java.lang.String)
protected abstract  RemoteFishingEffortCalendarNaturalId handleGetFishingEffortCalendarNaturalIdById(java.lang.Integer id)
          Performs the core logic for getFishingEffortCalendarNaturalIdById(java.lang.Integer)
protected abstract  RemoteFishingEffortCalendarNaturalId[] handleGetFishingEffortCalendarNaturalIds()
          Performs the core logic for getFishingEffortCalendarNaturalIds()
protected abstract  boolean handleRemoteFishingEffortCalendarFullVOsAreEqual(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOFirst, RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOSecond)
          Performs the core logic for remoteFishingEffortCalendarFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO, fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)
protected abstract  boolean handleRemoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOFirst, RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOSecond)
          Performs the core logic for remoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO, fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)
protected abstract  void handleRemoveFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
          Performs the core logic for removeFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)
protected abstract  void handleUpdateFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
          Performs the core logic for updateFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)
 boolean remoteFishingEffortCalendarFullVOsAreEqual(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOFirst, RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOSecond)
           
 boolean remoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOFirst, RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOSecond)
           
 void removeFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
           
 void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
          Sets the reference to activityCalendar's DAO.
 void setDepartmentDao(DepartmentDao departmentDao)
          Sets the reference to department's DAO.
 void setFishingEffortCalendarDao(FishingEffortCalendarDao fishingEffortCalendarDao)
          Sets the reference to fishingEffortCalendar's DAO.
 void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeatures'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 setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
          Sets the reference to surveyQualification'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 updateFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFishingEffortCalendarFullServiceBase

public RemoteFishingEffortCalendarFullServiceBase()
Method Detail

setFishingEffortCalendarDao

public void setFishingEffortCalendarDao(FishingEffortCalendarDao fishingEffortCalendarDao)
Sets the reference to fishingEffortCalendar's DAO.


getFishingEffortCalendarDao

protected FishingEffortCalendarDao getFishingEffortCalendarDao()
Gets the reference to fishingEffortCalendar'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.


setGearUseFeaturesDao

public void setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
Sets the reference to gearUseFeatures's DAO.


getGearUseFeaturesDao

protected GearUseFeaturesDao getGearUseFeaturesDao()
Gets the reference to gearUseFeatures's DAO.


setSurveyQualificationDao

public void setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
Sets the reference to surveyQualification's DAO.


getSurveyQualificationDao

protected SurveyQualificationDao getSurveyQualificationDao()
Gets the reference to surveyQualification'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.


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.


setQualityFlagDao

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


getQualityFlagDao

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


setActivityCalendarDao

public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
Sets the reference to activityCalendar's DAO.


getActivityCalendarDao

protected ActivityCalendarDao getActivityCalendarDao()
Gets the reference to activityCalendar'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.


addFishingEffortCalendar

public RemoteFishingEffortCalendarFullVO addFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
Specified by:
addFishingEffortCalendar in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.addFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

handleAddFishingEffortCalendar

protected abstract RemoteFishingEffortCalendarFullVO handleAddFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
                                                                             throws java.lang.Exception
Performs the core logic for addFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

Throws:
java.lang.Exception

updateFishingEffortCalendar

public void updateFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
Specified by:
updateFishingEffortCalendar in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.updateFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

handleUpdateFishingEffortCalendar

protected abstract void handleUpdateFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
                                                   throws java.lang.Exception
Performs the core logic for updateFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

Throws:
java.lang.Exception

removeFishingEffortCalendar

public void removeFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
Specified by:
removeFishingEffortCalendar in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.removeFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

handleRemoveFishingEffortCalendar

protected abstract void handleRemoveFishingEffortCalendar(RemoteFishingEffortCalendarFullVO fishingEffortCalendar)
                                                   throws java.lang.Exception
Performs the core logic for removeFishingEffortCalendar(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

Throws:
java.lang.Exception

getAllFishingEffortCalendar

public RemoteFishingEffortCalendarFullVO[] getAllFishingEffortCalendar()
Specified by:
getAllFishingEffortCalendar in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getAllFishingEffortCalendar()

handleGetAllFishingEffortCalendar

protected abstract RemoteFishingEffortCalendarFullVO[] handleGetAllFishingEffortCalendar()
                                                                                  throws java.lang.Exception
Performs the core logic for getAllFishingEffortCalendar()

Throws:
java.lang.Exception

getFishingEffortCalendarById

public RemoteFishingEffortCalendarFullVO getFishingEffortCalendarById(java.lang.Integer id)
Specified by:
getFishingEffortCalendarById in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarById(java.lang.Integer)

handleGetFishingEffortCalendarById

protected abstract RemoteFishingEffortCalendarFullVO handleGetFishingEffortCalendarById(java.lang.Integer id)
                                                                                 throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarById(java.lang.Integer)

Throws:
java.lang.Exception

getFishingEffortCalendarByIds

public RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByIds(java.lang.Integer[] id)
Specified by:
getFishingEffortCalendarByIds in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarByIds(java.lang.Integer[])

handleGetFishingEffortCalendarByIds

protected abstract RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByIds(java.lang.Integer[] id)
                                                                                    throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getFishingEffortCalendarBySurveyQualificationId

public RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarBySurveyQualificationId(java.lang.Integer id)
Specified by:
getFishingEffortCalendarBySurveyQualificationId in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarBySurveyQualificationId(java.lang.Integer)

handleGetFishingEffortCalendarBySurveyQualificationId

protected abstract RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarBySurveyQualificationId(java.lang.Integer id)
                                                                                                      throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarBySurveyQualificationId(java.lang.Integer)

Throws:
java.lang.Exception

getFishingEffortCalendarByVesselCode

public RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByVesselCode(java.lang.String code)
Specified by:
getFishingEffortCalendarByVesselCode in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarByVesselCode(java.lang.String)

handleGetFishingEffortCalendarByVesselCode

protected abstract RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByVesselCode(java.lang.String code)
                                                                                           throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarByVesselCode(java.lang.String)

Throws:
java.lang.Exception

getFishingEffortCalendarByProgramCode

public RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByProgramCode(java.lang.String code)
Specified by:
getFishingEffortCalendarByProgramCode in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarByProgramCode(java.lang.String)

handleGetFishingEffortCalendarByProgramCode

protected abstract RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByProgramCode(java.lang.String code)
                                                                                            throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarByProgramCode(java.lang.String)

Throws:
java.lang.Exception

getFishingEffortCalendarByRecorderDepartmentId

public RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByRecorderDepartmentId(java.lang.Integer id)
Specified by:
getFishingEffortCalendarByRecorderDepartmentId in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarByRecorderDepartmentId(java.lang.Integer)

handleGetFishingEffortCalendarByRecorderDepartmentId

protected abstract RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByRecorderDepartmentId(java.lang.Integer id)
                                                                                                     throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarByRecorderDepartmentId(java.lang.Integer)

Throws:
java.lang.Exception

getFishingEffortCalendarByQualityFlagCode

public RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByQualityFlagCode(java.lang.String code)
Specified by:
getFishingEffortCalendarByQualityFlagCode in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarByQualityFlagCode(java.lang.String)

handleGetFishingEffortCalendarByQualityFlagCode

protected abstract RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByQualityFlagCode(java.lang.String code)
                                                                                                throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarByQualityFlagCode(java.lang.String)

Throws:
java.lang.Exception

getFishingEffortCalendarByActivityCalendarId

public RemoteFishingEffortCalendarFullVO getFishingEffortCalendarByActivityCalendarId(java.lang.Integer id)
Specified by:
getFishingEffortCalendarByActivityCalendarId in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarByActivityCalendarId(java.lang.Integer)

handleGetFishingEffortCalendarByActivityCalendarId

protected abstract RemoteFishingEffortCalendarFullVO handleGetFishingEffortCalendarByActivityCalendarId(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarByActivityCalendarId(java.lang.Integer)

Throws:
java.lang.Exception

getFishingEffortCalendarByRecorderPersonId

public RemoteFishingEffortCalendarFullVO[] getFishingEffortCalendarByRecorderPersonId(java.lang.Integer id)
Specified by:
getFishingEffortCalendarByRecorderPersonId in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarByRecorderPersonId(java.lang.Integer)

handleGetFishingEffortCalendarByRecorderPersonId

protected abstract RemoteFishingEffortCalendarFullVO[] handleGetFishingEffortCalendarByRecorderPersonId(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarByRecorderPersonId(java.lang.Integer)

Throws:
java.lang.Exception

remoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers

public boolean remoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOFirst,
                                                                       RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOSecond)
Specified by:
remoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.remoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO, fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

handleRemoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOFirst,
                                                                                         RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOSecond)
                                                                                  throws java.lang.Exception
Performs the core logic for remoteFishingEffortCalendarFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO, fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

Throws:
java.lang.Exception

remoteFishingEffortCalendarFullVOsAreEqual

public boolean remoteFishingEffortCalendarFullVOsAreEqual(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOFirst,
                                                          RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOSecond)
Specified by:
remoteFishingEffortCalendarFullVOsAreEqual in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.remoteFishingEffortCalendarFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO, fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

handleRemoteFishingEffortCalendarFullVOsAreEqual

protected abstract boolean handleRemoteFishingEffortCalendarFullVOsAreEqual(RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOFirst,
                                                                            RemoteFishingEffortCalendarFullVO remoteFishingEffortCalendarFullVOSecond)
                                                                     throws java.lang.Exception
Performs the core logic for remoteFishingEffortCalendarFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO, fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarFullVO)

Throws:
java.lang.Exception

getFishingEffortCalendarNaturalIds

public RemoteFishingEffortCalendarNaturalId[] getFishingEffortCalendarNaturalIds()
Specified by:
getFishingEffortCalendarNaturalIds in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarNaturalIds()

handleGetFishingEffortCalendarNaturalIds

protected abstract RemoteFishingEffortCalendarNaturalId[] handleGetFishingEffortCalendarNaturalIds()
                                                                                            throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarNaturalIds()

Throws:
java.lang.Exception

getFishingEffortCalendarByNaturalId

public RemoteFishingEffortCalendarFullVO getFishingEffortCalendarByNaturalId(RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId)
Specified by:
getFishingEffortCalendarByNaturalId in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarByNaturalId(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarNaturalId)

handleGetFishingEffortCalendarByNaturalId

protected abstract RemoteFishingEffortCalendarFullVO handleGetFishingEffortCalendarByNaturalId(RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId)
                                                                                        throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarByNaturalId(fr.ifremer.allegro.data.survey.fishingEffort.generic.vo.RemoteFishingEffortCalendarNaturalId)

Throws:
java.lang.Exception

getFishingEffortCalendarNaturalIdById

public RemoteFishingEffortCalendarNaturalId getFishingEffortCalendarNaturalIdById(java.lang.Integer id)
Specified by:
getFishingEffortCalendarNaturalIdById in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getFishingEffortCalendarNaturalIdById(java.lang.Integer)

handleGetFishingEffortCalendarNaturalIdById

protected abstract RemoteFishingEffortCalendarNaturalId handleGetFishingEffortCalendarNaturalIdById(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getFishingEffortCalendarNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

getClusterFishingEffortCalendarByIdentifiers

public ClusterFishingEffortCalendar getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
Specified by:
getClusterFishingEffortCalendarByIdentifiers in interface RemoteFishingEffortCalendarFullService
See Also:
RemoteFishingEffortCalendarFullService.getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer)

handleGetClusterFishingEffortCalendarByIdentifiers

protected abstract ClusterFishingEffortCalendar handleGetClusterFishingEffortCalendarByIdentifiers(java.lang.Integer id)
                                                                                            throws java.lang.Exception
Performs the core logic for getClusterFishingEffortCalendarByIdentifiers(java.lang.Integer)

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.