| Package | Description |
|---|---|
| org.jahia.services.preferences | |
| org.jahia.services.preferences.impl |
| Modifier and Type | Method and Description |
|---|---|
JahiaPreference<T> |
JahiaPreferencesProvider.createJahiaPreferenceNode(Principal principal)
Create a JahiaPeference with "empty" properties
|
JahiaPreference<T> |
JahiaPreferencesProvider.getJahiaPreference(Principal principal,
String sqlConstraint)
Get the existing JahiaPreference associated to this path
|
JahiaPreference<T> |
JahiaPreferencesProvider.getJahiaPreference(Principal principal,
String sqlConstraint,
boolean notNull)
Get or create the requested preference at the path
|
| Modifier and Type | Method and Description |
|---|---|
List<JahiaPreference<T>> |
JahiaPreferencesProvider.findJahiaPreferences(Principal principal,
String sqlConstraint)
Find all preferences for a user mathing certain sqlConstraint
|
List<JahiaPreference<T>> |
JahiaPreferencesProvider.getJahiaAllPreferences(Principal principal)
Get all preferences of a user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JahiaPreferencesProvider.deleteJahiaPreference(JahiaPreference<T> jahiaPreference)
Delete Jahia Prefernce
|
void |
JahiaPreferencesProvider.setJahiaPreference(JahiaPreference<T> jahiaPreference)
Set Jahia preference
|
boolean |
JahiaPreferencesProvider.validate(JahiaPreference<T> jahiaPreference) |
| Modifier and Type | Method and Description |
|---|---|
JahiaPreference |
JahiaPreferencesJCRProviders.createJahiaPreferenceNode(Principal principal)
Create a new JahiaPreference Node
|
JahiaPreference |
JahiaPreferencesJCRProviders.getJahiaPreference(Principal principal,
String sqlConstraint)
Get the existing JahiaPreference associated to this path
|
JahiaPreference |
JahiaPreferencesJCRProviders.getJahiaPreference(Principal principal,
String sqlConstraint,
boolean notNull)
Get or create the requested preference at the path
|
| Modifier and Type | Method and Description |
|---|---|
List<JahiaPreference<T>> |
JahiaPreferencesJCRProviders.findJahiaPreferences(Principal principal,
String sqlConstraint)
Find all preferences for a user matching certain sqlConstraint
|
List<JahiaPreference<T>> |
JahiaPreferencesJCRProviders.getJahiaAllPreferences(Principal principal)
Get all preferences of a user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JahiaPreferencesJCRProviders.deleteJahiaPreference(JahiaPreference jahiaPreference)
Delete Jahia Prefernce
|
void |
JahiaPreferencesJCRProviders.setJahiaPreference(JahiaPreference jahiaPreference)
Set Jahia preference
|
boolean |
JahiaPreferencesJCRProviders.validate(JahiaPreference jahiaPreference)
Validate the preference
|
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.