Uses of Class
com.logicaldoc.core.security.UserHistory
Package
Description
-
Uses of UserHistory in com.logicaldoc.core.security
Modifier and TypeMethodDescriptionvoid
UserListener.afterStore
(User user, UserHistory transaction, Map<String, Object> dictionary) Called after a user is stored in the databasevoid
UserListener.beforeStore
(User user, UserHistory transaction, Map<String, Object> dictionary) Called before a user is stored in the database -
Uses of UserHistory in com.logicaldoc.core.security.dao
Modifier and TypeMethodDescriptionHibernateUserHistoryDAO.createUserHistory
(User user, String eventType, String comment, String sessionId, Client client) UserHistoryDAO.createUserHistory
(User user, String event, String comment, String sessionId, Client client) Creates an user history entryModifier and TypeMethodDescriptionHibernateUserHistoryDAO.findByUserId
(long userId) UserHistoryDAO.findByUserId
(long userId) This method selects all histories of a given user.HibernateUserHistoryDAO.findByUserIdAndEvent
(long userId, String event) UserHistoryDAO.findByUserIdAndEvent
(long userId, String event) This method selects all histories of a given user and a given type.Modifier and TypeMethodDescriptionvoid
HibernateUserDAO.delete
(long userId, UserHistory transaction) void
UserDAO.delete
(long userId, UserHistory transaction) This method deletes the user object and insert a new user history entry.void
HibernateUserDAO.store
(User user, UserHistory transaction) void
HibernateUserHistoryDAO.store
(UserHistory history) void
UserDAO.store
(User user, UserHistory transaction) This method persists the user object and insert a new user history entry.