Interface HvlOAuthSystemUserOperationalManager

All Known Implementing Classes:
HvlOAuthSystemUserOperationalManagerImpl

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

    • save

      HvlOAuthSystemUserModel save(@NotNull @Valid @NotNull @Valid HvlOAuthSystemUserModel systemUserModel)
      Save hvl o auth user model.
      Parameters:
      systemUserModel - the system user model
      Returns:
      the hvl o auth system user model
    • update

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

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