|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.landing.generic.service.RemoteLandingFullServiceBase
public abstract class RemoteLandingFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.survey.landing.generic.service.RemoteLandingFullService
,
provides access to all services and entities referenced by this service.
RemoteLandingFullService
Constructor Summary | |
---|---|
RemoteLandingFullServiceBase()
|
Method Summary | |
---|---|
RemoteLandingFullVO |
addLanding(RemoteLandingFullVO landing)
|
ClusterLanding |
addOrUpdateClusterLanding(ClusterLanding clusterLanding)
|
ClusterLanding[] |
getAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemoteLandingFullVO[] |
getAllLanding()
|
protected CatchBatchDao |
getCatchBatchDao()
Gets the reference to catchBatch 's DAO. |
ClusterLanding |
getClusterLandingByIdentifiers(java.lang.Integer id)
|
protected DepartmentDao |
getDepartmentDao()
Gets the reference to department 's DAO. |
protected FishingTripDao |
getFishingTripDao()
Gets the reference to fishingTrip 's DAO. |
RemoteLandingFullVO |
getLandingByCatchBatchId(java.lang.Integer id)
|
RemoteLandingFullVO[] |
getLandingByFishingTripId(java.lang.Integer id)
|
RemoteLandingFullVO |
getLandingById(java.lang.Integer id)
|
RemoteLandingFullVO[] |
getLandingByIds(java.lang.Integer[] id)
|
RemoteLandingFullVO[] |
getLandingByLandingLocationId(java.lang.Integer id)
|
RemoteLandingFullVO |
getLandingByNaturalId(RemoteLandingNaturalId landingNaturalId)
|
RemoteLandingFullVO[] |
getLandingByProgramCode(java.lang.String code)
|
RemoteLandingFullVO[] |
getLandingByQualityFlagCode(java.lang.String code)
|
RemoteLandingFullVO[] |
getLandingByRecorderDepartmentId(java.lang.Integer id)
|
RemoteLandingFullVO[] |
getLandingByRecorderPersonId(java.lang.Integer id)
|
RemoteLandingFullVO[] |
getLandingByVesselCode(java.lang.String code)
|
protected LandingDao |
getLandingDao()
Gets the reference to landing 's DAO. |
protected LandingMeasurementDao |
getLandingMeasurementDao()
Gets the reference to landingMeasurement 's DAO. |
RemoteLandingNaturalId |
getLandingNaturalIdById(java.lang.Integer id)
|
RemoteLandingNaturalId[] |
getLandingNaturalIds()
|
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. |
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 ProduceDao |
getProduceDao()
Gets the reference to produce 's DAO. |
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 SurveyMeasurementDao |
getSurveyMeasurementDao()
Gets the reference to surveyMeasurement 's DAO. |
protected VesselDao |
getVesselDao()
Gets the reference to vessel 's DAO. |
protected abstract RemoteLandingFullVO |
handleAddLanding(RemoteLandingFullVO landing)
Performs the core logic for addLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO) |
protected abstract ClusterLanding |
handleAddOrUpdateClusterLanding(ClusterLanding clusterLanding)
Performs the core logic for addOrUpdateClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding) |
protected abstract ClusterLanding[] |
handleGetAllClusterLandingSinceDateSynchro(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 getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemoteLandingFullVO[] |
handleGetAllLanding()
Performs the core logic for getAllLanding() |
protected abstract ClusterLanding |
handleGetClusterLandingByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterLandingByIdentifiers(java.lang.Integer) |
protected abstract RemoteLandingFullVO |
handleGetLandingByCatchBatchId(java.lang.Integer id)
Performs the core logic for getLandingByCatchBatchId(java.lang.Integer) |
protected abstract RemoteLandingFullVO[] |
handleGetLandingByFishingTripId(java.lang.Integer id)
Performs the core logic for getLandingByFishingTripId(java.lang.Integer) |
protected abstract RemoteLandingFullVO |
handleGetLandingById(java.lang.Integer id)
Performs the core logic for getLandingById(java.lang.Integer) |
protected abstract RemoteLandingFullVO[] |
handleGetLandingByIds(java.lang.Integer[] id)
Performs the core logic for getLandingByIds(java.lang.Integer[]) |
protected abstract RemoteLandingFullVO[] |
handleGetLandingByLandingLocationId(java.lang.Integer id)
Performs the core logic for getLandingByLandingLocationId(java.lang.Integer) |
protected abstract RemoteLandingFullVO |
handleGetLandingByNaturalId(RemoteLandingNaturalId landingNaturalId)
Performs the core logic for getLandingByNaturalId(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId) |
protected abstract RemoteLandingFullVO[] |
handleGetLandingByProgramCode(java.lang.String code)
Performs the core logic for getLandingByProgramCode(java.lang.String) |
protected abstract RemoteLandingFullVO[] |
handleGetLandingByQualityFlagCode(java.lang.String code)
Performs the core logic for getLandingByQualityFlagCode(java.lang.String) |
protected abstract RemoteLandingFullVO[] |
handleGetLandingByRecorderDepartmentId(java.lang.Integer id)
Performs the core logic for getLandingByRecorderDepartmentId(java.lang.Integer) |
protected abstract RemoteLandingFullVO[] |
handleGetLandingByRecorderPersonId(java.lang.Integer id)
Performs the core logic for getLandingByRecorderPersonId(java.lang.Integer) |
protected abstract RemoteLandingFullVO[] |
handleGetLandingByVesselCode(java.lang.String code)
Performs the core logic for getLandingByVesselCode(java.lang.String) |
protected abstract RemoteLandingNaturalId |
handleGetLandingNaturalIdById(java.lang.Integer id)
Performs the core logic for getLandingNaturalIdById(java.lang.Integer) |
protected abstract RemoteLandingNaturalId[] |
handleGetLandingNaturalIds()
Performs the core logic for getLandingNaturalIds() |
protected abstract boolean |
handleRemoteLandingFullVOsAreEqual(RemoteLandingFullVO remoteLandingFullVOFirst,
RemoteLandingFullVO remoteLandingFullVOSecond)
Performs the core logic for remoteLandingFullVOsAreEqual(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO) |
protected abstract boolean |
handleRemoteLandingFullVOsAreEqualOnIdentifiers(RemoteLandingFullVO remoteLandingFullVOFirst,
RemoteLandingFullVO remoteLandingFullVOSecond)
Performs the core logic for remoteLandingFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO) |
protected abstract void |
handleRemoveLanding(RemoteLandingFullVO landing)
Performs the core logic for removeLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO) |
protected abstract void |
handleUpdateLanding(RemoteLandingFullVO landing)
Performs the core logic for updateLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO) |
boolean |
remoteLandingFullVOsAreEqual(RemoteLandingFullVO remoteLandingFullVOFirst,
RemoteLandingFullVO remoteLandingFullVOSecond)
|
boolean |
remoteLandingFullVOsAreEqualOnIdentifiers(RemoteLandingFullVO remoteLandingFullVOFirst,
RemoteLandingFullVO remoteLandingFullVOSecond)
|
void |
removeLanding(RemoteLandingFullVO landing)
|
void |
setCatchBatchDao(CatchBatchDao catchBatchDao)
Sets the reference to catchBatch 's DAO. |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to department 's DAO. |
void |
setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTrip 's DAO. |
void |
setLandingDao(LandingDao landingDao)
Sets the reference to landing 's DAO. |
void |
setLandingMeasurementDao(LandingMeasurementDao landingMeasurementDao)
Sets the reference to landingMeasurement 's DAO. |
void |
setLocationDao(LocationDao locationDao)
Sets the reference to location 's DAO. |
void |
setPersonDao(PersonDao personDao)
Sets the reference to person 's DAO. |
void |
setProduceDao(ProduceDao produceDao)
Sets the reference to produce '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 |
setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurement 's DAO. |
void |
setVesselDao(VesselDao vesselDao)
Sets the reference to vessel 's DAO. |
void |
updateLanding(RemoteLandingFullVO landing)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteLandingFullServiceBase()
Method Detail |
---|
public void setLandingDao(LandingDao landingDao)
landing
's DAO.
protected LandingDao getLandingDao()
landing
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setProduceDao(ProduceDao produceDao)
produce
's DAO.
protected ProduceDao getProduceDao()
produce
's DAO.
public void setFishingTripDao(FishingTripDao fishingTripDao)
fishingTrip
's DAO.
protected FishingTripDao getFishingTripDao()
fishingTrip
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setCatchBatchDao(CatchBatchDao catchBatchDao)
catchBatch
's DAO.
protected CatchBatchDao getCatchBatchDao()
catchBatch
's DAO.
public void setSaleDao(SaleDao saleDao)
sale
's DAO.
protected SaleDao getSaleDao()
sale
's DAO.
public void setLandingMeasurementDao(LandingMeasurementDao landingMeasurementDao)
landingMeasurement
's DAO.
protected LandingMeasurementDao getLandingMeasurementDao()
landingMeasurement
'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 RemoteLandingFullVO addLanding(RemoteLandingFullVO landing)
addLanding
in interface RemoteLandingFullService
RemoteLandingFullService.addLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected abstract RemoteLandingFullVO handleAddLanding(RemoteLandingFullVO landing) throws java.lang.Exception
addLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
java.lang.Exception
public void updateLanding(RemoteLandingFullVO landing)
updateLanding
in interface RemoteLandingFullService
RemoteLandingFullService.updateLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected abstract void handleUpdateLanding(RemoteLandingFullVO landing) throws java.lang.Exception
updateLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
java.lang.Exception
public void removeLanding(RemoteLandingFullVO landing)
removeLanding
in interface RemoteLandingFullService
RemoteLandingFullService.removeLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected abstract void handleRemoveLanding(RemoteLandingFullVO landing) throws java.lang.Exception
removeLanding(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
java.lang.Exception
public RemoteLandingFullVO[] getAllLanding()
getAllLanding
in interface RemoteLandingFullService
RemoteLandingFullService.getAllLanding()
protected abstract RemoteLandingFullVO[] handleGetAllLanding() throws java.lang.Exception
getAllLanding()
java.lang.Exception
public RemoteLandingFullVO getLandingById(java.lang.Integer id)
getLandingById
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingById(java.lang.Integer)
protected abstract RemoteLandingFullVO handleGetLandingById(java.lang.Integer id) throws java.lang.Exception
getLandingById(java.lang.Integer)
java.lang.Exception
public RemoteLandingFullVO[] getLandingByIds(java.lang.Integer[] id)
getLandingByIds
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByIds(java.lang.Integer[])
protected abstract RemoteLandingFullVO[] handleGetLandingByIds(java.lang.Integer[] id) throws java.lang.Exception
getLandingByIds(java.lang.Integer[])
java.lang.Exception
public RemoteLandingFullVO[] getLandingByLandingLocationId(java.lang.Integer id)
getLandingByLandingLocationId
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByLandingLocationId(java.lang.Integer)
protected abstract RemoteLandingFullVO[] handleGetLandingByLandingLocationId(java.lang.Integer id) throws java.lang.Exception
getLandingByLandingLocationId(java.lang.Integer)
java.lang.Exception
public RemoteLandingFullVO[] getLandingByVesselCode(java.lang.String code)
getLandingByVesselCode
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByVesselCode(java.lang.String)
protected abstract RemoteLandingFullVO[] handleGetLandingByVesselCode(java.lang.String code) throws java.lang.Exception
getLandingByVesselCode(java.lang.String)
java.lang.Exception
public RemoteLandingFullVO[] getLandingByFishingTripId(java.lang.Integer id)
getLandingByFishingTripId
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByFishingTripId(java.lang.Integer)
protected abstract RemoteLandingFullVO[] handleGetLandingByFishingTripId(java.lang.Integer id) throws java.lang.Exception
getLandingByFishingTripId(java.lang.Integer)
java.lang.Exception
public RemoteLandingFullVO[] getLandingByProgramCode(java.lang.String code)
getLandingByProgramCode
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByProgramCode(java.lang.String)
protected abstract RemoteLandingFullVO[] handleGetLandingByProgramCode(java.lang.String code) throws java.lang.Exception
getLandingByProgramCode(java.lang.String)
java.lang.Exception
public RemoteLandingFullVO[] getLandingByRecorderDepartmentId(java.lang.Integer id)
getLandingByRecorderDepartmentId
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteLandingFullVO[] handleGetLandingByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getLandingByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteLandingFullVO[] getLandingByQualityFlagCode(java.lang.String code)
getLandingByQualityFlagCode
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByQualityFlagCode(java.lang.String)
protected abstract RemoteLandingFullVO[] handleGetLandingByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getLandingByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteLandingFullVO getLandingByCatchBatchId(java.lang.Integer id)
getLandingByCatchBatchId
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByCatchBatchId(java.lang.Integer)
protected abstract RemoteLandingFullVO handleGetLandingByCatchBatchId(java.lang.Integer id) throws java.lang.Exception
getLandingByCatchBatchId(java.lang.Integer)
java.lang.Exception
public RemoteLandingFullVO[] getLandingByRecorderPersonId(java.lang.Integer id)
getLandingByRecorderPersonId
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByRecorderPersonId(java.lang.Integer)
protected abstract RemoteLandingFullVO[] handleGetLandingByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
getLandingByRecorderPersonId(java.lang.Integer)
java.lang.Exception
public boolean remoteLandingFullVOsAreEqualOnIdentifiers(RemoteLandingFullVO remoteLandingFullVOFirst, RemoteLandingFullVO remoteLandingFullVOSecond)
remoteLandingFullVOsAreEqualOnIdentifiers
in interface RemoteLandingFullService
RemoteLandingFullService.remoteLandingFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected abstract boolean handleRemoteLandingFullVOsAreEqualOnIdentifiers(RemoteLandingFullVO remoteLandingFullVOFirst, RemoteLandingFullVO remoteLandingFullVOSecond) throws java.lang.Exception
remoteLandingFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
java.lang.Exception
public boolean remoteLandingFullVOsAreEqual(RemoteLandingFullVO remoteLandingFullVOFirst, RemoteLandingFullVO remoteLandingFullVOSecond)
remoteLandingFullVOsAreEqual
in interface RemoteLandingFullService
RemoteLandingFullService.remoteLandingFullVOsAreEqual(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
protected abstract boolean handleRemoteLandingFullVOsAreEqual(RemoteLandingFullVO remoteLandingFullVOFirst, RemoteLandingFullVO remoteLandingFullVOSecond) throws java.lang.Exception
remoteLandingFullVOsAreEqual(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO, fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingFullVO)
java.lang.Exception
public RemoteLandingNaturalId[] getLandingNaturalIds()
getLandingNaturalIds
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingNaturalIds()
protected abstract RemoteLandingNaturalId[] handleGetLandingNaturalIds() throws java.lang.Exception
getLandingNaturalIds()
java.lang.Exception
public RemoteLandingFullVO getLandingByNaturalId(RemoteLandingNaturalId landingNaturalId)
getLandingByNaturalId
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingByNaturalId(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId)
protected abstract RemoteLandingFullVO handleGetLandingByNaturalId(RemoteLandingNaturalId landingNaturalId) throws java.lang.Exception
getLandingByNaturalId(fr.ifremer.allegro.data.survey.landing.generic.vo.RemoteLandingNaturalId)
java.lang.Exception
public RemoteLandingNaturalId getLandingNaturalIdById(java.lang.Integer id)
getLandingNaturalIdById
in interface RemoteLandingFullService
RemoteLandingFullService.getLandingNaturalIdById(java.lang.Integer)
protected abstract RemoteLandingNaturalId handleGetLandingNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getLandingNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterLanding[] getAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterLandingSinceDateSynchro
in interface RemoteLandingFullService
RemoteLandingFullService.getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterLanding[] handleGetAllClusterLandingSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterLandingSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterLanding getClusterLandingByIdentifiers(java.lang.Integer id)
getClusterLandingByIdentifiers
in interface RemoteLandingFullService
RemoteLandingFullService.getClusterLandingByIdentifiers(java.lang.Integer)
protected abstract ClusterLanding handleGetClusterLandingByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterLandingByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterLanding addOrUpdateClusterLanding(ClusterLanding clusterLanding)
addOrUpdateClusterLanding
in interface RemoteLandingFullService
RemoteLandingFullService.addOrUpdateClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
protected abstract ClusterLanding handleAddOrUpdateClusterLanding(ClusterLanding clusterLanding) throws java.lang.Exception
addOrUpdateClusterLanding(fr.ifremer.allegro.data.survey.landing.generic.cluster.ClusterLanding)
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 |