Interface PreferencesServiceLocal


public interface PreferencesServiceLocal
Interface for a Preferences Service class.
  • Method Details

    • createPreferenceQuery

      PreferencesQuery createPreferenceQuery()
      Creates a query to fetch preferences.
      Returns:
      a PreferencesQuery query instance
    • update

      Preference update(Preference preference)
      Updates a given preference.
      Parameters:
      preference - the preference to update
      Returns:
      the updated Preference entity