Interface HvlOAuthTagOperationalManager

All Known Implementing Classes:
HvlOAuthTagOperationalManagerImpl

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

    • save

      HvlOAuthTagModel save(@NotNull @Valid @NotNull @Valid HvlOAuthTagModel tagModel)
      Save tag.
      Parameters:
      tagModel - the tag model
      Returns:
      the tag model
    • update

      @Validated(tr.com.havelsan.javarch.data.commons.validation.HvlConstraintGroups.ModifyingOperation.class) HvlOAuthTagModel update(@NotNull @Valid @NotNull @Valid HvlOAuthTagModel tagModel)
      Update tag.
      Parameters:
      tagModel - the tag model
      Returns:
      the tag model
    • deleteById

      void deleteById(@NotNull @NotNull Long id)
      Delete tag by id.
      Parameters:
      id - the id
    • deleteByUuid

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