A B C D E F G I J M O P R S U 
All Classes All Packages

F

findByAuth(String) - Method in class edu.cnm.deepdive.albuquirky.service.ProfileService
Retrieves a Profile by their authorization.
findByCommissionerOrderByTimestamp(Profile) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.CommissionRepository
Method to get a list of Commission submitted by a specific user, ordered by timestamp.
findBySellerAndWaitlistPositionGreaterThanOrderByWaitlistPosition(Profile, int) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.CommissionRepository
Method to get a list of Commission for a specific seller, where the waitlist position is greater than a specific position and ordered by their position in the waitlist.
findByUsername(String) - Method in class edu.cnm.deepdive.albuquirky.service.ProfileService
Retrieves a Profile by their username.
findFirstByIdAndUser(long, Profile) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.ProfilePictureRepository
Retrieves a user's profile picture.
findFirstByOauth(String) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.ProfileRepository
The findFirstByOauth query finds a Profile by OAuth.
findFirstByUsername(String) - Method in interface edu.cnm.deepdive.albuquirky.model.dao.ProfileRepository
The findFirstByUsername query finds a Profile by name.
A B C D E F G I J M O P R S U 
All Classes All Packages