|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.generic.service.RemoteSurveyQualificationFullServiceBase
public abstract class RemoteSurveyQualificationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.generic.service.RemoteSurveyQualificationFullService
,
provides access to all services and entities referenced by this service.
RemoteSurveyQualificationFullService
Constructor Summary | |
---|---|
RemoteSurveyQualificationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSurveyQualificationFullServiceBase()
Method Detail |
---|
public void setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
surveyQualification
's DAO.
protected SurveyQualificationDao getSurveyQualificationDao()
surveyQualification
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteSurveyQualificationFullVO addSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
addSurveyQualification
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.addSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract RemoteSurveyQualificationFullVO handleAddSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification) throws java.lang.Exception
addSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
java.lang.Exception
public void updateSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
updateSurveyQualification
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.updateSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract void handleUpdateSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification) throws java.lang.Exception
updateSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
java.lang.Exception
public void removeSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
removeSurveyQualification
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.removeSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract void handleRemoveSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification) throws java.lang.Exception
removeSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
java.lang.Exception
public RemoteSurveyQualificationFullVO[] getAllSurveyQualification()
getAllSurveyQualification
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getAllSurveyQualification()
protected abstract RemoteSurveyQualificationFullVO[] handleGetAllSurveyQualification() throws java.lang.Exception
getAllSurveyQualification()
java.lang.Exception
public RemoteSurveyQualificationFullVO getSurveyQualificationById(java.lang.Integer id)
getSurveyQualificationById
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getSurveyQualificationById(java.lang.Integer)
protected abstract RemoteSurveyQualificationFullVO handleGetSurveyQualificationById(java.lang.Integer id) throws java.lang.Exception
getSurveyQualificationById(java.lang.Integer)
java.lang.Exception
public RemoteSurveyQualificationFullVO[] getSurveyQualificationByIds(java.lang.Integer[] id)
getSurveyQualificationByIds
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getSurveyQualificationByIds(java.lang.Integer[])
protected abstract RemoteSurveyQualificationFullVO[] handleGetSurveyQualificationByIds(java.lang.Integer[] id) throws java.lang.Exception
getSurveyQualificationByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSurveyQualificationFullVO[] getSurveyQualificationByStatusCode(java.lang.String code)
getSurveyQualificationByStatusCode
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getSurveyQualificationByStatusCode(java.lang.String)
protected abstract RemoteSurveyQualificationFullVO[] handleGetSurveyQualificationByStatusCode(java.lang.String code) throws java.lang.Exception
getSurveyQualificationByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst, RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
remoteSurveyQualificationFullVOsAreEqualOnIdentifiers
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract boolean handleRemoteSurveyQualificationFullVOsAreEqualOnIdentifiers(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst, RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond) throws java.lang.Exception
remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
java.lang.Exception
public boolean remoteSurveyQualificationFullVOsAreEqual(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst, RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
remoteSurveyQualificationFullVOsAreEqual
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.remoteSurveyQualificationFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract boolean handleRemoteSurveyQualificationFullVOsAreEqual(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst, RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond) throws java.lang.Exception
remoteSurveyQualificationFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
java.lang.Exception
public RemoteSurveyQualificationNaturalId[] getSurveyQualificationNaturalIds()
getSurveyQualificationNaturalIds
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getSurveyQualificationNaturalIds()
protected abstract RemoteSurveyQualificationNaturalId[] handleGetSurveyQualificationNaturalIds() throws java.lang.Exception
getSurveyQualificationNaturalIds()
java.lang.Exception
public RemoteSurveyQualificationFullVO getSurveyQualificationByNaturalId(RemoteSurveyQualificationNaturalId surveyQualificationNaturalId)
getSurveyQualificationByNaturalId
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getSurveyQualificationByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId)
protected abstract RemoteSurveyQualificationFullVO handleGetSurveyQualificationByNaturalId(RemoteSurveyQualificationNaturalId surveyQualificationNaturalId) throws java.lang.Exception
getSurveyQualificationByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId)
java.lang.Exception
public RemoteSurveyQualificationNaturalId getSurveyQualificationNaturalIdById(java.lang.Integer id)
getSurveyQualificationNaturalIdById
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getSurveyQualificationNaturalIdById(java.lang.Integer)
protected abstract RemoteSurveyQualificationNaturalId handleGetSurveyQualificationNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSurveyQualificationNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSurveyQualification addOrUpdateClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
addOrUpdateClusterSurveyQualification
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.addOrUpdateClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)
protected abstract ClusterSurveyQualification handleAddOrUpdateClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification) throws java.lang.Exception
addOrUpdateClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)
java.lang.Exception
public ClusterSurveyQualification[] getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSurveyQualificationSinceDateSynchro
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterSurveyQualification[] handleGetAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterSurveyQualification getClusterSurveyQualificationByIdentifiers(java.lang.Integer id)
getClusterSurveyQualificationByIdentifiers
in interface RemoteSurveyQualificationFullService
RemoteSurveyQualificationFullService.getClusterSurveyQualificationByIdentifiers(java.lang.Integer)
protected abstract ClusterSurveyQualification handleGetClusterSurveyQualificationByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSurveyQualificationByIdentifiers(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 |