Interface UserService
- All Superinterfaces:
CRUDService<users>
- All Known Implementing Classes:
UserServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangeUserPassword(String user, String newPassword) voidcreatePasswordResetTokenForUser(users user, String token) voidcreateVerificationTokenForUser(users user, String token) voiddeleteUserByName(String username) findByUsername(String username) findCommandByEmail(String email) findCommandByName(String username) findInfoByEmail(String email) getEmailAddr(String username) booleanHasUserRole(String strRoletoValidate) saveUserCommand(UserCommand userCommand) Methods inherited from interface org.xbricks.common.generic.services.data.CRUDService
delete, getById, listAll, saveOrUpdate
-
Method Details
-
findByUsername
-
findInfoByEmail
-
findCommandByName
-
saveUserCommand
-
deleteUserByName
-
findCommandByEmail
-
createPasswordResetTokenForUser
-
getEmailAddr
-
changeUserPassword
-
createVerificationTokenForUser
-
HasUserRole
-