Uses of Record Class
ch.nolix.systemapi.midschemaview.model.TableViewDto
Packages that use TableViewDto
Package
Description
-
Uses of TableViewDto in ch.nolix.system.midschemaview.modelmapper
Methods in ch.nolix.system.midschemaview.modelmapper that return TableViewDtoModifier and TypeMethodDescriptionTableViewDtoMapper.mapMidSchemaTableDtoToTableViewDto(TableDto table) -
Uses of TableViewDto in ch.nolix.system.midschemaview.modelsearcher
Methods in ch.nolix.system.midschemaview.modelsearcher that return TableViewDtoModifier and TypeMethodDescriptionDatabaseViewSearcher.getTableViewByTableId(DatabaseViewDto databaseView, String tableId) DatabaseViewSearcherForDatabaseView.getTableViewByTableId(String tableId) DatabaseViewSearcher.getTableViewByTableName(DatabaseViewDto databaseView, String tableName) DatabaseViewSearcherForDatabaseView.getTableViewByTableName(String tableName) Methods in ch.nolix.system.midschemaview.modelsearcher with parameters of type TableViewDtoModifier and TypeMethodDescriptionTableViewSearcher.getColumnViewByColumnId(TableViewDto tableViewDto, String columnId) TableViewSearcher.getColumnViewByColumnName(TableViewDto tableViewDto, String columnName) -
Uses of TableViewDto in ch.nolix.system.nodemiddata.datareader
Methods in ch.nolix.system.nodemiddata.datareader with parameters of type TableViewDtoModifier and TypeMethodDescriptionInternalDataReader.loadEntitiesOfTable(TableViewDto tableView) InternalDataReader.loadEntity(TableViewDto tableView, String id) -
Uses of TableViewDto in ch.nolix.system.nodemiddata.datawriter
Methods in ch.nolix.system.nodemiddata.datawriter with parameters of type TableViewDtoModifier and TypeMethodDescriptionstatic voidDataWriterActionProvider.updateEntity(IMutableNode<?> database, EntityUpdateDto entityUpdate, TableViewDto tableView) voidExecutiveDataWriter.updateEntity(EntityUpdateDto entityUpdate, TableViewDto tableView) -
Uses of TableViewDto in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper with parameters of type TableViewDtoModifier and TypeMethodDescriptionContentFieldDtoMapper.mapEntityNodeToContentFieldDtos(IMutableNode<?> entityNode, TableViewDto tableView) EntityLoadingDtoMapper.mapEntityNodeToEntityLoadingDto(IMutableNode<?> entityNode, TableViewDto tableView) -
Uses of TableViewDto in ch.nolix.system.nodemiddata.nodemapper
Methods in ch.nolix.system.nodemiddata.nodemapper with parameters of type TableViewDtoModifier and TypeMethodDescriptionINode<?> EntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto newEntity, TableViewDto tableView, long saveStamp) IContainer<INode<?>> FieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) -
Uses of TableViewDto in ch.nolix.system.nodemiddata.schemaviewmodelmapper
Methods in ch.nolix.system.nodemiddata.schemaviewmodelmapper that return TableViewDtoModifier and TypeMethodDescriptionTableSchemaViewDtoMapper.mapTableNodeToTableViewDto(IMutableNode<?> tableNode) -
Uses of TableViewDto in ch.nolix.system.sqlmiddata.modelmapper
Methods in ch.nolix.system.sqlmiddata.modelmapper with parameters of type TableViewDtoModifier and TypeMethodDescriptionLoadedEntityDtoMapper.mapSqlRecordToEntityLoadingDto(ISqlRecord sqlRecord, TableViewDto tableView) -
Uses of TableViewDto in ch.nolix.system.sqlmiddata.querycreator
Methods in ch.nolix.system.sqlmiddata.querycreator with parameters of type TableViewDtoModifier and TypeMethodDescriptionEntityQueryCreator.createQueryToLoadEntitiesOfTable(TableViewDto tableView) EntityQueryCreator.createQueryToLoadEntity(String id, TableViewDto tableView) -
Uses of TableViewDto in ch.nolix.systemapi.midschemaview.model
Methods in ch.nolix.systemapi.midschemaview.model that return types with arguments of type TableViewDtoModifier and TypeMethodDescriptionDatabaseViewDto.tableViews()Returns the value of thetableViewsrecord component.Constructor parameters in ch.nolix.systemapi.midschemaview.model with type arguments of type TableViewDtoModifierConstructorDescriptionDatabaseViewDto(String name, IContainer<TableViewDto> tableViews) Creates an instance of aDatabaseViewDtorecord class. -
Uses of TableViewDto in ch.nolix.systemapi.midschemaview.modelmapper
Methods in ch.nolix.systemapi.midschemaview.modelmapper that return TableViewDtoModifier and TypeMethodDescriptionITableViewDtoMapper.mapMidSchemaTableDtoToTableViewDto(TableDto tableDto) -
Uses of TableViewDto in ch.nolix.systemapi.midschemaview.modelsearcher
Methods in ch.nolix.systemapi.midschemaview.modelsearcher that return TableViewDtoModifier and TypeMethodDescriptionIDatabaseViewSearcher.getTableViewByTableId(DatabaseViewDto databaseView, String tableId) IDatabaseViewSearcherForDatabaseView.getTableViewByTableId(String tableId) IDatabaseViewSearcher.getTableViewByTableName(DatabaseViewDto databaseView, String tableName) IDatabaseViewSearcherForDatabaseView.getTableViewByTableName(String tableName) Methods in ch.nolix.systemapi.midschemaview.modelsearcher with parameters of type TableViewDtoModifier and TypeMethodDescriptionITableViewSearcher.getColumnViewByColumnId(TableViewDto tableViewDto, String columnId) ITableViewSearcher.getColumnViewByColumnName(TableViewDto tableViewDto, String columnName) -
Uses of TableViewDto in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper with parameters of type TableViewDtoModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapEntityNodeToContentFieldDtos(IMutableNode<?> entityNode, TableViewDto tableView) IEntityLoadingDtoMapper.mapEntityNodeToEntityLoadingDto(IMutableNode<?> entityNode, TableViewDto tableView) -
Uses of TableViewDto in ch.nolix.systemapi.nodemiddata.nodemapper
Methods in ch.nolix.systemapi.nodemiddata.nodemapper with parameters of type TableViewDtoModifier and TypeMethodDescriptionINode<?> IEntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto entityCreationDto, TableViewDto tableView, long saveStamp) IContainer<INode<?>> IFieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) -
Uses of TableViewDto in ch.nolix.systemapi.nodemiddata.schemaviewmodelmapper
Methods in ch.nolix.systemapi.nodemiddata.schemaviewmodelmapper that return TableViewDtoModifier and TypeMethodDescriptionITableSchemaViewDtoMapper.mapTableNodeToTableViewDto(IMutableNode<?> tableNode) -
Uses of TableViewDto in ch.nolix.systemapi.sqlmiddata.modelmapper
Methods in ch.nolix.systemapi.sqlmiddata.modelmapper with parameters of type TableViewDtoModifier and TypeMethodDescriptionILoadedEntityDtoMapper.mapSqlRecordToEntityLoadingDto(ISqlRecord sqlRecord, TableViewDto tableView) -
Uses of TableViewDto in ch.nolix.systemapi.sqlmiddata.querycreator
Methods in ch.nolix.systemapi.sqlmiddata.querycreator with parameters of type TableViewDtoModifier and TypeMethodDescriptionIEntityQueryCreator.createQueryToLoadEntitiesOfTable(TableViewDto tableView) IEntityQueryCreator.createQueryToLoadEntity(String id, TableViewDto tableView)