Package io.github.navjotsrakhra.eventmanager.service
package io.github.navjotsrakhra.eventmanager.service
-
ClassesClassDescriptionThe EventPostAddService class provides methods for adding new EventPost entities to the repository.The
EventPostEditServiceclass is a Spring service responsible for updating event posts.The EventPostGetService class provides methods for retrieving EventPost entities from the repository.The UserManagementService class provides methods for managing user-related operations.The UserRegistrationService class provides methods for user registration and saving user data from registration forms.The UserSettingsService class provides methods for managing user settings, including password changes.