Interface HvlOAuthProfileDetailOperationalManager

All Known Implementing Classes:
HvlOAuthProfileDetailOperationalManagerImpl

@Validated public interface HvlOAuthProfileDetailOperationalManager
A service in which includes custom methods used to persist/retrieve data.
  • Method Details

    • save

      HvlOAuthProfileDetailModel save(@NotNull @Valid @NotNull @Valid HvlOAuthProfileDetailModel profileDetailModel)
      save is a method which is used to add new profile detail
      Parameters:
      profileDetailModel - the profile detail model
      Returns:
      hvl o auth profile detail model
    • update

      @Validated(tr.com.havelsan.javarch.data.commons.validation.HvlConstraintGroups.ModifyingOperation.class) HvlOAuthProfileDetailModel update(@NotNull @Valid @NotNull @Valid HvlOAuthProfileDetailModel profileDetailModel)
      update is a method which is used to edit profile detail record added before
      Parameters:
      profileDetailModel - the profile detail model
      Returns:
      hvl o auth profile detail model
    • importProfileDetails

      HvlOAuthzProfileDetailImportResultModel importProfileDetails(@NotNull @NotNull org.springframework.web.multipart.MultipartFile importFile)
      Import profile details.
      Parameters:
      importFile - the import file
      Returns:
      the hvl o authz batch processing result model
    • delete

      HvlOAuthProfileDetailModel delete(@NotNull @Valid @NotNull @Valid HvlOAuthBaseOperationalModel baseOperationalModel)
      Delete hvl o auth profile detail model.
      Parameters:
      baseOperationalModel - the base operational model
      Returns:
      the hvl o auth profile detail model