Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractAdminController<T extends org.springframework.data.domain.Persistable<Long>,
R extends AdminJpaRepository<T, Long, ?>, P extends AbstractPredictatesBuilder<?>> - Class in de.knightsoftnet.gwtp.spring.server.controller -
Abstract administration web service.
- AbstractAdminController(R, P) - Constructor for class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
-
constructor.
- AbstractPredicate<T> - Class in de.knightsoftnet.gwtp.spring.server.querydsl
-
predicate for query dsl search.
- AbstractPredicate(SearchCriteriaServer, String, Class<? extends T>) - Constructor for class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredicate
-
constructor.
- AbstractPredictatesBuilder<T extends AbstractPredicate<?>> - Class in de.knightsoftnet.gwtp.spring.server.querydsl
-
abstract predicate builder for query dsl searches.
- AbstractPredictatesBuilder() - Constructor for class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredictatesBuilder
- addAdditionalImports(String, Element, BackofficeGenerator) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeControllerCreator
- addAdditionalImports(String, Element, BackofficeGenerator) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficePredicateBuilderCreator
- addAdditionalImports(String, Element, BackofficeGenerator) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficePredicateCreator
- addAdditionalImports(String, Element, BackofficeGenerator) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeRepositoryCreator
- AdminJpaRepository<T extends org.springframework.data.domain.Persistable<?>,
I, Q extends com.querydsl.core.types.EntityPath<?>> - Interface in de.knightsoftnet.gwtp.spring.server.jpa -
extended jpa repository interface with search and navigation functionality.
- AuthFailureHandler - Class in de.knightsoftnet.gwtp.spring.server.security
-
authentication failure handler for gwt applications. based on the work of https://github.com/imrabti/gwtp-spring-security
- AuthFailureHandler() - Constructor for class de.knightsoftnet.gwtp.spring.server.security.AuthFailureHandler
- AuthSuccessHandler - Class in de.knightsoftnet.gwtp.spring.server.security
-
authentication success handler for gwt applications. based on the work of https://github.com/imrabti/gwtp-spring-security
- AuthSuccessHandler(CsrfCookieHandler, UserDetailsConverter) - Constructor for class de.knightsoftnet.gwtp.spring.server.security.AuthSuccessHandler
B
- BackofficeControllerCreator - Class in de.knightsoftnet.gwtp.spring.server.annotation.processor
-
Create controller.
- BackofficeControllerCreator() - Constructor for class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeControllerCreator
- BackofficeGenerator - Annotation Type in de.knightsoftnet.gwtp.spring.server.annotation
-
Annotates a to generate server side backoffice stuff.
- BackofficeGeneratorProcessor - Class in de.knightsoftnet.gwtp.spring.server.annotation.processor
-
Backoffice generator processor.
- BackofficeGeneratorProcessor() - Constructor for class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeGeneratorProcessor
- BackofficePredicateBuilderCreator - Class in de.knightsoftnet.gwtp.spring.server.annotation.processor
-
Create predicate builder.
- BackofficePredicateBuilderCreator() - Constructor for class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficePredicateBuilderCreator
- BackofficePredicateCreator - Class in de.knightsoftnet.gwtp.spring.server.annotation.processor
-
Create predicate.
- BackofficePredicateCreator() - Constructor for class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficePredicateCreator
- BackofficeRepositoryCreator - Class in de.knightsoftnet.gwtp.spring.server.annotation.processor
-
Create JPA repository interface.
- BackofficeRepositoryCreator() - Constructor for class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeRepositoryCreator
- build() - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredictatesBuilder
-
build the expression.
C
- changeEntry(Long, T, HttpServletResponse) - Method in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
-
change entry.
- CLASS_SUFFIX - Static variable in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeControllerCreator
- CLASS_SUFFIX - Static variable in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficePredicateBuilderCreator
- CLASS_SUFFIX - Static variable in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficePredicateCreator
- CLASS_SUFFIX - Static variable in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeRepositoryCreator
- commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class de.knightsoftnet.gwtp.spring.server.security.HttpAuthenticationEntryPoint
- createEntry(T, HttpServletResponse) - Method in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
-
create entry.
- createPredicate(SearchCriteriaServer) - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredictatesBuilder
- criteria - Variable in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredicate
- CsrfCookieHandler - Class in de.knightsoftnet.gwtp.spring.server.security
-
set csrf/xsrf cookie.
- CsrfCookieHandler() - Constructor for class de.knightsoftnet.gwtp.spring.server.security.CsrfCookieHandler
- customize(QuerydslBindings, Q) - Method in interface de.knightsoftnet.gwtp.spring.server.jpa.AdminJpaRepository
D
- dbName - Variable in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredicate
- de.knightsoftnet.gwtp.spring.server.annotation - package de.knightsoftnet.gwtp.spring.server.annotation
- de.knightsoftnet.gwtp.spring.server.annotation.processor - package de.knightsoftnet.gwtp.spring.server.annotation.processor
- de.knightsoftnet.gwtp.spring.server.controller - package de.knightsoftnet.gwtp.spring.server.controller
-
this package contains rest controllers for this application.
- de.knightsoftnet.gwtp.spring.server.converter - package de.knightsoftnet.gwtp.spring.server.converter
-
this package contains server side converter interfaces.
- de.knightsoftnet.gwtp.spring.server.jpa - package de.knightsoftnet.gwtp.spring.server.jpa
- de.knightsoftnet.gwtp.spring.server.querydsl - package de.knightsoftnet.gwtp.spring.server.querydsl
- de.knightsoftnet.gwtp.spring.server.security - package de.knightsoftnet.gwtp.spring.server.security
-
this package contains spring security helper classes.
- de.knightsoftnet.gwtp.spring.server.service - package de.knightsoftnet.gwtp.spring.server.service
-
this package contains spring service interfaces.
- de.knightsoftnet.gwtp.spring.server.service.impl - package de.knightsoftnet.gwtp.spring.server.service.impl
-
this package contains spring service implementations.
- deleteEntry(Long, HttpServletResponse) - Method in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
-
delete entry.
F
- findFirstByIdGreaterThanOrderByIdAsc(I) - Method in interface de.knightsoftnet.gwtp.spring.server.jpa.AdminJpaRepository
-
Retrieves the next entity by its id.
- findFirstByIdLessThanOrderByIdDesc(I) - Method in interface de.knightsoftnet.gwtp.spring.server.jpa.AdminJpaRepository
-
Retrieves the previous entity by its id.
- findFirstByOrderByIdAsc() - Method in interface de.knightsoftnet.gwtp.spring.server.jpa.AdminJpaRepository
-
Retrieves the first entity by id in database.
- findFirstByOrderByIdDesc() - Method in interface de.knightsoftnet.gwtp.spring.server.jpa.AdminJpaRepository
-
Retrieves the last entity by id in database.
G
- generateController() - Element in annotation type de.knightsoftnet.gwtp.spring.server.annotation.BackofficeGenerator
-
generate controller for entity.
- generatePredicate() - Element in annotation type de.knightsoftnet.gwtp.spring.server.annotation.BackofficeGenerator
-
generate predicate for entity.
- generatePredicateBuilder() - Element in annotation type de.knightsoftnet.gwtp.spring.server.annotation.BackofficeGenerator
-
generate predicate builder for entity.
- generateRepository() - Element in annotation type de.knightsoftnet.gwtp.spring.server.annotation.BackofficeGenerator
-
generate repository for entity.
- getCriteria() - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredicate
- getCurrentUser() - Method in class de.knightsoftnet.gwtp.spring.server.service.impl.UserServiceImpl
- getCurrentUser() - Method in interface de.knightsoftnet.gwtp.spring.server.service.UserService
- getEntry(HttpServletResponse) - Method in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
-
get first entry.
- getEntryById(Long, HttpServletResponse) - Method in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
-
get entry by id.
- getLoggedInUser() - Method in class de.knightsoftnet.gwtp.spring.server.security.LoggedInChecker
-
get logged in user.
- getManualSortableFields(String) - Method in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
- getPredicate() - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredicate
-
get predicate.
H
- HttpAuthenticationEntryPoint - Class in de.knightsoftnet.gwtp.spring.server.security
-
http authentication entry point for gwt applications. based on the work of https://github.com/imrabti/gwtp-spring-security
- HttpAuthenticationEntryPoint() - Constructor for class de.knightsoftnet.gwtp.spring.server.security.HttpAuthenticationEntryPoint
- HttpLogoutSuccessHandler - Class in de.knightsoftnet.gwtp.spring.server.security
-
http logout success handler for gwt applications. based on the work of https://github.com/imrabti/gwtp-spring-security
- HttpLogoutSuccessHandler(CsrfCookieHandler) - Constructor for class de.knightsoftnet.gwtp.spring.server.security.HttpLogoutSuccessHandler
I
- isCurrentUserLoggedIn() - Method in class de.knightsoftnet.gwtp.spring.server.service.impl.UserServiceImpl
- isCurrentUserLoggedIn() - Method in interface de.knightsoftnet.gwtp.spring.server.service.UserService
L
- LoggedInChecker - Class in de.knightsoftnet.gwtp.spring.server.security
-
check if user is logged in. based on the work of https://github.com/imrabti/gwtp-spring-security
- LoggedInChecker(UserDetailsConverter) - Constructor for class de.knightsoftnet.gwtp.spring.server.security.LoggedInChecker
M
- mapTripleToSearchCriteria(Triple<String, String, String>) - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredictatesBuilder
O
- onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class de.knightsoftnet.gwtp.spring.server.security.AuthFailureHandler
- onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class de.knightsoftnet.gwtp.spring.server.security.AuthSuccessHandler
- onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class de.knightsoftnet.gwtp.spring.server.security.HttpLogoutSuccessHandler
P
- params - Variable in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredictatesBuilder
- parse(String) - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredictatesBuilder
-
predicate builder with search string to parse.
- predicatesBuilder - Variable in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeGeneratorProcessor
- processValidationError(MethodArgumentNotValidException) - Method in class de.knightsoftnet.gwtp.spring.server.controller.RestErrorHandler
-
handle validation errors.
R
- repository - Variable in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
- RestErrorHandler - Class in de.knightsoftnet.gwtp.spring.server.controller
-
This error handler handles validation errors.
- RestErrorHandler() - Constructor for class de.knightsoftnet.gwtp.spring.server.controller.RestErrorHandler
S
- search(String, String, Pageable) - Method in class de.knightsoftnet.gwtp.spring.server.controller.AbstractAdminController
-
search in repository.
- setCookie(HttpServletRequest, HttpServletResponse) - Method in class de.knightsoftnet.gwtp.spring.server.security.CsrfCookieHandler
-
set csrf/xsrf cookie.
- setCriteria(SearchCriteriaServer) - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredicate
- splitSearch(String) - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredictatesBuilder
T
- type - Variable in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredicate
U
- UserController - Class in de.knightsoftnet.gwtp.spring.server.controller
-
user web service. based on the work of https://github.com/imrabti/gwtp-spring-security
- UserController(UserService) - Constructor for class de.knightsoftnet.gwtp.spring.server.controller.UserController
- UserDetailsConverter - Interface in de.knightsoftnet.gwtp.spring.server.converter
-
interface of a converter which converts UserDetails given by spring security into a implementation of the User interface.
- UserService - Interface in de.knightsoftnet.gwtp.spring.server.service
-
user service interface. based on the work of https://github.com/imrabti/gwtp-spring-security
- UserServiceImpl - Class in de.knightsoftnet.gwtp.spring.server.service.impl
-
user service implementation. based on the work of https://github.com/imrabti/gwtp-spring-security
- UserServiceImpl(LoggedInChecker) - Constructor for class de.knightsoftnet.gwtp.spring.server.service.impl.UserServiceImpl
V
- value() - Element in annotation type de.knightsoftnet.gwtp.spring.server.annotation.BackofficeGenerator
-
server path where to reach rest interface.
W
- with(String, String, Object) - Method in class de.knightsoftnet.gwtp.spring.server.querydsl.AbstractPredictatesBuilder
-
predicate builder with operation.
- writeBody(PrintWriter, String, Element, BackofficeGenerator, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeControllerCreator
- writeBody(PrintWriter, String, Element, BackofficeGenerator, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficePredicateBuilderCreator
- writeBody(PrintWriter, String, Element, BackofficeGenerator, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficePredicateCreator
- writeBody(PrintWriter, String, Element, BackofficeGenerator, ProcessingEnvironment) - Method in class de.knightsoftnet.gwtp.spring.server.annotation.processor.BackofficeRepositoryCreator
All Classes and Interfaces|All Packages|Constant Field Values