A C D E F G H I L M R S T U V 
All Classes All Packages

D

dataSource() - Method in class com.wilfredmorgan.api.config.DataSourceConfig
 
DataSourceConfig - Class in com.wilfredmorgan.api.config
Class to set up which database is to be used for the application
DataSourceConfig() - Constructor for class com.wilfredmorgan.api.config.DataSourceConfig
 
delete(long) - Method in interface com.wilfredmorgan.api.services.RoleService
Deletes the role record based off the provided primary key
delete(long) - Method in class com.wilfredmorgan.api.services.RoleServiceImpl
 
delete(long) - Method in interface com.wilfredmorgan.api.services.UserService
Deletes the user record based off the provided primary key
delete(long) - Method in class com.wilfredmorgan.api.services.UserServiceImpl
 
deleteAll() - Method in interface com.wilfredmorgan.api.services.RoleService
Deletes all records and their associated records from the database
deleteAll() - Method in class com.wilfredmorgan.api.services.RoleServiceImpl
 
deleteAll() - Method in interface com.wilfredmorgan.api.services.UserService
Deletes all records and their associated records from the database
deleteAll() - Method in class com.wilfredmorgan.api.services.UserServiceImpl
 
deleteRoleById(long) - Method in class com.wilfredmorgan.api.controllers.RoleController
Deletes a given role
Example: http://localhost:2019/roles/role/3
deleteUserById(long) - Method in class com.wilfredmorgan.api.controllers.UserController
Deletes a given user along with associated roles
Example: http://localhost:2019/users/user/3
destroy() - Method in class com.wilfredmorgan.api.config.SimpleCorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.wilfredmorgan.api.config.SimpleCorsFilter
 
A C D E F G H I L M R S T U V 
All Classes All Packages