|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.activity.generic.service.RemoteActivityCalendarFullServiceBase
public abstract class RemoteActivityCalendarFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.survey.activity.generic.service.RemoteActivityCalendarFullService
,
provides access to all services and entities referenced by this service.
RemoteActivityCalendarFullService
Constructor Summary | |
---|---|
RemoteActivityCalendarFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteActivityCalendarFullServiceBase()
Method Detail |
---|
public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
activityCalendar
's DAO.
protected ActivityCalendarDao getActivityCalendarDao()
activityCalendar
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setMetierUseFeaturesDao(MetierUseFeaturesDao metierUseFeaturesDao)
metierUseFeatures
's DAO.
protected MetierUseFeaturesDao getMetierUseFeaturesDao()
metierUseFeatures
's DAO.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeatures
's DAO.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeatures
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setFishingEffortCalendarDao(FishingEffortCalendarDao fishingEffortCalendarDao)
fishingEffortCalendar
's DAO.
protected FishingEffortCalendarDao getFishingEffortCalendarDao()
fishingEffortCalendar
's DAO.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurement
's DAO.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurement
's DAO.
public void setPersonDao(PersonDao personDao)
person
's DAO.
protected PersonDao getPersonDao()
person
's DAO.
public RemoteActivityCalendarFullVO addActivityCalendar(RemoteActivityCalendarFullVO activityCalendar)
addActivityCalendar
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.addActivityCalendar(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
protected abstract RemoteActivityCalendarFullVO handleAddActivityCalendar(RemoteActivityCalendarFullVO activityCalendar) throws java.lang.Exception
addActivityCalendar(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
java.lang.Exception
public void updateActivityCalendar(RemoteActivityCalendarFullVO activityCalendar)
updateActivityCalendar
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.updateActivityCalendar(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
protected abstract void handleUpdateActivityCalendar(RemoteActivityCalendarFullVO activityCalendar) throws java.lang.Exception
updateActivityCalendar(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
java.lang.Exception
public void removeActivityCalendar(RemoteActivityCalendarFullVO activityCalendar)
removeActivityCalendar
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.removeActivityCalendar(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
protected abstract void handleRemoveActivityCalendar(RemoteActivityCalendarFullVO activityCalendar) throws java.lang.Exception
removeActivityCalendar(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
java.lang.Exception
public RemoteActivityCalendarFullVO[] getAllActivityCalendar()
getAllActivityCalendar
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getAllActivityCalendar()
protected abstract RemoteActivityCalendarFullVO[] handleGetAllActivityCalendar() throws java.lang.Exception
getAllActivityCalendar()
java.lang.Exception
public RemoteActivityCalendarFullVO getActivityCalendarById(java.lang.Integer id)
getActivityCalendarById
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarById(java.lang.Integer)
protected abstract RemoteActivityCalendarFullVO handleGetActivityCalendarById(java.lang.Integer id) throws java.lang.Exception
getActivityCalendarById(java.lang.Integer)
java.lang.Exception
public RemoteActivityCalendarFullVO[] getActivityCalendarByIds(java.lang.Integer[] id)
getActivityCalendarByIds
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarByIds(java.lang.Integer[])
protected abstract RemoteActivityCalendarFullVO[] handleGetActivityCalendarByIds(java.lang.Integer[] id) throws java.lang.Exception
getActivityCalendarByIds(java.lang.Integer[])
java.lang.Exception
public RemoteActivityCalendarFullVO[] getActivityCalendarByRecorderDepartmentId(java.lang.Integer id)
getActivityCalendarByRecorderDepartmentId
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteActivityCalendarFullVO[] handleGetActivityCalendarByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getActivityCalendarByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteActivityCalendarFullVO[] getActivityCalendarByVesselCode(java.lang.String code)
getActivityCalendarByVesselCode
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarByVesselCode(java.lang.String)
protected abstract RemoteActivityCalendarFullVO[] handleGetActivityCalendarByVesselCode(java.lang.String code) throws java.lang.Exception
getActivityCalendarByVesselCode(java.lang.String)
java.lang.Exception
public RemoteActivityCalendarFullVO[] getActivityCalendarByProgramCode(java.lang.String code)
getActivityCalendarByProgramCode
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarByProgramCode(java.lang.String)
protected abstract RemoteActivityCalendarFullVO[] handleGetActivityCalendarByProgramCode(java.lang.String code) throws java.lang.Exception
getActivityCalendarByProgramCode(java.lang.String)
java.lang.Exception
public RemoteActivityCalendarFullVO[] getActivityCalendarByQualityFlagCode(java.lang.String code)
getActivityCalendarByQualityFlagCode
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarByQualityFlagCode(java.lang.String)
protected abstract RemoteActivityCalendarFullVO[] handleGetActivityCalendarByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getActivityCalendarByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteActivityCalendarFullVO getActivityCalendarByFishingEffortCalendarId(java.lang.Integer id)
getActivityCalendarByFishingEffortCalendarId
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarByFishingEffortCalendarId(java.lang.Integer)
protected abstract RemoteActivityCalendarFullVO handleGetActivityCalendarByFishingEffortCalendarId(java.lang.Integer id) throws java.lang.Exception
getActivityCalendarByFishingEffortCalendarId(java.lang.Integer)
java.lang.Exception
public RemoteActivityCalendarFullVO[] getActivityCalendarByRecorderPersonId(java.lang.Integer id)
getActivityCalendarByRecorderPersonId
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarByRecorderPersonId(java.lang.Integer)
protected abstract RemoteActivityCalendarFullVO[] handleGetActivityCalendarByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
getActivityCalendarByRecorderPersonId(java.lang.Integer)
java.lang.Exception
public boolean remoteActivityCalendarFullVOsAreEqualOnIdentifiers(RemoteActivityCalendarFullVO remoteActivityCalendarFullVOFirst, RemoteActivityCalendarFullVO remoteActivityCalendarFullVOSecond)
remoteActivityCalendarFullVOsAreEqualOnIdentifiers
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.remoteActivityCalendarFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO, fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
protected abstract boolean handleRemoteActivityCalendarFullVOsAreEqualOnIdentifiers(RemoteActivityCalendarFullVO remoteActivityCalendarFullVOFirst, RemoteActivityCalendarFullVO remoteActivityCalendarFullVOSecond) throws java.lang.Exception
remoteActivityCalendarFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO, fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
java.lang.Exception
public boolean remoteActivityCalendarFullVOsAreEqual(RemoteActivityCalendarFullVO remoteActivityCalendarFullVOFirst, RemoteActivityCalendarFullVO remoteActivityCalendarFullVOSecond)
remoteActivityCalendarFullVOsAreEqual
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.remoteActivityCalendarFullVOsAreEqual(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO, fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
protected abstract boolean handleRemoteActivityCalendarFullVOsAreEqual(RemoteActivityCalendarFullVO remoteActivityCalendarFullVOFirst, RemoteActivityCalendarFullVO remoteActivityCalendarFullVOSecond) throws java.lang.Exception
remoteActivityCalendarFullVOsAreEqual(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO, fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarFullVO)
java.lang.Exception
public RemoteActivityCalendarNaturalId[] getActivityCalendarNaturalIds()
getActivityCalendarNaturalIds
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarNaturalIds()
protected abstract RemoteActivityCalendarNaturalId[] handleGetActivityCalendarNaturalIds() throws java.lang.Exception
getActivityCalendarNaturalIds()
java.lang.Exception
public RemoteActivityCalendarFullVO getActivityCalendarByNaturalId(RemoteActivityCalendarNaturalId activityCalendarNaturalId)
getActivityCalendarByNaturalId
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarByNaturalId(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarNaturalId)
protected abstract RemoteActivityCalendarFullVO handleGetActivityCalendarByNaturalId(RemoteActivityCalendarNaturalId activityCalendarNaturalId) throws java.lang.Exception
getActivityCalendarByNaturalId(fr.ifremer.allegro.data.survey.activity.generic.vo.RemoteActivityCalendarNaturalId)
java.lang.Exception
public RemoteActivityCalendarNaturalId getActivityCalendarNaturalIdById(java.lang.Integer id)
getActivityCalendarNaturalIdById
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getActivityCalendarNaturalIdById(java.lang.Integer)
protected abstract RemoteActivityCalendarNaturalId handleGetActivityCalendarNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getActivityCalendarNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterActivityCalendar addOrUpdateClusterActivityCalendar(ClusterActivityCalendar clusterActivityCalendar)
addOrUpdateClusterActivityCalendar
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.addOrUpdateClusterActivityCalendar(fr.ifremer.allegro.data.survey.activity.generic.cluster.ClusterActivityCalendar)
protected abstract ClusterActivityCalendar handleAddOrUpdateClusterActivityCalendar(ClusterActivityCalendar clusterActivityCalendar) throws java.lang.Exception
addOrUpdateClusterActivityCalendar(fr.ifremer.allegro.data.survey.activity.generic.cluster.ClusterActivityCalendar)
java.lang.Exception
public ClusterActivityCalendar[] getAllClusterActivityCalendarSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterActivityCalendarSinceDateSynchro
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getAllClusterActivityCalendarSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterActivityCalendar[] handleGetAllClusterActivityCalendarSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterActivityCalendarSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterActivityCalendar getClusterActivityCalendarByIdentifiers(java.lang.Integer id)
getClusterActivityCalendarByIdentifiers
in interface RemoteActivityCalendarFullService
RemoteActivityCalendarFullService.getClusterActivityCalendarByIdentifiers(java.lang.Integer)
protected abstract ClusterActivityCalendar handleGetClusterActivityCalendarByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterActivityCalendarByIdentifiers(java.lang.Integer)
java.lang.Exception
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
protected org.springframework.context.MessageSource getMessages()
protected java.lang.String getMessage(java.lang.String key)
key
in the underlying message bundle.
key
- the key of the message in the messages.properties message bundle.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
key
and arguments
in the
underlying message bundle.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
key
using the given arguments
for the given locale
.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |