Class UserPreferences

    • Constructor Detail

      • UserPreferences

        public UserPreferences()
        Deprecated.
      • UserPreferences

        public UserPreferences​(com.opensymphony.user.User pUser)
        Deprecated.
      • UserPreferences

        public UserPreferences​(com.opensymphony.module.propertyset.PropertySet propertySet)
        Deprecated.
      • UserPreferences

        public UserPreferences​(com.opensymphony.module.propertyset.PropertySet propertySet,
                               boolean bulkload)
        Deprecated.
      • UserPreferences

        public UserPreferences​(com.opensymphony.user.User pUser,
                               boolean bulkload)
        Deprecated.
    • Method Detail

      • setLong

        public void setLong​(String key,
                            long i)
                     throws com.atlassian.core.AtlassianCoreException
        Deprecated.
        Specified by:
        setLong in interface Preferences
        Throws:
        com.atlassian.core.AtlassianCoreException
      • setString

        public void setString​(String key,
                              String value)
                       throws com.atlassian.core.AtlassianCoreException
        Deprecated.
        Specified by:
        setString in interface Preferences
        Throws:
        com.atlassian.core.AtlassianCoreException
      • setBoolean

        public void setBoolean​(String key,
                               boolean b)
                        throws com.atlassian.core.AtlassianCoreException
        Deprecated.
        Specified by:
        setBoolean in interface Preferences
        Throws:
        com.atlassian.core.AtlassianCoreException
      • remove

        public void remove​(String key)
                    throws com.atlassian.core.AtlassianCoreException
        Deprecated.
        Specified by:
        remove in interface Preferences
        Throws:
        com.atlassian.core.AtlassianCoreException
      • equals

        public boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • identical

        public static boolean identical​(com.opensymphony.module.propertyset.PropertySet pThis,
                                        com.opensymphony.module.propertyset.PropertySet pThat)
        Deprecated.
        Check to see if the two propertySet contain the same values and types NOTE If both PropertySets are null then true is returned
        Parameters:
        pThis - First PropertySet
        pThat - Second PropertySet
        Returns:
        Are the two PropertySets identical