Uses of Class
org.sakaiproject.profile2.types.PrivacyType
-
Packages that use PrivacyType Package Description org.sakaiproject.profile2.logic org.sakaiproject.profile2.types -
-
Uses of PrivacyType in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic with parameters of type PrivacyType Modifier and Type Method Description booleanProfilePrivacyLogic. isActionAllowed(String userX, String userY, PrivacyType type)Has the user allowed the other user to perform a certain action or view a piece of content? -
Uses of PrivacyType in org.sakaiproject.profile2.types
Methods in org.sakaiproject.profile2.types that return PrivacyType Modifier and Type Method Description static PrivacyTypePrivacyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrivacyType[]PrivacyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-