Interface ITableDtoMapper

All Known Implementing Classes:
TableDtoMapper

public interface ITableDtoMapper
Author:
Silvan Wyss
  • Method Details

    • mapJoinedColumnSqlRecordsToTableDto

      TableDto mapJoinedColumnSqlRecordsToTableDto(IContainer<ISqlRecord> joinedColumnSqlRecords)
      Parameters:
      joinedColumnSqlRecords -
      Returns:
      a new TableDto from the given joinedColumnSqlRecords
      Throws:
      RuntimeException - if the given joinedColumnSqlRecords is null or one of the given joinedColumnSqlRecords is null.
    • mapJoinedColumnSqlRecordsToTableDtos

      IContainer<TableDto> mapJoinedColumnSqlRecordsToTableDtos(IContainer<ISqlRecord> joinedColumnSqlRecords)
      Parameters:
      joinedColumnSqlRecords -
      Returns:
      new TableDtos from the given joinedColumnSqlRecords
      Throws:
      RuntimeException - if the given joinedColumnSqlRecords is null or one of the given joinedColumnSqlRecords is null.