|
||||||||||
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.RemoteUserFullServiceBase
public abstract class RemoteUserFullServiceBase
Spring Service base class for fr.ifremer.allegro.administration.user.generic.service.RemoteUserFullService
,
provides access to all services and entities referenced by this service.
RemoteUserFullService
Constructor Summary | |
---|---|
RemoteUserFullServiceBase()
|
Method Summary | |
---|---|
ClusterUser |
addOrUpdateClusterUser(ClusterUser clusterUser)
|
RemoteUserFullVO |
addUser(RemoteUserFullVO user)
|
protected AgeReaderQualificationDao |
getAgeReaderQualificationDao()
Gets the reference to ageReaderQualification 's DAO. |
ClusterUser[] |
getAllClusterUserSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
|
RemoteUserFullVO[] |
getAllUser()
|
ClusterUser |
getClusterUserByIdentifiers(java.lang.Integer id)
|
protected DepartmentDao |
getDepartmentDao()
Gets the reference to department '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 java.security.Principal |
getPrincipal()
Gets the current principal if one has been set,
otherwise returns null . |
protected Program2PersonDao |
getProgram2PersonDao()
Gets the reference to program2Person 's DAO. |
protected StatusDao |
getStatusDao()
Gets the reference to status 's DAO. |
RemoteUserFullVO[] |
getUserByDepartmentId(java.lang.Integer id)
|
RemoteUserFullVO |
getUserById(java.lang.Integer id)
|
RemoteUserFullVO[] |
getUserByIds(java.lang.Integer[] id)
|
RemoteUserFullVO |
getUserByNaturalId(RemoteUserNaturalId userNaturalId)
|
RemoteUserFullVO[] |
getUserByStatusCode(java.lang.String code)
|
protected UserDao |
getUserDao()
Gets the reference to user 's DAO. |
RemoteUserNaturalId |
getUserNaturalIdById(java.lang.Integer id)
|
RemoteUserNaturalId[] |
getUserNaturalIds()
|
protected UserProfilDao |
getUserProfilDao()
Gets the reference to userProfil 's DAO. |
protected abstract ClusterUser |
handleAddOrUpdateClusterUser(ClusterUser clusterUser)
Performs the core logic for addOrUpdateClusterUser(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUser) |
protected abstract RemoteUserFullVO |
handleAddUser(RemoteUserFullVO user)
Performs the core logic for addUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO) |
protected abstract ClusterUser[] |
handleGetAllClusterUserSinceDateSynchro(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 getAllClusterUserSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer) |
protected abstract RemoteUserFullVO[] |
handleGetAllUser()
Performs the core logic for getAllUser() |
protected abstract ClusterUser |
handleGetClusterUserByIdentifiers(java.lang.Integer id)
Performs the core logic for getClusterUserByIdentifiers(java.lang.Integer) |
protected abstract RemoteUserFullVO[] |
handleGetUserByDepartmentId(java.lang.Integer id)
Performs the core logic for getUserByDepartmentId(java.lang.Integer) |
protected abstract RemoteUserFullVO |
handleGetUserById(java.lang.Integer id)
Performs the core logic for getUserById(java.lang.Integer) |
protected abstract RemoteUserFullVO[] |
handleGetUserByIds(java.lang.Integer[] id)
Performs the core logic for getUserByIds(java.lang.Integer[]) |
protected abstract RemoteUserFullVO |
handleGetUserByNaturalId(RemoteUserNaturalId userNaturalId)
Performs the core logic for getUserByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserNaturalId) |
protected abstract RemoteUserFullVO[] |
handleGetUserByStatusCode(java.lang.String code)
Performs the core logic for getUserByStatusCode(java.lang.String) |
protected abstract RemoteUserNaturalId |
handleGetUserNaturalIdById(java.lang.Integer id)
Performs the core logic for getUserNaturalIdById(java.lang.Integer) |
protected abstract RemoteUserNaturalId[] |
handleGetUserNaturalIds()
Performs the core logic for getUserNaturalIds() |
protected abstract boolean |
handleRemoteUserFullVOsAreEqual(RemoteUserFullVO remoteUserFullVOFirst,
RemoteUserFullVO remoteUserFullVOSecond)
Performs the core logic for remoteUserFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO) |
protected abstract boolean |
handleRemoteUserFullVOsAreEqualOnIdentifiers(RemoteUserFullVO remoteUserFullVOFirst,
RemoteUserFullVO remoteUserFullVOSecond)
Performs the core logic for remoteUserFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO) |
protected abstract void |
handleRemoveUser(RemoteUserFullVO user)
Performs the core logic for removeUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO) |
protected abstract void |
handleUpdateUser(RemoteUserFullVO user)
Performs the core logic for updateUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO) |
boolean |
remoteUserFullVOsAreEqual(RemoteUserFullVO remoteUserFullVOFirst,
RemoteUserFullVO remoteUserFullVOSecond)
|
boolean |
remoteUserFullVOsAreEqualOnIdentifiers(RemoteUserFullVO remoteUserFullVOFirst,
RemoteUserFullVO remoteUserFullVOSecond)
|
void |
removeUser(RemoteUserFullVO user)
|
void |
setAgeReaderQualificationDao(AgeReaderQualificationDao ageReaderQualificationDao)
Sets the reference to ageReaderQualification 's DAO. |
void |
setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to department 's DAO. |
void |
setProgram2PersonDao(Program2PersonDao program2PersonDao)
Sets the reference to program2Person 's DAO. |
void |
setStatusDao(StatusDao statusDao)
Sets the reference to status 's DAO. |
void |
setUserDao(UserDao userDao)
Sets the reference to user 's DAO. |
void |
setUserProfilDao(UserProfilDao userProfilDao)
Sets the reference to userProfil 's DAO. |
void |
updateUser(RemoteUserFullVO user)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteUserFullServiceBase()
Method Detail |
---|
public void setUserDao(UserDao userDao)
user
's DAO.
protected UserDao getUserDao()
user
's DAO.
public void setUserProfilDao(UserProfilDao userProfilDao)
userProfil
's DAO.
protected UserProfilDao getUserProfilDao()
userProfil
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setAgeReaderQualificationDao(AgeReaderQualificationDao ageReaderQualificationDao)
ageReaderQualification
's DAO.
protected AgeReaderQualificationDao getAgeReaderQualificationDao()
ageReaderQualification
's DAO.
public void setProgram2PersonDao(Program2PersonDao program2PersonDao)
program2Person
's DAO.
protected Program2PersonDao getProgram2PersonDao()
program2Person
's DAO.
public RemoteUserFullVO addUser(RemoteUserFullVO user)
addUser
in interface RemoteUserFullService
RemoteUserFullService.addUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
protected abstract RemoteUserFullVO handleAddUser(RemoteUserFullVO user) throws java.lang.Exception
addUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
java.lang.Exception
public void updateUser(RemoteUserFullVO user)
updateUser
in interface RemoteUserFullService
RemoteUserFullService.updateUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
protected abstract void handleUpdateUser(RemoteUserFullVO user) throws java.lang.Exception
updateUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
java.lang.Exception
public void removeUser(RemoteUserFullVO user)
removeUser
in interface RemoteUserFullService
RemoteUserFullService.removeUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
protected abstract void handleRemoveUser(RemoteUserFullVO user) throws java.lang.Exception
removeUser(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
java.lang.Exception
public RemoteUserFullVO[] getAllUser()
getAllUser
in interface RemoteUserFullService
RemoteUserFullService.getAllUser()
protected abstract RemoteUserFullVO[] handleGetAllUser() throws java.lang.Exception
getAllUser()
java.lang.Exception
public RemoteUserFullVO getUserById(java.lang.Integer id)
getUserById
in interface RemoteUserFullService
RemoteUserFullService.getUserById(java.lang.Integer)
protected abstract RemoteUserFullVO handleGetUserById(java.lang.Integer id) throws java.lang.Exception
getUserById(java.lang.Integer)
java.lang.Exception
public RemoteUserFullVO[] getUserByIds(java.lang.Integer[] id)
getUserByIds
in interface RemoteUserFullService
RemoteUserFullService.getUserByIds(java.lang.Integer[])
protected abstract RemoteUserFullVO[] handleGetUserByIds(java.lang.Integer[] id) throws java.lang.Exception
getUserByIds(java.lang.Integer[])
java.lang.Exception
public RemoteUserFullVO[] getUserByStatusCode(java.lang.String code)
getUserByStatusCode
in interface RemoteUserFullService
RemoteUserFullService.getUserByStatusCode(java.lang.String)
protected abstract RemoteUserFullVO[] handleGetUserByStatusCode(java.lang.String code) throws java.lang.Exception
getUserByStatusCode(java.lang.String)
java.lang.Exception
public RemoteUserFullVO[] getUserByDepartmentId(java.lang.Integer id)
getUserByDepartmentId
in interface RemoteUserFullService
RemoteUserFullService.getUserByDepartmentId(java.lang.Integer)
protected abstract RemoteUserFullVO[] handleGetUserByDepartmentId(java.lang.Integer id) throws java.lang.Exception
getUserByDepartmentId(java.lang.Integer)
java.lang.Exception
public boolean remoteUserFullVOsAreEqualOnIdentifiers(RemoteUserFullVO remoteUserFullVOFirst, RemoteUserFullVO remoteUserFullVOSecond)
remoteUserFullVOsAreEqualOnIdentifiers
in interface RemoteUserFullService
RemoteUserFullService.remoteUserFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
protected abstract boolean handleRemoteUserFullVOsAreEqualOnIdentifiers(RemoteUserFullVO remoteUserFullVOFirst, RemoteUserFullVO remoteUserFullVOSecond) throws java.lang.Exception
remoteUserFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
java.lang.Exception
public boolean remoteUserFullVOsAreEqual(RemoteUserFullVO remoteUserFullVOFirst, RemoteUserFullVO remoteUserFullVOSecond)
remoteUserFullVOsAreEqual
in interface RemoteUserFullService
RemoteUserFullService.remoteUserFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
protected abstract boolean handleRemoteUserFullVOsAreEqual(RemoteUserFullVO remoteUserFullVOFirst, RemoteUserFullVO remoteUserFullVOSecond) throws java.lang.Exception
remoteUserFullVOsAreEqual(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO, fr.ifremer.allegro.administration.user.generic.vo.RemoteUserFullVO)
java.lang.Exception
public RemoteUserNaturalId[] getUserNaturalIds()
getUserNaturalIds
in interface RemoteUserFullService
RemoteUserFullService.getUserNaturalIds()
protected abstract RemoteUserNaturalId[] handleGetUserNaturalIds() throws java.lang.Exception
getUserNaturalIds()
java.lang.Exception
public RemoteUserFullVO getUserByNaturalId(RemoteUserNaturalId userNaturalId)
getUserByNaturalId
in interface RemoteUserFullService
RemoteUserFullService.getUserByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserNaturalId)
protected abstract RemoteUserFullVO handleGetUserByNaturalId(RemoteUserNaturalId userNaturalId) throws java.lang.Exception
getUserByNaturalId(fr.ifremer.allegro.administration.user.generic.vo.RemoteUserNaturalId)
java.lang.Exception
public RemoteUserNaturalId getUserNaturalIdById(java.lang.Integer id)
getUserNaturalIdById
in interface RemoteUserFullService
RemoteUserFullService.getUserNaturalIdById(java.lang.Integer)
protected abstract RemoteUserNaturalId handleGetUserNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getUserNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterUser addOrUpdateClusterUser(ClusterUser clusterUser)
addOrUpdateClusterUser
in interface RemoteUserFullService
RemoteUserFullService.addOrUpdateClusterUser(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUser)
protected abstract ClusterUser handleAddOrUpdateClusterUser(ClusterUser clusterUser) throws java.lang.Exception
addOrUpdateClusterUser(fr.ifremer.allegro.administration.user.generic.cluster.ClusterUser)
java.lang.Exception
public ClusterUser[] getAllClusterUserSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterUserSinceDateSynchro
in interface RemoteUserFullService
RemoteUserFullService.getAllClusterUserSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterUser[] handleGetAllClusterUserSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterUserSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterUser getClusterUserByIdentifiers(java.lang.Integer id)
getClusterUserByIdentifiers
in interface RemoteUserFullService
RemoteUserFullService.getClusterUserByIdentifiers(java.lang.Integer)
protected abstract ClusterUser handleGetClusterUserByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterUserByIdentifiers(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 |