Serialized Form
-
Package edu.ntnu.idatt2106_2023_06.backend.exception
-
Exception edu.ntnu.idatt2106_2023_06.backend.exception.InvalidTokenException
class InvalidTokenException extends IllegalArgumentException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.UnauthorizedException
class UnauthorizedException extends RuntimeException implements Serializable
-
-
Package edu.ntnu.idatt2106_2023_06.backend.exception.exists
-
Exception edu.ntnu.idatt2106_2023_06.backend.exception.exists.CategoryExistsException
class CategoryExistsException extends ExistsException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.exists.ExistsException
class ExistsException extends RuntimeException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.exists.FileAlreadyExistsException
class FileAlreadyExistsException extends ExistsException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.exists.UserExistsException
class UserExistsException extends ExistsException implements Serializable
-
-
Package edu.ntnu.idatt2106_2023_06.backend.exception.illegal
-
Exception edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalException
class IllegalException extends RuntimeException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalFileTypeException
class IllegalFileTypeException extends IllegalException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalStatTypeException
class IllegalStatTypeException extends IllegalException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.illegal.IllegalStatValueException
class IllegalStatValueException extends IllegalException implements Serializable
-
-
Package edu.ntnu.idatt2106_2023_06.backend.exception.not_found
-
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.AllergenNotFoundException
class AllergenNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.FileNotFoundException
class FileNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.FridgeItemsNotFoundException
class FridgeItemsNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.FridgeMemberNotFoundException
class FridgeMemberNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.FridgeNotFoundException
class FridgeNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.ImageNotFoundException
class ImageNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.ItemNotFoundException
class ItemNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.NotFoundException
class NotFoundException extends RuntimeException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.NotificationNotFoundException
class NotificationNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.RecipeNotFoundException
class RecipeNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.RecipeSuggestionNotFoundException
class RecipeSuggestionNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.ShoppingItemsNotFoundException
class ShoppingItemsNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.StatNotFoundException
class StatNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.StoreNotFoundException
class StoreNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.TokenNotFoundException
class TokenNotFoundException extends NotFoundException implements Serializable -
Exception edu.ntnu.idatt2106_2023_06.backend.exception.not_found.UserNotFoundException
class UserNotFoundException extends NotFoundException implements Serializable
-
-
Package edu.ntnu.idatt2106_2023_06.backend.model.fridge
-
Class edu.ntnu.idatt2106_2023_06.backend.model.fridge.FridgeItemsId
class FridgeItemsId extends Object implements Serializable -
Class edu.ntnu.idatt2106_2023_06.backend.model.fridge.FridgeMemberId
class FridgeMemberId extends Object implements Serializable
-
-
Package edu.ntnu.idatt2106_2023_06.backend.model.recipe
-
Class edu.ntnu.idatt2106_2023_06.backend.model.recipe.ItemRecipeScoreId
class ItemRecipeScoreId extends Object implements Serializable -
Class edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeAllergenId
class RecipeAllergenId extends Object implements Serializable -
Class edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeItemId
class RecipeItemId extends Object implements Serializable -
Class edu.ntnu.idatt2106_2023_06.backend.model.recipe.RecipeSuggestionId
class RecipeSuggestionId extends Object implements Serializable
-
-
Package edu.ntnu.idatt2106_2023_06.backend.model.users
-
Class edu.ntnu.idatt2106_2023_06.backend.model.users.User
class User extends Object implements Serializable-
Serialized Fields
-
email
@NonNull String email
The email address of the user, not null -
firstName
@NonNull String firstName
The first name of the user, not null -
lastName
@NonNull String lastName
The last name of the user, not null -
memberships
Set<FridgeMember> memberships
The memberships to fridges. -
notifications
Set<Notification> notifications
The notifications of the user. -
password
@NonNull String password
The password of the user, not null -
recipeSuggestion
List<RecipeSuggestion> recipeSuggestion
The recipe suggestions of the fridge. -
stats
Set<Statistics> stats
The statistics of the fridge. -
tokens
Set<Token> tokens
The tokens of the user. -
userId
Long userId
The unique identifier for the user -
username
@NonNull String username
The username of the user, must be unique and not null
-
-
-
-
Package edu.ntnu.idatt2106_2023_06.backend.sortAndFilter
-
Class edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.FilterRequest
class FilterRequest extends Object implements Serializable- serialVersionUID:
- 6293344849078612450L
-
Class edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.SearchRequest
class SearchRequest extends Object implements Serializable- serialVersionUID:
- 8514625832019794838L
-
Serialized Fields
-
filters
List<FilterRequest> filters
-
page
Integer page
-
size
Integer size
-
sorts
List<SortRequest> sorts
-
-
Class edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.SearchSpecification
class SearchSpecification extends Object implements Serializable- serialVersionUID:
- -9153865343320750644L
-
Class edu.ntnu.idatt2106_2023_06.backend.sortAndFilter.SortRequest
class SortRequest extends Object implements Serializable- serialVersionUID:
- 3194362295851723069L
-
Serialized Fields
-
direction
SortDirection direction
-
key
String key
-
-