Interface HvlOAuthUserStrategyOperationalManager

All Known Implementing Classes:
HvlOAuthUserStrategyOperationalManagerImpl

@Validated public interface HvlOAuthUserStrategyOperationalManager
This manager provides operational methods.
  • Method Details

    • save

      HvlOAuthUserStrategyModel save(@NotNull @Valid @NotNull @Valid HvlOAuthUserStrategyModel userStrategyModel)
      Save user strategy.
      Parameters:
      userStrategyModel - the user strategy model
      Returns:
      the user strategy model
    • update

      @Validated(tr.com.havelsan.javarch.data.commons.validation.HvlConstraintGroups.ModifyingOperation.class) HvlOAuthUserStrategyModel update(@NotNull @Valid @NotNull @Valid HvlOAuthUserStrategyModel userStrategyModel)
      Update user strategy.
      Parameters:
      userStrategyModel - the user strategy model
      Returns:
      the user strategy model
    • deleteByUuid

      void deleteByUuid(@NotBlank @Size(min=36,max=36) @NotBlank @Size(min=36,max=36) String uuid)
      Delete user strategy by uuid.
      Parameters:
      uuid - the uuid
    • activate

      void activate(@NotBlank @Size(min=36,max=36) @NotBlank @Size(min=36,max=36) String uuid)
      Method used to activate user strategy data according to uuid.
      Parameters:
      uuid - the uuid
    • deactivate

      void deactivate(@NotBlank @Size(min=36,max=36) @NotBlank @Size(min=36,max=36) String uuid)
      Method used to deactivate user strategy data according to uuid.
      Parameters:
      uuid - the uuid