Interface ProfileSettingStorage


public interface ProfileSettingStorage
  • Method Details

    • getPropertySettings

      List<ProfilePropertySetting> getPropertySettings()
      Gets a list of available profile settings.
      Returns:
      the list of profile settings.
    • getSynchronizedPropertySettings

      List<ProfilePropertySetting> getSynchronizedPropertySettings()
      Gets a list of available synchronized settings
      Returns:
      List of ProfilePropertySetting
    • findProfileSettingByName

      ProfilePropertySetting findProfileSettingByName(String name)
    • getProfileSettingById

      ProfilePropertySetting getProfileSettingById(Long id)
    • saveProfilePropertySetting

      ProfilePropertySetting saveProfilePropertySetting(ProfilePropertySetting profilePropertySetting, boolean isNew)
      Saves a profilePropertySetting. If isNew is true, creates new profilePropertySetting. If not only updates profilePropertySetting and saves it.
      Parameters:
      profilePropertySetting -
      isNew -
    • deleteProfilePropertySetting

      void deleteProfilePropertySetting(Long id)
      Deletes a profilePropertySetting by profilePropertySetting id.
      Parameters:
      id -