Interface HvlOAuthRoleAssignerProfileDetailRelMapper

All Superinterfaces:
tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthRoleAssignerProfileDetailRelModel,HvlOAuthRoleAssignerProfileDetailRel>
All Known Implementing Classes:
HvlOAuthRoleAssignerProfileDetailRelMapperImpl

public interface HvlOAuthRoleAssignerProfileDetailRelMapper extends tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthRoleAssignerProfileDetailRelModel,HvlOAuthRoleAssignerProfileDetailRel>
  • Method Details

    • convertToEntity

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

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

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