Uses of Class
dev.getelements.elements.service.profile.SuperUserProfileService
Packages that use SuperUserProfileService
-
Uses of SuperUserProfileService in dev.getelements.elements.service.profile
Methods in dev.getelements.elements.service.profile that return types with arguments of type SuperUserProfileServiceModifier and TypeMethodDescriptionjakarta.inject.Provider
<SuperUserProfileService> ProfileServiceProvider.getSuperUserProfileServiceProvider()
Method parameters in dev.getelements.elements.service.profile with type arguments of type SuperUserProfileServiceModifier and TypeMethodDescriptionvoid
ProfileServiceProvider.setSuperUserProfileServiceProvider
(jakarta.inject.Provider<SuperUserProfileService> superUserProfileServiceProvider) -
Uses of SuperUserProfileService in dev.getelements.elements.service.user
Methods in dev.getelements.elements.service.user that return SuperUserProfileServiceMethods in dev.getelements.elements.service.user with parameters of type SuperUserProfileServiceModifier and TypeMethodDescriptionvoid
AbstractUserService.setSuperUserProfileService
(SuperUserProfileService superUserProfileService)