Package | Description |
---|---|
com.logicaldoc.core.security | |
com.logicaldoc.core.security.dao |
Modifier and Type | Method and Description |
---|---|
void |
UserListener.afterStore(User user,
UserHistory transaction,
Map<String,Object> dictionary)
Called after a user is stored in the database
|
void |
UserListener.beforeStore(User user,
UserHistory transaction,
Map<String,Object> dictionary)
Called before a user is stored in the database
|
Modifier and Type | Method and Description |
---|---|
List<UserHistory> |
UserHistoryDAO.findByUserId(long userId)
This method selects all histories of a given user.
|
List<UserHistory> |
HibernateUserHistoryDAO.findByUserId(long userId) |
Modifier and Type | Method and Description |
---|---|
boolean |
UserDAO.delete(long userId,
UserHistory transaction)
This method deletes the user object and insert a new user history entry.
|
boolean |
HibernateUserDAO.delete(long userId,
UserHistory transaction) |
boolean |
HibernateUserHistoryDAO.store(UserHistory entity) |
boolean |
UserDAO.store(User user,
UserHistory transaction)
This method persists the user object and insert a new user history entry.
|
boolean |
HibernateUserDAO.store(User user,
UserHistory transaction) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.