Index
All Classes and Interfaces|All Packages
B
- buildResponse(HttpStatus, String) - Method in class info.ejava.examples.svc.content.quotes.controllers.ExceptionAdvice
C
- containsQuote(int) - Method in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- containsQuote(int) - Method in interface info.ejava.examples.svc.content.quotes.services.QuotesService
- containsQuote(int) - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
- createQuote(QuoteDTO) - Method in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
-
This method provides two example method signatures.
- createQuote(QuoteDTO) - Method in interface info.ejava.examples.svc.content.quotes.services.QuotesService
- createQuote(QuoteDTO) - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
D
- deleteAllQuotes() - Method in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- deleteAllQuotes() - Method in interface info.ejava.examples.svc.content.quotes.services.QuotesService
- deleteAllQuotes() - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
- deleteQuote(int) - Method in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- deleteQuote(int) - Method in interface info.ejava.examples.svc.content.quotes.services.QuotesService
- deleteQuote(int) - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
E
- ExceptionAdvice - Class in info.ejava.examples.svc.content.quotes.controllers
-
This class provide custom error handling for exceptions thrown by the controller.
- ExceptionAdvice() - Constructor for class info.ejava.examples.svc.content.quotes.controllers.ExceptionAdvice
G
- getQuote(int) - Method in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- getQuote(int) - Method in interface info.ejava.examples.svc.content.quotes.services.QuotesService
- getQuote(int) - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
- getQuotes(int, int) - Method in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- getQuotes(int, int) - Method in interface info.ejava.examples.svc.content.quotes.services.QuotesService
- getQuotes(int, int) - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
H
- handle(ClientErrorException.BadRequestException) - Method in class info.ejava.examples.svc.content.quotes.controllers.ExceptionAdvice
- handle(ClientErrorException.InvalidInputException) - Method in class info.ejava.examples.svc.content.quotes.controllers.ExceptionAdvice
- handle(ClientErrorException.NotFoundException) - Method in class info.ejava.examples.svc.content.quotes.controllers.ExceptionAdvice
- handle(ServerErrorException.InternalErrorException) - Method in class info.ejava.examples.svc.content.quotes.controllers.ExceptionAdvice
- handleRuntimeException(RuntimeException) - Method in class info.ejava.examples.svc.content.quotes.controllers.ExceptionAdvice
I
- info.ejava.examples.svc.content.quotes - package info.ejava.examples.svc.content.quotes
- info.ejava.examples.svc.content.quotes.controllers - package info.ejava.examples.svc.content.quotes.controllers
- info.ejava.examples.svc.content.quotes.services - package info.ejava.examples.svc.content.quotes.services
J
- jacksonMapper() - Method in class info.ejava.examples.svc.content.quotes.QuotesApplication
-
Execute these customizations first (Highest Precedence) and then the properties second so that properties can override Java configuration.
M
- main(String...) - Static method in class info.ejava.examples.svc.content.quotes.QuotesApplication
N
- nextId - Variable in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
P
- Populate - Class in info.ejava.examples.svc.content.quotes.services
- Populate() - Constructor for class info.ejava.examples.svc.content.quotes.services.Populate
Q
- quoteDTOFactory - Variable in class info.ejava.examples.svc.content.quotes.services.Populate
- quotes - Variable in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
- QuotesApplication - Class in info.ejava.examples.svc.content.quotes
- QuotesApplication() - Constructor for class info.ejava.examples.svc.content.quotes.QuotesApplication
- QuotesController - Class in info.ejava.examples.svc.content.quotes.controllers
- QuotesController(QuotesService) - Constructor for class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- quoteService - Variable in class info.ejava.examples.svc.content.quotes.services.Populate
- quotesService - Variable in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- QuotesService - Interface in info.ejava.examples.svc.content.quotes.services
- QuotesServiceImpl - Class in info.ejava.examples.svc.content.quotes.services
- QuotesServiceImpl(Map<Integer, QuoteDTO>) - Constructor for class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
R
- randomQuote() - Method in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- randomQuote() - Method in interface info.ejava.examples.svc.content.quotes.services.QuotesService
- randomQuote() - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
- run(String...) - Method in class info.ejava.examples.svc.content.quotes.services.Populate
S
- SwaggerConfig - Class in info.ejava.examples.svc.content.quotes
- SwaggerConfig() - Constructor for class info.ejava.examples.svc.content.quotes.SwaggerConfig
U
- updateQuote(int, QuoteDTO) - Method in class info.ejava.examples.svc.content.quotes.controllers.QuotesController
- updateQuote(int, QuoteDTO) - Method in interface info.ejava.examples.svc.content.quotes.services.QuotesService
- updateQuote(int, QuoteDTO) - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
V
- validate(QuoteDTO) - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
- validatePaging(int, int) - Method in class info.ejava.examples.svc.content.quotes.services.QuotesServiceImpl
All Classes and Interfaces|All Packages