public class UserServiceImpl extends FaxToMailServiceSupport implements UserService
serviceContext| Constructor and Description |
|---|
UserServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getActiveGroupCount()
Retourne le nombre de groupe en base.
|
long |
getActiveUserCount()
Retourne le nombre d'utilisateur en base.
|
List<FaxToMailUserGroup> |
getAllActiveUserGroups() |
List<FaxToMailUser> |
getAllActiveUsers() |
FaxToMailUser |
getUser(String topiaId) |
FaxToMailUser |
getUserByLogin(String login)
Get user by login.
|
getApplicationConfig, getClientService, getConfigurationService, getDecoratorService, getEmailService, getMailFolderService, getNow, getPersistenceContext, getReferentielService, newService, setServiceContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetServiceContextpublic long getActiveUserCount()
getActiveUserCount in interface UserServicepublic long getActiveGroupCount()
getActiveGroupCount in interface UserServicepublic List<FaxToMailUser> getAllActiveUsers()
getAllActiveUsers in interface UserServicepublic FaxToMailUser getUserByLogin(String login)
UserServicegetUserByLogin in interface UserServicelogin - user loginpublic List<FaxToMailUserGroup> getAllActiveUserGroups()
getAllActiveUserGroups in interface UserServicepublic FaxToMailUser getUser(String topiaId)
getUser in interface UserServiceCopyright © 2014–2015 CodeLutin. All rights reserved.