Index

A C D E F G H I L M P R S U 
All Classes and Interfaces|All Packages|Serialized Form

A

allCommonss() - Method in class edu.ucsb.cs156.example.controllers.UCSBDiningCommonsController
 
allParks() - Method in class edu.ucsb.cs156.example.controllers.ParksController
 
allRestaurants() - Method in class edu.ucsb.cs156.example.controllers.RestaurantsController
 
allSchools() - Method in class edu.ucsb.cs156.example.controllers.SchoolsController
 
allUCSBDates() - Method in class edu.ucsb.cs156.example.controllers.UCSBDatesController
 
api() - Method in class edu.ucsb.cs156.example.config.SpringFoxConfig
 
ApiController - Class in edu.ucsb.cs156.example.controllers
 
ApiController() - Constructor for class edu.ucsb.cs156.example.controllers.ApiController
 

C

configure(HttpSecurity) - Method in class edu.ucsb.cs156.example.config.SecurityConfig
 
configure(WebSecurity) - Method in class edu.ucsb.cs156.example.config.SecurityConfig
 
csrf() - Method in class edu.ucsb.cs156.example.controllers.FrontendController
 
csrf(CsrfToken) - Method in class edu.ucsb.cs156.example.controllers.CSRFController
 
CSRFController - Class in edu.ucsb.cs156.example.controllers
 
CSRFController() - Constructor for class edu.ucsb.cs156.example.controllers.CSRFController
 
CurrentUser - Class in edu.ucsb.cs156.example.models
 
CurrentUser() - Constructor for class edu.ucsb.cs156.example.models.CurrentUser
 
CurrentUserService - Class in edu.ucsb.cs156.example.services
 
CurrentUserService() - Constructor for class edu.ucsb.cs156.example.services.CurrentUserService
 
CurrentUserServiceImpl - Class in edu.ucsb.cs156.example.services
 
CurrentUserServiceImpl() - Constructor for class edu.ucsb.cs156.example.services.CurrentUserServiceImpl
 

D

deleteCommons(String) - Method in class edu.ucsb.cs156.example.controllers.UCSBDiningCommonsController
 
deletePark(Long) - Method in class edu.ucsb.cs156.example.controllers.ParksController
 
deleteRestaurant(Long) - Method in class edu.ucsb.cs156.example.controllers.RestaurantsController
 
deleteSchool(Long) - Method in class edu.ucsb.cs156.example.controllers.SchoolsController
 
deleteUCSBDate(Long) - Method in class edu.ucsb.cs156.example.controllers.UCSBDatesController
 

E

edu.ucsb.cs156.example - package edu.ucsb.cs156.example
 
edu.ucsb.cs156.example.aop - package edu.ucsb.cs156.example.aop
 
edu.ucsb.cs156.example.config - package edu.ucsb.cs156.example.config
 
edu.ucsb.cs156.example.controllers - package edu.ucsb.cs156.example.controllers
 
edu.ucsb.cs156.example.entities - package edu.ucsb.cs156.example.entities
 
edu.ucsb.cs156.example.errors - package edu.ucsb.cs156.example.errors
 
edu.ucsb.cs156.example.models - package edu.ucsb.cs156.example.models
 
edu.ucsb.cs156.example.repositories - package edu.ucsb.cs156.example.repositories
 
edu.ucsb.cs156.example.services - package edu.ucsb.cs156.example.services
 
EntityNotFoundException - Exception in edu.ucsb.cs156.example.errors
 
EntityNotFoundException(Class<?>, Object) - Constructor for exception edu.ucsb.cs156.example.errors.EntityNotFoundException
 
ExampleApplication - Class in edu.ucsb.cs156.example
 
ExampleApplication() - Constructor for class edu.ucsb.cs156.example.ExampleApplication
 

F

findAllByQuarterYYYYQ(String) - Method in interface edu.ucsb.cs156.example.repositories.UCSBDateRepository
 
findByEmail(String) - Method in interface edu.ucsb.cs156.example.repositories.UserRepository
 
FrontendController - Class in edu.ucsb.cs156.example.controllers
 
FrontendController() - Constructor for class edu.ucsb.cs156.example.controllers.FrontendController
 
FrontendProxyController - Class in edu.ucsb.cs156.example.controllers
 
FrontendProxyController() - Constructor for class edu.ucsb.cs156.example.controllers.FrontendProxyController
 

G

genericMessage(String) - Method in class edu.ucsb.cs156.example.controllers.ApiController
 
getAdmin(String) - Method in class edu.ucsb.cs156.example.config.SecurityConfig
 
getById(Long) - Method in class edu.ucsb.cs156.example.controllers.ParksController
 
getById(Long) - Method in class edu.ucsb.cs156.example.controllers.RestaurantsController
 
getById(Long) - Method in class edu.ucsb.cs156.example.controllers.SchoolsController
 
getById(Long) - Method in class edu.ucsb.cs156.example.controllers.UCSBDatesController
 
getById(String) - Method in class edu.ucsb.cs156.example.controllers.UCSBDiningCommonsController
 
getCurrentUser() - Method in class edu.ucsb.cs156.example.controllers.ApiController
 
getCurrentUser() - Method in class edu.ucsb.cs156.example.controllers.UserInfoController
 
getCurrentUser() - Method in class edu.ucsb.cs156.example.services.CurrentUserService
 
getCurrentUser() - Method in class edu.ucsb.cs156.example.services.CurrentUserServiceImpl
 
getGrantedAuthorities() - Method in class edu.ucsb.cs156.example.services.GrantedAuthoritiesService
 
getOAuth2AuthenticatedUser(SecurityContext, Authentication) - Method in class edu.ucsb.cs156.example.services.CurrentUserServiceImpl
 
getRoles() - Method in class edu.ucsb.cs156.example.services.CurrentUserService
 
getRoles() - Method in class edu.ucsb.cs156.example.services.CurrentUserServiceImpl
 
getSystemInfo() - Method in class edu.ucsb.cs156.example.controllers.SystemInfoController
 
getSystemInfo() - Method in class edu.ucsb.cs156.example.services.SystemInfoService
 
getSystemInfo() - Method in class edu.ucsb.cs156.example.services.SystemInfoServiceImpl
 
getUser() - Method in class edu.ucsb.cs156.example.services.CurrentUserService
 
getUser() - Method in class edu.ucsb.cs156.example.services.CurrentUserServiceImpl
 
GrantedAuthoritiesService - Class in edu.ucsb.cs156.example.services
 
GrantedAuthoritiesService() - Constructor for class edu.ucsb.cs156.example.services.GrantedAuthoritiesService
 

H

handleGenericException(Throwable) - Method in class edu.ucsb.cs156.example.controllers.ApiController
 

I

index() - Method in class edu.ucsb.cs156.example.controllers.FrontendController
 
isLoggedIn() - Method in class edu.ucsb.cs156.example.services.CurrentUserService
 

L

logControllers(JoinPoint) - Method in class edu.ucsb.cs156.example.aop.LoggingAspect
 
LoggingAspect - Class in edu.ucsb.cs156.example.aop
 
LoggingAspect() - Constructor for class edu.ucsb.cs156.example.aop.LoggingAspect
 

M

main(String[]) - Static method in class edu.ucsb.cs156.example.ExampleApplication
 

P

Park - Class in edu.ucsb.cs156.example.entities
 
Park() - Constructor for class edu.ucsb.cs156.example.entities.Park
 
ParkRepository - Interface in edu.ucsb.cs156.example.repositories
 
ParksController - Class in edu.ucsb.cs156.example.controllers
 
ParksController() - Constructor for class edu.ucsb.cs156.example.controllers.ParksController
 
postCommons(String, String, boolean, boolean, boolean, double, double) - Method in class edu.ucsb.cs156.example.controllers.UCSBDiningCommonsController
 
postPark(String, String, int) - Method in class edu.ucsb.cs156.example.controllers.ParksController
 
postRestaurant(String, String, int) - Method in class edu.ucsb.cs156.example.controllers.RestaurantsController
 
postSchool(String, String, String) - Method in class edu.ucsb.cs156.example.controllers.SchoolsController
 
postUCSBDate(String, String, LocalDateTime) - Method in class edu.ucsb.cs156.example.controllers.UCSBDatesController
 
proxy(ProxyExchange<String>) - Method in class edu.ucsb.cs156.example.controllers.FrontendProxyController
 

R

Restaurant - Class in edu.ucsb.cs156.example.entities
 
Restaurant() - Constructor for class edu.ucsb.cs156.example.entities.Restaurant
 
RestaurantRepository - Interface in edu.ucsb.cs156.example.repositories
 
RestaurantsController - Class in edu.ucsb.cs156.example.controllers
 
RestaurantsController() - Constructor for class edu.ucsb.cs156.example.controllers.RestaurantsController
 

S

Schools - Class in edu.ucsb.cs156.example.entities
 
Schools() - Constructor for class edu.ucsb.cs156.example.entities.Schools
 
SchoolsController - Class in edu.ucsb.cs156.example.controllers
 
SchoolsController() - Constructor for class edu.ucsb.cs156.example.controllers.SchoolsController
 
SchoolsRepository - Interface in edu.ucsb.cs156.example.repositories
 
security() - Method in class edu.ucsb.cs156.example.config.SpringFoxConfig
 
SecurityConfig - Class in edu.ucsb.cs156.example.config
 
SecurityConfig() - Constructor for class edu.ucsb.cs156.example.config.SecurityConfig
 
SpringFoxConfig - Class in edu.ucsb.cs156.example.config
Configuration for Swagger, a package that provides documentation for REST API endpoints.
SpringFoxConfig() - Constructor for class edu.ucsb.cs156.example.config.SpringFoxConfig
 
SystemInfo - Class in edu.ucsb.cs156.example.models
 
SystemInfo() - Constructor for class edu.ucsb.cs156.example.models.SystemInfo
 
SystemInfoController - Class in edu.ucsb.cs156.example.controllers
 
SystemInfoController() - Constructor for class edu.ucsb.cs156.example.controllers.SystemInfoController
 
SystemInfoService - Class in edu.ucsb.cs156.example.services
 
SystemInfoService() - Constructor for class edu.ucsb.cs156.example.services.SystemInfoService
 
SystemInfoServiceImpl - Class in edu.ucsb.cs156.example.services
 
SystemInfoServiceImpl() - Constructor for class edu.ucsb.cs156.example.services.SystemInfoServiceImpl
 

U

UCSBDate - Class in edu.ucsb.cs156.example.entities
 
UCSBDate() - Constructor for class edu.ucsb.cs156.example.entities.UCSBDate
 
UCSBDateRepository - Interface in edu.ucsb.cs156.example.repositories
 
UCSBDatesController - Class in edu.ucsb.cs156.example.controllers
 
UCSBDatesController() - Constructor for class edu.ucsb.cs156.example.controllers.UCSBDatesController
 
UCSBDiningCommons - Class in edu.ucsb.cs156.example.entities
 
UCSBDiningCommons() - Constructor for class edu.ucsb.cs156.example.entities.UCSBDiningCommons
 
UCSBDiningCommonsController - Class in edu.ucsb.cs156.example.controllers
 
UCSBDiningCommonsController() - Constructor for class edu.ucsb.cs156.example.controllers.UCSBDiningCommonsController
 
UCSBDiningCommonsRepository - Interface in edu.ucsb.cs156.example.repositories
 
updateCommons(String, UCSBDiningCommons) - Method in class edu.ucsb.cs156.example.controllers.UCSBDiningCommonsController
 
updatePark(Long, Park) - Method in class edu.ucsb.cs156.example.controllers.ParksController
 
updateRestaurant(Long, Restaurant) - Method in class edu.ucsb.cs156.example.controllers.RestaurantsController
 
updateSchool(Long, Schools) - Method in class edu.ucsb.cs156.example.controllers.SchoolsController
 
updateUCSBDate(Long, UCSBDate) - Method in class edu.ucsb.cs156.example.controllers.UCSBDatesController
 
User - Class in edu.ucsb.cs156.example.entities
 
User() - Constructor for class edu.ucsb.cs156.example.entities.User
 
UserInfoController - Class in edu.ucsb.cs156.example.controllers
 
UserInfoController() - Constructor for class edu.ucsb.cs156.example.controllers.UserInfoController
 
UserRepository - Interface in edu.ucsb.cs156.example.repositories
 
users() - Method in class edu.ucsb.cs156.example.controllers.UsersController
 
UsersController - Class in edu.ucsb.cs156.example.controllers
 
UsersController() - Constructor for class edu.ucsb.cs156.example.controllers.UsersController
 
A C D E F G H I L M P R S U 
All Classes and Interfaces|All Packages|Serialized Form