Uses of Class
org.eblocker.server.common.data.UserProfileModule
Packages that use UserProfileModule
Package
Description
-
Uses of UserProfileModule in org.eblocker.server.common.data
Methods in org.eblocker.server.common.data that return UserProfileModule -
Uses of UserProfileModule in org.eblocker.server.http.controller
Methods in org.eblocker.server.http.controller that return UserProfileModuleModifier and TypeMethodDescriptionControlBarController.getUserProfile(org.restexpress.Request request, org.restexpress.Response response) ParentalControlController.storeNewProfile(org.restexpress.Request request, org.restexpress.Response response) ParentalControlController.updateProfile(org.restexpress.Request request, org.restexpress.Response response) Methods in org.eblocker.server.http.controller that return types with arguments of type UserProfileModuleModifier and TypeMethodDescriptionParentalControlController.getProfiles(org.restexpress.Request request, org.restexpress.Response response) -
Uses of UserProfileModule in org.eblocker.server.http.controller.impl
Methods in org.eblocker.server.http.controller.impl that return UserProfileModuleModifier and TypeMethodDescriptionControlBarControllerImpl.getUserProfile(org.restexpress.Request request, org.restexpress.Response response) ParentalControlControllerImpl.storeNewProfile(org.restexpress.Request request, org.restexpress.Response response) ParentalControlControllerImpl.updateProfile(org.restexpress.Request request, org.restexpress.Response response) Methods in org.eblocker.server.http.controller.impl that return types with arguments of type UserProfileModuleModifier and TypeMethodDescriptionParentalControlControllerImpl.getProfiles(org.restexpress.Request request, org.restexpress.Response response) -
Uses of UserProfileModule in org.eblocker.server.http.model
Methods in org.eblocker.server.http.model that return UserProfileModuleConstructors in org.eblocker.server.http.model with parameters of type UserProfileModule -
Uses of UserProfileModule in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return UserProfileModuleModifier and TypeMethodDescriptionParentalControlUsageService.addBonusTimeForToday(int profileId, int min) Allows to add a positive or negative number as bonus time for a given profile.ParentalControlService.createDefaultProfile()ParentalControlService.getProfile(int id) ParentalControlService.storeNewProfile(UserProfileModule profile) ParentalControlService.updateProfile(UserProfileModule profile) Methods in org.eblocker.server.http.service that return types with arguments of type UserProfileModuleMethods in org.eblocker.server.http.service with parameters of type UserProfileModuleModifier and TypeMethodDescriptionvoidParentalControlService.ParentalControlProfileChangeListener.onChange(UserProfileModule profile) ParentalControlService.storeNewProfile(UserProfileModule profile) ParentalControlService.updateProfile(UserProfileModule profile)