Index
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form
G
- generateTokenWithUsername(String) - Methode in Klasse com.spaghetticodegang.trylater.security.JwtService
-
Generates a signed JWT token containing the given username as subject.
- get(String) - Methode in Klasse com.spaghetticodegang.trylater.shared.util.MessageUtil
-
Resolves a localized message for the given key using the current locale.
- get(String, Object...) - Methode in Klasse com.spaghetticodegang.trylater.shared.util.MessageUtil
-
Resolves a localized message for the given key with placeholders replaced by the given arguments.
- getAllContactsByStatusAndRole(User, ContactStatus, ContactRole) - Methode in Klasse com.spaghetticodegang.trylater.contact.ContactController
-
Returns all contact or contact request for a user by delegating the request to the service layer.
- getAllContactsByStatusAndRole(User, ContactStatus, ContactRole) - Methode in Klasse com.spaghetticodegang.trylater.contact.ContactService
-
Searches the contact repository for all contact of the user.
- getAllRecommendations(User, RecommendationAssignmentStatus) - Methode in Klasse com.spaghetticodegang.trylater.recommendation.RecommendationController
-
Handles request to get all assigned recommendations by delegating to the service layer.
- getAllRecommendationsByUserAndAssignmentStatus(User, RecommendationAssignmentStatus) - Methode in Klasse com.spaghetticodegang.trylater.recommendation.assignment.RecommendationAssignmentService
-
Delegates the get request from the recommendation service to the assignment repository for a given user and assignment status.
- getAllRecommendationsByUserAndRecommendationStatus(User, RecommendationAssignmentStatus) - Methode in Klasse com.spaghetticodegang.trylater.recommendation.RecommendationService
-
Lists all assigned recommendation with a specific status for a given user.
- getAuthorities() - Methode in Klasse com.spaghetticodegang.trylater.user.User
-
Returns an empty list of authorities.
- getContact(User, Long) - Methode in Klasse com.spaghetticodegang.trylater.contact.ContactService
-
Searches the contact repository for a given id.
- getContactById(User, Long) - Methode in Klasse com.spaghetticodegang.trylater.contact.ContactController
-
Returns a contact or contact request by delegating the request to the service layer.
- getRecommendationAssignmentById(Long) - Methode in Klasse com.spaghetticodegang.trylater.recommendation.assignment.RecommendationAssignmentService
-
Finds a recommendation by its unique ID
- getRecommendationAssignmentByUserIdAndRecommendationId(Long, Long) - Methode in Klasse com.spaghetticodegang.trylater.recommendation.assignment.RecommendationAssignmentService
-
Returns a
RecommendationAssignment
entity for a given user ID and recommendation ID. - getTagById(Long) - Methode in Klasse com.spaghetticodegang.trylater.recommendation.tag.TagService
-
Retrieves a
Tag
entity by its ID. - getTagsByCategory(CategoryType) - Methode in Klasse com.spaghetticodegang.trylater.recommendation.tag.TagController
-
Retrieves all tags in tag groups that belong to the specified recommendation category.
- getTagsByCategory(CategoryType) - Methode in Klasse com.spaghetticodegang.trylater.recommendation.tag.TagService
-
Retrieves all tag groups including their tags for a given category type.
- getUserMe(User) - Methode in Klasse com.spaghetticodegang.trylater.user.UserController
-
Returns the public profile information of the currently authenticated user.
- getUsername() - Methode in Klasse com.spaghetticodegang.trylater.user.User
-
Returns the unique username used by Spring Security for authentication.
- getUserName() - Methode in Klasse com.spaghetticodegang.trylater.user.User
-
Returns the actual username (used for display or registration).
- GlobalExceptionHandler - Klasse in com.spaghetticodegang.trylater.shared.exception
-
Global exception handler for the application.
- GlobalExceptionHandler() - Konstruktor für Klasse com.spaghetticodegang.trylater.shared.exception.GlobalExceptionHandler
Alle Klassen und Schnittstellen|Alle Packages|Serialisierte Form