JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
edu.ucsb.cs156.organic.entities.UserEmail
Packages that use
UserEmail
Package
Description
edu.ucsb.cs156.organic.controllers
edu.ucsb.cs156.organic.repositories
Uses of
UserEmail
in
edu.ucsb.cs156.organic.controllers
Methods in
edu.ucsb.cs156.organic.controllers
that return types with arguments of type
UserEmail
Modifier and Type
Method
Description
Iterable
<
UserEmail
>
UserInfoController.
getUsersEmails
()
Uses of
UserEmail
in
edu.ucsb.cs156.organic.repositories
Methods in
edu.ucsb.cs156.organic.repositories
that return types with arguments of type
UserEmail
Modifier and Type
Method
Description
Iterable
<
UserEmail
>
UserEmailRepository.
findByUserGithubId
(
Long
userGithubId)