Uses of Class
com.raphaelsalles.backend.domain.service.user.UserTermsService
Packages that use UserTermsService
Package
Description
-
Uses of UserTermsService in com.raphaelsalles.backend.api.controller
Fields in com.raphaelsalles.backend.api.controller declared as UserTermsServiceConstructors in com.raphaelsalles.backend.api.controller with parameters of type UserTermsServiceModifierConstructorDescriptionTermsController(UserTermsService userTermsService, UserRepository userRepository) -
Uses of UserTermsService in com.raphaelsalles.backend.domain.service.user
Fields in com.raphaelsalles.backend.domain.service.user declared as UserTermsServiceModifier and TypeFieldDescriptionprivate final UserTermsServiceSystemUserService.userTermsServiceprivate final UserTermsServiceUserAuthorizationService.userTermsServiceConstructors in com.raphaelsalles.backend.domain.service.user with parameters of type UserTermsServiceModifierConstructorDescriptionSystemUserService(UserRepository userRepository, UserTermsService userTermsService, org.springframework.transaction.PlatformTransactionManager transactionManager) UserAuthorizationService(UserRepository repository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, TokenService tokenService, UserTermsService userTermsService) -
Uses of UserTermsService in com.raphaelsalles.backend.infra.config.bootstrap
Fields in com.raphaelsalles.backend.infra.config.bootstrap declared as UserTermsServiceModifier and TypeFieldDescriptionprivate final UserTermsServiceAdminInitializerBootstrap.userTermsServiceprivate final UserTermsServiceTermsBootstrap.userTermsServiceConstructors in com.raphaelsalles.backend.infra.config.bootstrap with parameters of type UserTermsServiceModifierConstructorDescriptionAdminInitializerBootstrap(UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserTermsService userTermsService) TermsBootstrap(UserTermsService userTermsService)