Interface UserModifiableEnabledStatusDao<F>

Type Parameters:
F - the filter type

public interface UserModifiableEnabledStatusDao<F>
DAO API for updating user-modifiable enabled status on entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    updateEnabledStatus(Long userId, F filter, boolean enabled)
    Update the enabled status of entities, optionally filtered.
  • Method Details

    • updateEnabledStatus

      int updateEnabledStatus(Long userId, F filter, boolean enabled)
      Update the enabled status of entities, optionally filtered.
      Parameters:
      userId - the user ID to update configurations for
      filter - an optional filter
      enabled - the enabled status to set
      Returns:
      the number of entities updated