|
||||||||||
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.RemoteParameterGroupFullServiceBase
public abstract class RemoteParameterGroupFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterGroupFullService
,
provides access to all services and entities referenced by this service.
RemoteParameterGroupFullService
Constructor Summary | |
---|---|
RemoteParameterGroupFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteParameterGroupFullServiceBase()
Method Detail |
---|
public void setParameterGroupDao(ParameterGroupDao parameterGroupDao)
parameterGroup
's DAO.
protected ParameterGroupDao getParameterGroupDao()
parameterGroup
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public RemoteParameterGroupFullVO addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
addParameterGroup
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.addParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected abstract RemoteParameterGroupFullVO handleAddParameterGroup(RemoteParameterGroupFullVO parameterGroup) throws java.lang.Exception
addParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
java.lang.Exception
public void updateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
updateParameterGroup
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.updateParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected abstract void handleUpdateParameterGroup(RemoteParameterGroupFullVO parameterGroup) throws java.lang.Exception
updateParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
java.lang.Exception
public void removeParameterGroup(RemoteParameterGroupFullVO parameterGroup)
removeParameterGroup
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.removeParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected abstract void handleRemoveParameterGroup(RemoteParameterGroupFullVO parameterGroup) throws java.lang.Exception
removeParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
java.lang.Exception
public RemoteParameterGroupFullVO[] getAllParameterGroup()
getAllParameterGroup
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getAllParameterGroup()
protected abstract RemoteParameterGroupFullVO[] handleGetAllParameterGroup() throws java.lang.Exception
getAllParameterGroup()
java.lang.Exception
public RemoteParameterGroupFullVO getParameterGroupById(java.lang.Integer id)
getParameterGroupById
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getParameterGroupById(java.lang.Integer)
protected abstract RemoteParameterGroupFullVO handleGetParameterGroupById(java.lang.Integer id) throws java.lang.Exception
getParameterGroupById(java.lang.Integer)
java.lang.Exception
public RemoteParameterGroupFullVO[] getParameterGroupByIds(java.lang.Integer[] id)
getParameterGroupByIds
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getParameterGroupByIds(java.lang.Integer[])
protected abstract RemoteParameterGroupFullVO[] handleGetParameterGroupByIds(java.lang.Integer[] id) throws java.lang.Exception
getParameterGroupByIds(java.lang.Integer[])
java.lang.Exception
public RemoteParameterGroupFullVO[] getParameterGroupByParentParameterGroupId(java.lang.Integer id)
getParameterGroupByParentParameterGroupId
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getParameterGroupByParentParameterGroupId(java.lang.Integer)
protected abstract RemoteParameterGroupFullVO[] handleGetParameterGroupByParentParameterGroupId(java.lang.Integer id) throws java.lang.Exception
getParameterGroupByParentParameterGroupId(java.lang.Integer)
java.lang.Exception
public RemoteParameterGroupFullVO[] getParameterGroupByStatusCode(java.lang.String code)
getParameterGroupByStatusCode
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getParameterGroupByStatusCode(java.lang.String)
protected abstract RemoteParameterGroupFullVO[] handleGetParameterGroupByStatusCode(java.lang.String code) throws java.lang.Exception
getParameterGroupByStatusCode(java.lang.String)
java.lang.Exception
public boolean remoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
remoteParameterGroupFullVOsAreEqualOnIdentifiers
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.remoteParameterGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected abstract boolean handleRemoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond) throws java.lang.Exception
remoteParameterGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
java.lang.Exception
public boolean remoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
remoteParameterGroupFullVOsAreEqual
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.remoteParameterGroupFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
protected abstract boolean handleRemoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond) throws java.lang.Exception
remoteParameterGroupFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupFullVO)
java.lang.Exception
public RemoteParameterGroupNaturalId[] getParameterGroupNaturalIds()
getParameterGroupNaturalIds
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getParameterGroupNaturalIds()
protected abstract RemoteParameterGroupNaturalId[] handleGetParameterGroupNaturalIds() throws java.lang.Exception
getParameterGroupNaturalIds()
java.lang.Exception
public RemoteParameterGroupFullVO getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
getParameterGroupByNaturalId
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getParameterGroupByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)
protected abstract RemoteParameterGroupFullVO handleGetParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId) throws java.lang.Exception
getParameterGroupByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterGroupNaturalId)
java.lang.Exception
public RemoteParameterGroupNaturalId getParameterGroupNaturalIdById(java.lang.Integer id)
getParameterGroupNaturalIdById
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getParameterGroupNaturalIdById(java.lang.Integer)
protected abstract RemoteParameterGroupNaturalId handleGetParameterGroupNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getParameterGroupNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterParameterGroup[] getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterParameterGroupSinceDateSynchro
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterParameterGroup[] handleGetAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterParameterGroup getClusterParameterGroupByIdentifiers(java.lang.Integer id)
getClusterParameterGroupByIdentifiers
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.getClusterParameterGroupByIdentifiers(java.lang.Integer)
protected abstract ClusterParameterGroup handleGetClusterParameterGroupByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterParameterGroupByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterParameterGroup addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
addOrUpdateClusterParameterGroup
in interface RemoteParameterGroupFullService
RemoteParameterGroupFullService.addOrUpdateClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
protected abstract ClusterParameterGroup handleAddOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup) throws java.lang.Exception
addOrUpdateClusterParameterGroup(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameterGroup)
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 |