Schnittstelle IColumnNodeChildNodeMapper

Alle bekannten Implementierungsklassen:
ColumnNodeChildNodeMapper

public interface IColumnNodeChildNodeMapper
Version:
2025-09-21
Autor:
Silvan Wyss
  • Methodendetails

    • mapColumnDtoToBackReferenceableColumnIdsNode

      INode<?> mapColumnDtoToBackReferenceableColumnIdsNode(ColumnDto columnDto)
      Parameter:
      columnDto -
      Gibt zurück:
      a new back referenceable column ids INode from the given columnDto.
      Löst aus:
      RuntimeException - if the given columnDto is null.
    • mapColumnDtoToDataTypeNode

      INode<?> mapColumnDtoToDataTypeNode(ColumnDto columnDto)
      Parameter:
      columnDto -
      Gibt zurück:
      a new data type INode from the given columnDto.
      Löst aus:
      RuntimeException - if the given columnDto is null.
    • mapColumnDtoToFieldTypeNode

      INode<?> mapColumnDtoToFieldTypeNode(ColumnDto columnDto)
      Parameter:
      columnDto -
      Gibt zurück:
      a new field type INode from the given columnDto.
      Löst aus:
      RuntimeException - if the given columnDto is null.
    • mapColumnDtoToIdNode

      INode<?> mapColumnDtoToIdNode(ColumnDto columnDto)
      Parameter:
      columnDto -
      Gibt zurück:
      a new id INode from the given columnDto.
      Löst aus:
      RuntimeException - if the given columnDto is null.
    • mapColumnDtoToNameNode

      INode<?> mapColumnDtoToNameNode(ColumnDto columnDto)
      Parameter:
      columnDto -
      Gibt zurück:
      a new name INode from the given columnDto.
      Löst aus:
      RuntimeException - if the given columnDto is null.
    • mapColumnDtoToReferenceableTableIdsNode

      INode<?> mapColumnDtoToReferenceableTableIdsNode(ColumnDto columnDto)
      Parameter:
      columnDto -
      Gibt zurück:
      a new referenceable table ids node INode from the given columnDto.
      Löst aus:
      RuntimeException - if the given columnDto is null.