|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.administration.user.generic.service.RemoteUserProfilFullServiceBase
public abstract class RemoteUserProfilFullServiceBase
Spring Service base class for fr.ifremer.allegro.administration.user.generic.service.RemoteUserProfilFullService
,
provides access to all services and entities referenced by this service.
RemoteUserProfilFullService
Constructor Summary | |
---|---|
RemoteUserProfilFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteUserProfilFullServiceBase()
Method Detail |
---|
public void setUserProfilDao(UserProfilDao userProfilDao)
userProfil
's DAO.
protected UserProfilDao getUserProfilDao()
userProfil
's DAO.
public RemoteUserProfilFullVO addUserProfil(RemoteUserProfilFullVO userProfil)
addUserProfil
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.addUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected abstract RemoteUserProfilFullVO handleAddUserProfil(RemoteUserProfilFullVO userProfil) throws java.lang.Exception
addUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
java.lang.Exception
public void updateUserProfil(RemoteUserProfilFullVO userProfil)
updateUserProfil
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.updateUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected abstract void handleUpdateUserProfil(RemoteUserProfilFullVO userProfil) throws java.lang.Exception
updateUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
java.lang.Exception
public void removeUserProfil(RemoteUserProfilFullVO userProfil)
removeUserProfil
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.removeUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected abstract void handleRemoveUserProfil(RemoteUserProfilFullVO userProfil) throws java.lang.Exception
removeUserProfil(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
java.lang.Exception
public RemoteUserProfilFullVO[] getAllUserProfil()
getAllUserProfil
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.getAllUserProfil()
protected abstract RemoteUserProfilFullVO[] handleGetAllUserProfil() throws java.lang.Exception
getAllUserProfil()
java.lang.Exception
public RemoteUserProfilFullVO getUserProfilById(java.lang.Integer id)
getUserProfilById
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.getUserProfilById(java.lang.Integer)
protected abstract RemoteUserProfilFullVO handleGetUserProfilById(java.lang.Integer id) throws java.lang.Exception
getUserProfilById(java.lang.Integer)
java.lang.Exception
public RemoteUserProfilFullVO[] getUserProfilByIds(java.lang.Integer[] id)
getUserProfilByIds
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.getUserProfilByIds(java.lang.Integer[])
protected abstract RemoteUserProfilFullVO[] handleGetUserProfilByIds(java.lang.Integer[] id) throws java.lang.Exception
getUserProfilByIds(java.lang.Integer[])
java.lang.Exception
public boolean remoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
remoteUserProfilFullVOsAreEqualOnIdentifiers
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.remoteUserProfilFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected abstract boolean handleRemoteUserProfilFullVOsAreEqualOnIdentifiers(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond) throws java.lang.Exception
remoteUserProfilFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
java.lang.Exception
public boolean remoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond)
remoteUserProfilFullVOsAreEqual
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.remoteUserProfilFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
protected abstract boolean handleRemoteUserProfilFullVOsAreEqual(RemoteUserProfilFullVO remoteUserProfilFullVOFirst, RemoteUserProfilFullVO remoteUserProfilFullVOSecond) throws java.lang.Exception
remoteUserProfilFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilFullVO)
java.lang.Exception
public RemoteUserProfilNaturalId[] getUserProfilNaturalIds()
getUserProfilNaturalIds
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.getUserProfilNaturalIds()
protected abstract RemoteUserProfilNaturalId[] handleGetUserProfilNaturalIds() throws java.lang.Exception
getUserProfilNaturalIds()
java.lang.Exception
public RemoteUserProfilFullVO getUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId)
getUserProfilByNaturalId
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.getUserProfilByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)
protected abstract RemoteUserProfilFullVO handleGetUserProfilByNaturalId(RemoteUserProfilNaturalId userProfilNaturalId) throws java.lang.Exception
getUserProfilByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserProfilNaturalId)
java.lang.Exception
public RemoteUserProfilNaturalId getUserProfilNaturalIdById(java.lang.Integer id)
getUserProfilNaturalIdById
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.getUserProfilNaturalIdById(java.lang.Integer)
protected abstract RemoteUserProfilNaturalId handleGetUserProfilNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getUserProfilNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterUserProfil addOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil)
addOrUpdateClusterUserProfil
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.addOrUpdateClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
protected abstract ClusterUserProfil handleAddOrUpdateClusterUserProfil(ClusterUserProfil clusterUserProfil) throws java.lang.Exception
addOrUpdateClusterUserProfil(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUserProfil)
java.lang.Exception
public ClusterUserProfil[] getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterUserProfilSinceDateSynchro
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterUserProfil[] handleGetAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterUserProfilSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterUserProfil getClusterUserProfilByIdentifiers(java.lang.Integer id)
getClusterUserProfilByIdentifiers
in interface RemoteUserProfilFullService
RemoteUserProfilFullService.getClusterUserProfilByIdentifiers(java.lang.Integer)
protected abstract ClusterUserProfil handleGetClusterUserProfilByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterUserProfilByIdentifiers(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 |