Interface UserPreferences

    • Method Detail

      • updateOrAppend

        com.google.common.util.concurrent.ListenableFuture<Void> updateOrAppend​(Collection<Preference> preferences)
      • getPreferences

        com.google.common.util.concurrent.ListenableFuture<Set<Preference>> getPreferences()
      • replaceByTypeAndName

        com.google.common.util.concurrent.ListenableFuture<Void> replaceByTypeAndName​(String type,
                                                                                      String name,
                                                                                      Preference preference)
      • getVisiblePreferences

        com.google.common.util.concurrent.ListenableFuture<Set<Preference>> getVisiblePreferences()
      • delete

        com.google.common.util.concurrent.ListenableFuture<Void> delete​(String type,
                                                                        String name,
                                                                        UUID id)