Interface HvlOAuthRoleAssignerRoleGroupRelMapper

All Superinterfaces:
tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthRoleAssignerRoleGroupRelModel,HvlOAuthRoleAssignerRoleGroupRel>
All Known Implementing Classes:
HvlOAuthRoleAssignerRoleGroupRelMapperImpl

public interface HvlOAuthRoleAssignerRoleGroupRelMapper extends tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthRoleAssignerRoleGroupRelModel,HvlOAuthRoleAssignerRoleGroupRel>
  • Method Details

    • convertToEntity

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

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

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