|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.feature.use.generic.service.RemoteVesselUseFeaturesFullServiceBase
public abstract class RemoteVesselUseFeaturesFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.vessel.feature.use.generic.service.RemoteVesselUseFeaturesFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselUseFeaturesFullService
Constructor Summary | |
---|---|
RemoteVesselUseFeaturesFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselUseFeaturesFullServiceBase()
Method Detail |
---|
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeatures
's DAO.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeatures
's DAO.
public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
activityCalendar
's DAO.
protected ActivityCalendarDao getActivityCalendarDao()
activityCalendar
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setFishingAreaDao(FishingAreaDao fishingAreaDao)
fishingArea
's DAO.
protected FishingAreaDao getFishingAreaDao()
fishingArea
's DAO.
public void setVesselUseMeasurementDao(VesselUseMeasurementDao vesselUseMeasurementDao)
vesselUseMeasurement
's DAO.
protected VesselUseMeasurementDao getVesselUseMeasurementDao()
vesselUseMeasurement
's DAO.
public void setOperationDao(OperationDao operationDao)
operation
's DAO.
protected OperationDao getOperationDao()
operation
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setFishingEffortCalendarDao(FishingEffortCalendarDao fishingEffortCalendarDao)
fishingEffortCalendar
's DAO.
protected FishingEffortCalendarDao getFishingEffortCalendarDao()
fishingEffortCalendar
's DAO.
public void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
economicalSurvey
's DAO.
protected EconomicalSurveyDao getEconomicalSurveyDao()
economicalSurvey
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
'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 RemoteVesselUseFeaturesFullVO addVesselUseFeatures(RemoteVesselUseFeaturesFullVO vesselUseFeatures)
addVesselUseFeatures
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.addVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
protected abstract RemoteVesselUseFeaturesFullVO handleAddVesselUseFeatures(RemoteVesselUseFeaturesFullVO vesselUseFeatures) throws java.lang.Exception
addVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
java.lang.Exception
public void updateVesselUseFeatures(RemoteVesselUseFeaturesFullVO vesselUseFeatures)
updateVesselUseFeatures
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.updateVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
protected abstract void handleUpdateVesselUseFeatures(RemoteVesselUseFeaturesFullVO vesselUseFeatures) throws java.lang.Exception
updateVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
java.lang.Exception
public void removeVesselUseFeatures(RemoteVesselUseFeaturesFullVO vesselUseFeatures)
removeVesselUseFeatures
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.removeVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
protected abstract void handleRemoveVesselUseFeatures(RemoteVesselUseFeaturesFullVO vesselUseFeatures) throws java.lang.Exception
removeVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getAllVesselUseFeatures()
getAllVesselUseFeatures
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getAllVesselUseFeatures()
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetAllVesselUseFeatures() throws java.lang.Exception
getAllVesselUseFeatures()
java.lang.Exception
public RemoteVesselUseFeaturesFullVO getVesselUseFeaturesById(java.lang.Integer id)
getVesselUseFeaturesById
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesById(java.lang.Integer)
protected abstract RemoteVesselUseFeaturesFullVO handleGetVesselUseFeaturesById(java.lang.Integer id) throws java.lang.Exception
getVesselUseFeaturesById(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByIds(java.lang.Integer[] id)
getVesselUseFeaturesByIds
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByIds(java.lang.Integer[])
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByIds(java.lang.Integer[] id) throws java.lang.Exception
getVesselUseFeaturesByIds(java.lang.Integer[])
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByActivityCalendarId(java.lang.Integer id)
getVesselUseFeaturesByActivityCalendarId
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByActivityCalendarId(java.lang.Integer)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByActivityCalendarId(java.lang.Integer id) throws java.lang.Exception
getVesselUseFeaturesByActivityCalendarId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByBasePortLocationId(java.lang.Integer id)
getVesselUseFeaturesByBasePortLocationId
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByBasePortLocationId(java.lang.Integer)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByBasePortLocationId(java.lang.Integer id) throws java.lang.Exception
getVesselUseFeaturesByBasePortLocationId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByOperationId(java.lang.Integer id)
getVesselUseFeaturesByOperationId
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByOperationId(java.lang.Integer)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByOperationId(java.lang.Integer id) throws java.lang.Exception
getVesselUseFeaturesByOperationId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByFishingTripId(java.lang.Integer id)
getVesselUseFeaturesByFishingTripId
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByFishingTripId(java.lang.Integer)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getVesselUseFeaturesByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByFishingEffortCalendarId(java.lang.Integer id)
getVesselUseFeaturesByFishingEffortCalendarId
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByFishingEffortCalendarId(java.lang.Integer)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByFishingEffortCalendarId(java.lang.Integer id) throws java.lang.Exception
getVesselUseFeaturesByFishingEffortCalendarId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByEconomicalSurveyId(java.lang.Integer id)
getVesselUseFeaturesByEconomicalSurveyId
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByEconomicalSurveyId(java.lang.Integer)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByEconomicalSurveyId(java.lang.Integer id) throws java.lang.Exception
getVesselUseFeaturesByEconomicalSurveyId(java.lang.Integer)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByQualityFlagCode(java.lang.String code)
getVesselUseFeaturesByQualityFlagCode
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByQualityFlagCode(java.lang.String)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getVesselUseFeaturesByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByVesselCode(java.lang.String code)
getVesselUseFeaturesByVesselCode
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByVesselCode(java.lang.String)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByVesselCode(java.lang.String code) throws java.lang.Exception
getVesselUseFeaturesByVesselCode(java.lang.String)
java.lang.Exception
public RemoteVesselUseFeaturesFullVO[] getVesselUseFeaturesByProgramCode(java.lang.String code)
getVesselUseFeaturesByProgramCode
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByProgramCode(java.lang.String)
protected abstract RemoteVesselUseFeaturesFullVO[] handleGetVesselUseFeaturesByProgramCode(java.lang.String code) throws java.lang.Exception
getVesselUseFeaturesByProgramCode(java.lang.String)
java.lang.Exception
public boolean remoteVesselUseFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVOFirst, RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVOSecond)
remoteVesselUseFeaturesFullVOsAreEqualOnIdentifiers
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.remoteVesselUseFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
protected abstract boolean handleRemoteVesselUseFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVOFirst, RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVOSecond) throws java.lang.Exception
remoteVesselUseFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
java.lang.Exception
public boolean remoteVesselUseFeaturesFullVOsAreEqual(RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVOFirst, RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVOSecond)
remoteVesselUseFeaturesFullVOsAreEqual
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.remoteVesselUseFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
protected abstract boolean handleRemoteVesselUseFeaturesFullVOsAreEqual(RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVOFirst, RemoteVesselUseFeaturesFullVO remoteVesselUseFeaturesFullVOSecond) throws java.lang.Exception
remoteVesselUseFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesFullVO)
java.lang.Exception
public RemoteVesselUseFeaturesNaturalId[] getVesselUseFeaturesNaturalIds()
getVesselUseFeaturesNaturalIds
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesNaturalIds()
protected abstract RemoteVesselUseFeaturesNaturalId[] handleGetVesselUseFeaturesNaturalIds() throws java.lang.Exception
getVesselUseFeaturesNaturalIds()
java.lang.Exception
public RemoteVesselUseFeaturesFullVO getVesselUseFeaturesByNaturalId(RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId)
getVesselUseFeaturesByNaturalId
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesNaturalId)
protected abstract RemoteVesselUseFeaturesFullVO handleGetVesselUseFeaturesByNaturalId(RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId) throws java.lang.Exception
getVesselUseFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.use.generic.vo.RemoteVesselUseFeaturesNaturalId)
java.lang.Exception
public RemoteVesselUseFeaturesNaturalId getVesselUseFeaturesNaturalIdById(java.lang.Integer id)
getVesselUseFeaturesNaturalIdById
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getVesselUseFeaturesNaturalIdById(java.lang.Integer)
protected abstract RemoteVesselUseFeaturesNaturalId handleGetVesselUseFeaturesNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getVesselUseFeaturesNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterVesselUseFeatures[] getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterVesselUseFeaturesSinceDateSynchro
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterVesselUseFeatures[] handleGetAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterVesselUseFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterVesselUseFeatures getClusterVesselUseFeaturesByIdentifiers(java.lang.Integer id)
getClusterVesselUseFeaturesByIdentifiers
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.getClusterVesselUseFeaturesByIdentifiers(java.lang.Integer)
protected abstract ClusterVesselUseFeatures handleGetClusterVesselUseFeaturesByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterVesselUseFeaturesByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterVesselUseFeatures addOrUpdateClusterVesselUseFeatures(ClusterVesselUseFeatures clusterVesselUseFeatures)
addOrUpdateClusterVesselUseFeatures
in interface RemoteVesselUseFeaturesFullService
RemoteVesselUseFeaturesFullService.addOrUpdateClusterVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeatures)
protected abstract ClusterVesselUseFeatures handleAddOrUpdateClusterVesselUseFeatures(ClusterVesselUseFeatures clusterVesselUseFeatures) throws java.lang.Exception
addOrUpdateClusterVesselUseFeatures(fr.ifremer.allegro.data.vessel.feature.use.generic.cluster.ClusterVesselUseFeatures)
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 |