Class SuperUserProfileOverrideService
java.lang.Object
dev.getelements.elements.service.profile.SuperUserProfileOverrideService
- All Implemented Interfaces:
ProfileOverrideService
Implementation for users with
User.Level.SUPERUSER users.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindOverrideProfile(String profileId) Returns the profile, regardless of ownership.voidsetProfileDao(ProfileDao profileDao)
-
Constructor Details
-
SuperUserProfileOverrideService
public SuperUserProfileOverrideService()
-
-
Method Details
-
findOverrideProfile
Returns the profile, regardless of ownership.- Specified by:
findOverrideProfilein interfaceProfileOverrideService- Parameters:
profileId- the profile ID- Returns:
- the profile or null, if it doesn't exist.
-
getProfileDao
-
setProfileDao
-