Uses of Class
org.kuali.rice.kim.api.identity.privacy.EntityPrivacyPreferences
Packages that use EntityPrivacyPreferences
Package
Description
-
Uses of EntityPrivacyPreferences in org.kuali.rice.kim.api.identity
Methods in org.kuali.rice.kim.api.identity that return EntityPrivacyPreferencesModifier and TypeMethodDescriptionIdentityService.addPrivacyPreferencesToEntity(EntityPrivacyPreferences privacyPreferences) This will create aEntityPrivacyPreferencesexactly like the privacyPreferences passed in.IdentityService.getEntityPrivacyPreferences(String id) Gets aEntityPrivacyPreferencesfor a given id.IdentityService.getPrivacyPreferencesForPrincipalId(String principalId) Returns the privacy preferences for the given principal id or null if the principal id is not valid.IdentityService.updatePrivacyPreferences(EntityPrivacyPreferences privacyPreferences) This will update aEntityPrivacyPreferencesexactly like the privacyPreferences passed in.Methods in org.kuali.rice.kim.api.identity with parameters of type EntityPrivacyPreferencesModifier and TypeMethodDescriptionIdentityService.addPrivacyPreferencesToEntity(EntityPrivacyPreferences privacyPreferences) This will create aEntityPrivacyPreferencesexactly like the privacyPreferences passed in.IdentityService.updatePrivacyPreferences(EntityPrivacyPreferences privacyPreferences) This will update aEntityPrivacyPreferencesexactly like the privacyPreferences passed in. -
Uses of EntityPrivacyPreferences in org.kuali.rice.kim.api.identity.entity
Methods in org.kuali.rice.kim.api.identity.entity that return EntityPrivacyPreferencesModifier and TypeMethodDescriptionEntity.getPrivacyPreferences()EntityDefault.getPrivacyPreferences()Constructors in org.kuali.rice.kim.api.identity.entity with parameters of type EntityPrivacyPreferencesModifierConstructorDescriptionEntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active) -
Uses of EntityPrivacyPreferences in org.kuali.rice.kim.api.identity.privacy
Methods in org.kuali.rice.kim.api.identity.privacy that return EntityPrivacyPreferences