- generateUuid() - Static method in class org.sakaiproject.profile2.util.ProfileUtils
-
Generate a UUID
- getDayName(int, Locale) - Static method in class org.sakaiproject.profile2.util.ProfileUtils
-
Get the localised name of the day (ie Monday for en, Maandag for nl)
- getInformalFormatForMimeType(String) - Static method in class org.sakaiproject.profile2.util.ProfileUtils
-
Helper to get the informal format name that is used by ImageIO.
- getListFromString(String, char) - Static method in class org.sakaiproject.profile2.util.ProfileUtils
-
Method to chop a String into it's parts based on the separator and return as a List.
- getSkypeMeURL(String) - Static method in class org.sakaiproject.profile2.util.ProfileUtils
-
Returns the SkypeMe URL for the specified Skype username.
- getString(String) - Static method in class org.sakaiproject.profile2.util.Messages
-
Get a simple message from the bundle
- getString(String, Object[]) - Static method in class org.sakaiproject.profile2.util.Messages
-
Get a parameterised message from the bundle and perform the parameter substitution on it
- getUserPreferredLocale() - Static method in class org.sakaiproject.profile2.util.ProfileUtils
-
Gets the users preferred locale, either from the user's session or Sakai preferences and returns it
This depends on Sakai's ResourceLoader.
- getUserPreferredOrientation() - Static method in class org.sakaiproject.profile2.util.ProfileUtils
-
Gets the users preferred orientation, either from the user's session or Sakai preferences and returns it
This depends on Sakai's ResourceLoader.
- getValueFromMapOrDefault(Map<?, ?>, Object, Object) - Static method in class org.sakaiproject.profile2.util.ProfileUtils
-
Method for getting a value from a map based on the given key, but if it does not exist, use the given default