Package ch.tocco.nice2.usersettings.api
Interface PreferencesFactory
- All Known Implementing Classes:
PreferencesFactoryImpl
public interface PreferencesFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetGlobalPreferences
(Node node) Returns a new preferences object for the specified node that is not linked to any principal.getGlobalPreferences
(String path) getPreferences
(Node node) Returns a new preferences object for the specified node that is linked to the current business unit and current principal.getPreferences
(String path)
-
Method Details
-
getPreferences
Returns a new preferences object for the specified node that is linked to the current business unit and current principal. -
getGlobalPreferences
Returns a new preferences object for the specified node that is not linked to any principal. That is, the fk_principal is null. -
getPreferences
- See Also:
-
getGlobalPreferences
- See Also:
-