Interface HvlOAuthPredefinedRoleMapper

All Superinterfaces:
tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthPredefinedRoleModel,HvlOAuthPredefinedRole>
All Known Implementing Classes:
HvlOAuthPredefinedRoleMapperImpl

public interface HvlOAuthPredefinedRoleMapper extends tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper<HvlOAuthPredefinedRoleModel,HvlOAuthPredefinedRole>
The mapper is used for mapping between HvlOAuthPredefinedRoleModel and HvlOAuthPredefinedRole
  • Method Summary

    Modifier and Type
    Method
    Description
    convertToEntity(Long userTypeId, Long roleId)
    Convert to entity hvl o auth predefined role.
    convertToEntityList(Long userTypeId, Set<Long> roleIdSet)
    Convert to entity list list.

    Methods inherited from interface tr.com.havelsan.javarch.data.model.mapper.HvlGenericMapStructMapper

    convertToEntity, convertToEntityList, convertToEntitySet, convertToHvlPageModel, convertToModel, convertToModelList, convertToModelSet, mapToEntity
  • Method Details

    • convertToEntity

      HvlOAuthPredefinedRole convertToEntity(Long userTypeId, Long roleId)
      Convert to entity hvl o auth predefined role.
      Parameters:
      userTypeId - the user type id
      roleId - the role id
      Returns:
      the hvl o auth predefined role
    • convertToEntityList

      default List<HvlOAuthPredefinedRole> convertToEntityList(Long userTypeId, Set<Long> roleIdSet)
      Convert to entity list list.
      Parameters:
      userTypeId - the user type id
      roleIdSet - the role id set
      Returns:
      the list