Uses of Class
overit.geocall.basic.bl.profile.BOUserProfile
Packages that use BOUserProfile
Package
Description
-
Uses of BOUserProfile in overit.geocall.basic.bl.profile.event
Fields in overit.geocall.basic.bl.profile.event declared as BOUserProfileModifier and TypeFieldDescriptionprotected final BOUserProfileUserProfilesDBViewLoadEvent.filterprotected final BOUserProfileUserProfilesLoadEvent.filterprotected final BOUserProfileUserProfileCreateEvent.userProfileprotected final BOUserProfileUserProfileUpdateEvent.userProfileMethods in overit.geocall.basic.bl.profile.event that return BOUserProfileModifier and TypeMethodDescriptionUserProfilesDBViewLoadEvent.getFilter()Gets the filter to apply to the user profiles.UserProfilesLoadEvent.getFilter()Gets the filter to apply to the user profiles.UserProfileCreateEvent.getUserProfile()Gets the instance of the user profile that will be created.UserProfileUpdateEvent.getUserProfile()Gets the instance of the user profile that will be created.Constructors in overit.geocall.basic.bl.profile.event with parameters of type BOUserProfileModifierConstructorDescriptionUserProfileCreateEvent(BOUserProfile userProfile) Create a new event that will be called to request a user profile creation.Create a new event that will be called to request the loading of user profiles matching a filter in a DBView.UserProfilesLoadEvent(Collection<Long> ids, BOUserProfile filter, Page page, Order order) Create a new event that will be called to request the loading of user profiles.UserProfileUpdateEvent(BOUserProfile userProfile) Create a new event that will be called to request a user profile creation. -
Uses of BOUserProfile in overit.geocall.basic.bl.profile.service
Methods in overit.geocall.basic.bl.profile.service that return types with arguments of type BOUserProfileModifier and TypeMethodDescriptionUserProfileHandlerService.loadProfileById(Long id) Loads a user profile by its id.UserProfileHandlerServiceImpl.loadProfileById(Long id) UserProfileHandlerService.loadProfiles(Collection<Long> ids, BOUserProfile filter, Page page, Order order) Loads user profiles based on filter criteria.UserProfileHandlerServiceImpl.loadProfiles(Collection<Long> ids, BOUserProfile filter, Page page, Order order) Methods in overit.geocall.basic.bl.profile.service with parameters of type BOUserProfileModifier and TypeMethodDescriptionUserProfileHandlerService.createProfile(BOUserProfile profile) Creates a new user profile.UserProfileHandlerServiceImpl.createProfile(BOUserProfile profile) UserProfileHandlerService.loadProfiles(Collection<Long> ids, BOUserProfile filter, Page page, Order order) Loads user profiles based on filter criteria.UserProfileHandlerServiceImpl.loadProfiles(Collection<Long> ids, BOUserProfile filter, Page page, Order order) voidUserProfileHandlerService.updateProfile(BOUserProfile profile) Updates an existing user profile.voidUserProfileHandlerServiceImpl.updateProfile(BOUserProfile profile) -
Uses of BOUserProfile in overit.geocall.basic.bl.profile.task
Methods in overit.geocall.basic.bl.profile.task that return types with arguments of type BOUserProfileModifier and TypeMethodDescriptionprotected PageResponse<BOUserProfile> BTUserProfilesLoad.getPageResponse(List<BOUserProfile> profiles, Page p, DBView dbv) Methods in overit.geocall.basic.bl.profile.task with parameters of type BOUserProfileModifier and TypeMethodDescriptionBTUserProfileUpdate.userProfileToMap(BOUserProfile userProfile) Method parameters in overit.geocall.basic.bl.profile.task with type arguments of type BOUserProfileModifier and TypeMethodDescriptionprotected PageResponse<BOUserProfile> BTUserProfilesLoad.getPageResponse(List<BOUserProfile> profiles, Page p, DBView dbv)