Uses of Record Class
ch.nolix.systemapi.middata.model.FieldDto
Packages that use FieldDto
Package
Description
-
Uses of FieldDto in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper that return FieldDtoModifier and TypeMethodDescriptionContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(INode<?> contentFieldNode, ColumnViewDto columnView) Methods in ch.nolix.system.nodemiddata.modelmapper that return types with arguments of type FieldDtoModifier and TypeMethodDescriptionContentFieldDtoMapper.mapEntityNodeToContentFieldDtos(IMutableNode<?> entityNode, TableViewDto tableView) -
Uses of FieldDto in ch.nolix.system.objectdata.entitytool
Method parameters in ch.nolix.system.objectdata.entitytool with type arguments of type FieldDtoModifier and TypeMethodDescriptionvoidEntityContentFieldsFiller.fillUpEntityContentFieldsFromContentFieldDtos(IEntity entity, IContainer<FieldDto> contentFieldDtos) Fills up the content fields of the given entity from the given contentFieldDtos. -
Uses of FieldDto in ch.nolix.system.sqlmiddata.modelmapper
Methods in ch.nolix.system.sqlmiddata.modelmapper that return FieldDtoModifier and TypeMethodDescriptionContentFieldDtoMapper.mapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView) Methods in ch.nolix.system.sqlmiddata.modelmapper that return types with arguments of type FieldDtoModifier and TypeMethodDescriptionLoadedEntityDtoMapper.mapSqlRecordToContentFieldDtos(ISqlRecord sqlRecord, IContainer<ColumnViewDto> columnViews) -
Uses of FieldDto in ch.nolix.systemapi.middata.model
Methods in ch.nolix.systemapi.middata.model that return types with arguments of type FieldDtoModifier and TypeMethodDescriptionEntityLoadingDto.contentFields()Returns the value of thecontentFieldsrecord component.Constructor parameters in ch.nolix.systemapi.middata.model with type arguments of type FieldDtoModifierConstructorDescriptionEntityLoadingDto(String id, String saveStamp, IContainer<FieldDto> contentFields) Creates an instance of aEntityLoadingDtorecord class. -
Uses of FieldDto in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper that return FieldDtoModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(INode<?> contentFieldNode, ColumnViewDto columnView) Methods in ch.nolix.systemapi.nodemiddata.modelmapper that return types with arguments of type FieldDtoModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapEntityNodeToContentFieldDtos(IMutableNode<?> entityNode, TableViewDto tableView) -
Uses of FieldDto in ch.nolix.systemapi.objectdata.entitytool
Method parameters in ch.nolix.systemapi.objectdata.entitytool with type arguments of type FieldDtoModifier and TypeMethodDescriptionvoidIEntityContentFieldsFiller.fillUpEntityContentFieldsFromContentFieldDtos(IEntity entity, IContainer<FieldDto> contentFieldDtos) Fills up the content fields of the given entity from the given contentFieldDtos. -
Uses of FieldDto in ch.nolix.systemapi.sqlmiddata.modelmapper
Methods in ch.nolix.systemapi.sqlmiddata.modelmapper that return FieldDtoModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView) Methods in ch.nolix.systemapi.sqlmiddata.modelmapper that return types with arguments of type FieldDtoModifier and TypeMethodDescriptionILoadedEntityDtoMapper.mapSqlRecordToContentFieldDtos(ISqlRecord sqlRecord, IContainer<ColumnViewDto> columnViews)