|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesFullServiceBase
public abstract class RemoteGearPhysicalFeaturesFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesFullService
,
provides access to all services and entities referenced by this service.
RemoteGearPhysicalFeaturesFullService
Constructor Summary | |
---|---|
RemoteGearPhysicalFeaturesFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteGearPhysicalFeaturesFullServiceBase()
Method Detail |
---|
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeatures
's DAO.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeatures
's DAO.
public void setGearDao(GearDao gearDao)
gear
's DAO.
protected GearDao getGearDao()
gear
's DAO.
public void setOperationDao(OperationDao operationDao)
operation
's DAO.
protected OperationDao getOperationDao()
operation
's DAO.
public void setGearPhysicalMeasurementDao(GearPhysicalMeasurementDao gearPhysicalMeasurementDao)
gearPhysicalMeasurement
's DAO.
protected GearPhysicalMeasurementDao getGearPhysicalMeasurementDao()
gearPhysicalMeasurement
's DAO.
public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
physicalGearSurvey
's DAO.
protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
physicalGearSurvey
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public RemoteGearPhysicalFeaturesFullVO addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
addGearPhysicalFeatures
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.addGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract RemoteGearPhysicalFeaturesFullVO handleAddGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures) throws java.lang.Exception
addGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
java.lang.Exception
public void updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
updateGearPhysicalFeatures
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.updateGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract void handleUpdateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures) throws java.lang.Exception
updateGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
java.lang.Exception
public void removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
removeGearPhysicalFeatures
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.removeGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract void handleRemoveGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures) throws java.lang.Exception
removeGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO[] getAllGearPhysicalFeatures()
getAllGearPhysicalFeatures
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getAllGearPhysicalFeatures()
protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetAllGearPhysicalFeatures() throws java.lang.Exception
getAllGearPhysicalFeatures()
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesById(java.lang.Integer id)
getGearPhysicalFeaturesById
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesById(java.lang.Integer)
protected abstract RemoteGearPhysicalFeaturesFullVO handleGetGearPhysicalFeaturesById(java.lang.Integer id) throws java.lang.Exception
getGearPhysicalFeaturesById(java.lang.Integer)
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
getGearPhysicalFeaturesByIds
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByIds(java.lang.Integer[])
protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByIds(java.lang.Integer[] id) throws java.lang.Exception
getGearPhysicalFeaturesByIds(java.lang.Integer[])
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByGearId(java.lang.Integer id)
getGearPhysicalFeaturesByGearId
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByGearId(java.lang.Integer)
protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByGearId(java.lang.Integer id) throws java.lang.Exception
getGearPhysicalFeaturesByGearId(java.lang.Integer)
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
getGearPhysicalFeaturesByPhysicalGearSurveyId
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)
protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id) throws java.lang.Exception
getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
getGearPhysicalFeaturesByFishingTripId
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByFishingTripId(java.lang.Integer)
protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getGearPhysicalFeaturesByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByVesselCode(java.lang.String code)
getGearPhysicalFeaturesByVesselCode
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByVesselCode(java.lang.String)
protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByVesselCode(java.lang.String code) throws java.lang.Exception
getGearPhysicalFeaturesByVesselCode(java.lang.String)
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
getGearPhysicalFeaturesByQualityFlagCode
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByQualityFlagCode(java.lang.String)
protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getGearPhysicalFeaturesByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByProgramCode(java.lang.String code)
getGearPhysicalFeaturesByProgramCode
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByProgramCode(java.lang.String)
protected abstract RemoteGearPhysicalFeaturesFullVO[] handleGetGearPhysicalFeaturesByProgramCode(java.lang.String code) throws java.lang.Exception
getGearPhysicalFeaturesByProgramCode(java.lang.String)
java.lang.Exception
public boolean remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract boolean handleRemoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond) throws java.lang.Exception
remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
java.lang.Exception
public boolean remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
remoteGearPhysicalFeaturesFullVOsAreEqual
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.remoteGearPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected abstract boolean handleRemoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond) throws java.lang.Exception
remoteGearPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
java.lang.Exception
public RemoteGearPhysicalFeaturesNaturalId[] getGearPhysicalFeaturesNaturalIds()
getGearPhysicalFeaturesNaturalIds
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesNaturalIds()
protected abstract RemoteGearPhysicalFeaturesNaturalId[] handleGetGearPhysicalFeaturesNaturalIds() throws java.lang.Exception
getGearPhysicalFeaturesNaturalIds()
java.lang.Exception
public RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
getGearPhysicalFeaturesByNaturalId
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)
protected abstract RemoteGearPhysicalFeaturesFullVO handleGetGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId) throws java.lang.Exception
getGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)
java.lang.Exception
public RemoteGearPhysicalFeaturesNaturalId getGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)
getGearPhysicalFeaturesNaturalIdById
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesNaturalIdById(java.lang.Integer)
protected abstract RemoteGearPhysicalFeaturesNaturalId handleGetGearPhysicalFeaturesNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getGearPhysicalFeaturesNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterGearPhysicalFeaturesSinceDateSynchro
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterGearPhysicalFeatures[] handleGetAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterGearPhysicalFeatures getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)
getClusterGearPhysicalFeaturesByIdentifiers
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer)
protected abstract ClusterGearPhysicalFeatures handleGetClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterGearPhysicalFeatures addOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
addOrUpdateClusterGearPhysicalFeatures
in interface RemoteGearPhysicalFeaturesFullService
RemoteGearPhysicalFeaturesFullService.addOrUpdateClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)
protected abstract ClusterGearPhysicalFeatures handleAddOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures) throws java.lang.Exception
addOrUpdateClusterGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterGearPhysicalFeatures)
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 |