|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterFullServiceBase
public abstract class RemoteParameterFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterFullService
,
provides access to all services and entities referenced by this service.
RemoteParameterFullService
Constructor Summary | |
---|---|
RemoteParameterFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteParameterFullServiceBase()
Method Detail |
---|
public void setParameterDao(ParameterDao parameterDao)
parameter
's DAO.
protected ParameterDao getParameterDao()
parameter
's DAO.
public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
qualitativeValue
's DAO.
protected QualitativeValueDao getQualitativeValueDao()
qualitativeValue
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setParameterGroupDao(ParameterGroupDao parameterGroupDao)
parameterGroup
's DAO.
protected ParameterGroupDao getParameterGroupDao()
parameterGroup
's DAO.
public RemoteParameterFullVO addParameter(RemoteParameterFullVO parameter)
addParameter
in interface RemoteParameterFullService
RemoteParameterFullService.addParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected abstract RemoteParameterFullVO handleAddParameter(RemoteParameterFullVO parameter) throws java.lang.Exception
addParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
java.lang.Exception
public void updateParameter(RemoteParameterFullVO parameter)
updateParameter
in interface RemoteParameterFullService
RemoteParameterFullService.updateParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected abstract void handleUpdateParameter(RemoteParameterFullVO parameter) throws java.lang.Exception
updateParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
java.lang.Exception
public void removeParameter(RemoteParameterFullVO parameter)
removeParameter
in interface RemoteParameterFullService
RemoteParameterFullService.removeParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected abstract void handleRemoveParameter(RemoteParameterFullVO parameter) throws java.lang.Exception
removeParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
java.lang.Exception
public RemoteParameterFullVO[] getAllParameter()
getAllParameter
in interface RemoteParameterFullService
RemoteParameterFullService.getAllParameter()
protected abstract RemoteParameterFullVO[] handleGetAllParameter() throws java.lang.Exception
getAllParameter()
java.lang.Exception
public RemoteParameterFullVO getParameterByCode(java.lang.String code)
getParameterByCode
in interface RemoteParameterFullService
RemoteParameterFullService.getParameterByCode(java.lang.String)
protected abstract RemoteParameterFullVO handleGetParameterByCode(java.lang.String code) throws java.lang.Exception
getParameterByCode(java.lang.String)
java.lang.Exception
public RemoteParameterFullVO[] getParameterByCodes(java.lang.String[] code)
getParameterByCodes
in interface RemoteParameterFullService
RemoteParameterFullService.getParameterByCodes(java.lang.String[])
protected abstract RemoteParameterFullVO[] handleGetParameterByCodes(java.lang.String[] code) throws java.lang.Exception
getParameterByCodes(java.lang.String[])
java.lang.Exception
public RemoteParameterFullVO[] getParameterByStatusCode(java.lang.String code)
getParameterByStatusCode
in interface RemoteParameterFullService
RemoteParameterFullService.getParameterByStatusCode(java.lang.String)
protected abstract RemoteParameterFullVO[] handleGetParameterByStatusCode(java.lang.String code) throws java.lang.Exception
getParameterByStatusCode(java.lang.String)
java.lang.Exception
public RemoteParameterFullVO[] getParameterByParameterGroupId(java.lang.Integer id)
getParameterByParameterGroupId
in interface RemoteParameterFullService
RemoteParameterFullService.getParameterByParameterGroupId(java.lang.Integer)
protected abstract RemoteParameterFullVO[] handleGetParameterByParameterGroupId(java.lang.Integer id) throws java.lang.Exception
getParameterByParameterGroupId(java.lang.Integer)
java.lang.Exception
public boolean remoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
remoteParameterFullVOsAreEqualOnIdentifiers
in interface RemoteParameterFullService
RemoteParameterFullService.remoteParameterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected abstract boolean handleRemoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond) throws java.lang.Exception
remoteParameterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
java.lang.Exception
public boolean remoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond)
remoteParameterFullVOsAreEqual
in interface RemoteParameterFullService
RemoteParameterFullService.remoteParameterFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
protected abstract boolean handleRemoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst, RemoteParameterFullVO remoteParameterFullVOSecond) throws java.lang.Exception
remoteParameterFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
java.lang.Exception
public RemoteParameterNaturalId[] getParameterNaturalIds()
getParameterNaturalIds
in interface RemoteParameterFullService
RemoteParameterFullService.getParameterNaturalIds()
protected abstract RemoteParameterNaturalId[] handleGetParameterNaturalIds() throws java.lang.Exception
getParameterNaturalIds()
java.lang.Exception
public RemoteParameterFullVO getParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
getParameterByNaturalId
in interface RemoteParameterFullService
RemoteParameterFullService.getParameterByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterNaturalId)
protected abstract RemoteParameterFullVO handleGetParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId) throws java.lang.Exception
getParameterByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterNaturalId)
java.lang.Exception
public RemoteParameterNaturalId getParameterNaturalIdByCode(java.lang.String code)
getParameterNaturalIdByCode
in interface RemoteParameterFullService
RemoteParameterFullService.getParameterNaturalIdByCode(java.lang.String)
protected abstract RemoteParameterNaturalId handleGetParameterNaturalIdByCode(java.lang.String code) throws java.lang.Exception
getParameterNaturalIdByCode(java.lang.String)
java.lang.Exception
public ClusterParameter addOrUpdateClusterParameter(ClusterParameter clusterParameter)
addOrUpdateClusterParameter
in interface RemoteParameterFullService
RemoteParameterFullService.addOrUpdateClusterParameter(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameter)
protected abstract ClusterParameter handleAddOrUpdateClusterParameter(ClusterParameter clusterParameter) throws java.lang.Exception
addOrUpdateClusterParameter(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameter)
java.lang.Exception
public ClusterParameter[] getAllClusterParameterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterParameterSinceDateSynchro
in interface RemoteParameterFullService
RemoteParameterFullService.getAllClusterParameterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterParameter[] handleGetAllClusterParameterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterParameterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterParameter getClusterParameterByIdentifiers(java.lang.String code)
getClusterParameterByIdentifiers
in interface RemoteParameterFullService
RemoteParameterFullService.getClusterParameterByIdentifiers(java.lang.String)
protected abstract ClusterParameter handleGetClusterParameterByIdentifiers(java.lang.String code) throws java.lang.Exception
getClusterParameterByIdentifiers(java.lang.String)
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 |