Interface PreferencesFactory

All Known Implementing Classes:
PreferencesFactoryImpl

public interface PreferencesFactory
  • Method Details

    • getPreferences

      Preferences getPreferences(Node node)
      Returns a new preferences object for the specified node that is linked to the current business unit and current principal.
    • getGlobalPreferences

      Preferences getGlobalPreferences(Node node)
      Returns a new preferences object for the specified node that is not linked to any principal. That is, the fk_principal is null.
    • getPreferences

      Preferences getPreferences(String path)
      See Also:
    • getGlobalPreferences

      Preferences getGlobalPreferences(String path)
      See Also: