Interface UserPresetService

All Known Implementing Classes:
UserPresetServiceImpl

public interface UserPresetService
Create User Preset Service
  • Method Details

    • createUserPreset

      UserPresetDTO createUserPreset(UserPresetDTO userPresetDTO)
      Method to create User Preset
      Parameters:
      userPresetDTO -
      Returns:
      User Preset DTO
    • loadUserPresets

      List<UserPresetDTO> loadUserPresets(long id, String type, FilterRequestParam filter)
      Method to load preset by ID
      Parameters:
      id -
    • updateUserPreset

      UserPresetDTO updateUserPreset(UserPresetDTO userPresetDTO)
      Method to update User Preset
      Parameters:
      userPresetDTO -
      Returns:
      User Preset DTO
    • deleteUserPresetByPresetId

      com.skava.core.ResponseModel deleteUserPresetByPresetId(long userId, long presetId)
      Method to delete preset Id
      Parameters:
      presetId -
      Returns: