Interface ITableDtoMapper
- All Known Implementing Classes:
TableDtoMapper
public interface ITableDtoMapper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionmapJoinedColumnSqlRecordsToTableDto(IContainer<ISqlRecord> joinedColumnSqlRecords) mapJoinedColumnSqlRecordsToTableDtos(IContainer<ISqlRecord> joinedColumnSqlRecords)
-
Method Details
-
mapJoinedColumnSqlRecordsToTableDto
- Parameters:
joinedColumnSqlRecords-- Returns:
- a new
TableDtofrom 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.
-