Uses of Class
com.logicaldoc.core.security.UserHistory
-
Packages that use UserHistory Package Description com.logicaldoc.core.security com.logicaldoc.core.security.dao -
-
Uses of UserHistory in com.logicaldoc.core.security
Methods in com.logicaldoc.core.security with parameters of type UserHistory Modifier and Type Method Description void
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
Methods in com.logicaldoc.core.security.dao that return types with arguments of type UserHistory Modifier and Type Method Description List<UserHistory>
HibernateUserHistoryDAO. findByUserId(long userId)
List<UserHistory>
UserHistoryDAO. findByUserId(long userId)
This method selects all histories of a given user.Methods in com.logicaldoc.core.security.dao with parameters of type UserHistory Modifier and Type Method Description boolean
HibernateUserDAO. delete(long userId, UserHistory transaction)
boolean
UserDAO. delete(long userId, UserHistory transaction)
This method deletes the user object and insert a new user history entry.boolean
HibernateUserDAO. store(User user, UserHistory transaction)
boolean
HibernateUserHistoryDAO. store(UserHistory history)
boolean
UserDAO. store(User user, UserHistory transaction)
This method persists the user object and insert a new user history entry.
-