Interface HvlOAuthProfileRoleGroupRelManager

All Known Implementing Classes:
HvlOAuthProfileRoleGroupRelManagerImpl

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

    • getListByProfileId

      List<HvlOAuthProfileRoleGroupRelModel> getListByProfileId(@NotNull @NotNull Long profileId)
      get relation data between profile and role groups belongs to profile
      Parameters:
      profileId - the uuid
      Returns:
      profile role groups by profile uuid
    • getProfilesByRoleGroupId

      List<HvlOAuthProfileModel> getProfilesByRoleGroupId(@NotNull @NotNull Long roleGroupId)
      Gets profiles by role group id.
      Parameters:
      roleGroupId - the role group id
      Returns:
      the profiles by role group id