Owneat Technical Guide main Help

Namespace Identity.Application.Requests.Handlers.User

Classes

ChangePasswordCommand

Command that contains new and previous password.

ChangePasswordCommandHandler

Handler that checks previous and new password matching before updating the password.

CreateUserCommand

Command that it passed through request body, contains the updated fields.

CreateUserCommandHandler

Handler that execute the updating request.

DeleteUserCommand

Command that contains the ID of the user to delete.

DeleteUserCommandHandler

Delete command handler, check if Identity.Application.Requests.Handlers.User exists and delete it.

GetAllUsersByRestaurantIdQuery

Request that carries the RestaurantId.

GetAllUsersByRestaurantIdQueryHandler

Handler that returns all the users in the database that has the requested restaurantId.

GetAllUsersQuery

Empty request that need no parameter, it acts as a link to the handler.

GetAllUsersQueryHandler

Handler that returns all the users in the database.

GetUserByIdQuery

Query that contains the needed Identity.Application.Requests.Handlers.User Guid.

GetUserByIdQueryHandler

Command handler that returns the needed Identity.Application.Requests.Handlers.User, getting the ID via the request it handles.

ReorderStaffsCommand

ReorderUsersCommandHandler

UpdateUserCommand

UpdateUserCommand represents a request to update a user.

UpdateUserCommandHandler

UpdateUserCommandHandler handles UpdateUserCommand requests and updates a user.

UserLoginCommand

UserLoginCommandHandler

UserResetPasswordCommand

UserResetPasswordCommandHandler

UserResetPasswordInquiryCommand

UserResetPasswordInquiryCommandHandler

UserVerifyResetTokenCommand

UserVerifyResetTokenCommandHandler

Last modified: 21 May 2024