A B C D E F G H I J L M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- Feedback - Class in idatt2106.group3.backend.Model
-
Entity class for storing information about a feedback with feedbackId as primary key
- Feedback() - Constructor for class idatt2106.group3.backend.Model.Feedback
- Feedback(String) - Constructor for class idatt2106.group3.backend.Model.Feedback
- findActivitiesOnAmountWithFilter(String, Integer, Integer) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findActivitiesOnAmountWithoutFilter(String, Integer) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findActivitiesOnDateWithFilter(String, Integer, Integer) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findActivitiesOnDateWithoutFilter(String, Integer) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findActivitiesOnDistanceWithFilter(String, Integer, Double, Double, Integer) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findActivitiesOnDistanceWithoutFilter(String, Integer, Double, Double) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findActivitiesOnNoneWithFilter(String, Integer, Integer) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findActivitiesOnNoneWithoutFilter(String, Integer) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findAllFromNow() - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findFutureActivities(long) - Method in class idatt2106.group3.backend.Service.UserService
-
Finds future activities that the user has signed up to
- findFutureUserActivities(Long) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findIfUserIsParticipantOfActivity(Long, Long) - Method in interface idatt2106.group3.backend.Repository.ActivityRepository
- findOrganizedActivities(long) - Method in class idatt2106.group3.backend.Service.UserService
-
Finds all acitivites that a user is an organizer of
- findUserByEmail(String) - Method in interface idatt2106.group3.backend.Repository.UserRepository
All Classes All Packages