SettingsService

public interface SettingsService

A service for CRUD operations on Settings

Methods

deleteSettings

void deleteSettings()

Deletes the current Settings.

getSettings

Settings getSettings()

Retrieves the Settings object, if it exists.

Returns:java.util.Set

updateSettings

void updateSettings(Settings settings)

Updates the current Settings.

Parameters: