Uses of Class
com.logicaldoc.core.security.UserHistory
Packages that use UserHistory
Package
Description
-
Uses of UserHistory in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security with parameters of type UserHistoryModifier and TypeMethodDescriptionvoidUserListener.afterStore(User user, UserHistory transaction, Map<String, Object> dictionary) Called after a user is stored in the databasevoidUserListener.beforeStore(User user, UserHistory transaction, Map<String, Object> dictionary) Called before a user is stored in the databaseConstructors in com.logicaldoc.core.security with parameters of type UserHistory -
Uses of UserHistory in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao that return UserHistoryModifier 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 entryMethods in com.logicaldoc.core.security.dao that return types with arguments of type UserHistoryModifier 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.Methods in com.logicaldoc.core.security.dao with parameters of type UserHistoryModifier and TypeMethodDescriptionvoidHibernateUserDAO.delete(long userId, UserHistory transaction) voidUserDAO.delete(long userId, UserHistory transaction) This method deletes the user object and insert a new user history entry.voidHibernateUserDAO.store(User user, UserHistory transaction) voidHibernateUserHistoryDAO.store(UserHistory history) voidUserDAO.store(User user, UserHistory transaction) This method persists the user object and insert a new user history entry.