Interface HvlOAuthProfileGroupProfileRelManager

All Known Implementing Classes:
HvlOAuthProfileGroupProfileRelManagerImpl

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

    • getProfileGroupListByProfileId

      List<HvlOAuthProfileGroupProfileRelModel> getProfileGroupListByProfileId(@NotNull @NotNull Long profileId)
      get profile groups belongs to profile
      Parameters:
      profileId - the profileId
      Returns:
      profile group list by profile profileId
    • getProfileIdListByProfileGroupId

      List<Long> getProfileIdListByProfileGroupId(@NotNull @NotNull Long profileGroupId)
      Gets profile id list by profile group id.
      Parameters:
      profileGroupId - the profile group id
      Returns:
      the profile id list by profile group id