Interface HvlOAuthRoleAssignerProfileGroupRelMapper

All Superinterfaces:
tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthRoleAssignerProfileGroupRelModel,HvlOAuthRoleAssignerProfileGroupRel>
All Known Implementing Classes:
HvlOAuthRoleAssignerProfileGroupRelMapperImpl

public interface HvlOAuthRoleAssignerProfileGroupRelMapper extends tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthRoleAssignerProfileGroupRelModel,HvlOAuthRoleAssignerProfileGroupRel>
  • Method Details

    • convertToEntity

      HvlOAuthRoleAssignerProfileGroupRel convertToEntity(Long roleId, Long profileGroupId)
      Convert to entity hvl o auth role assigner profile group rel.
      Parameters:
      roleId - the role id
      profileGroupId - the profile group id
      Returns:
      the hvl o auth role assigner profile group rel
    • convertToEntityList

      default List<HvlOAuthRoleAssignerProfileGroupRel> convertToEntityList(Long roleId, Stream<Long> profileGroupIdStream)
      Convert to entity list.
      Parameters:
      roleId - the role id
      profileGroupIdStream - the profile group id stream
      Returns:
      the list
    • convertToEntityList

      default List<HvlOAuthRoleAssignerProfileGroupRel> convertToEntityList(Long roleId, Set<Long> profileGroupIdSet)
      Convert to entity list.
      Parameters:
      roleId - the role id
      profileGroupIdSet - the profile group id set
      Returns:
      the list