Uses of Record Class
ch.nolix.systemapi.middata.model.EntityLoadingDto
Packages that use EntityLoadingDto
Package
Description
-
Uses of EntityLoadingDto in ch.nolix.system.middata.adapter
Methods in ch.nolix.system.middata.adapter that return EntityLoadingDtoModifier and TypeMethodDescriptionfinal EntityLoadingDtoAbstractDataAdapter.loadEntity(String tableName, String id) Methods in ch.nolix.system.middata.adapter that return types with arguments of type EntityLoadingDtoModifier and TypeMethodDescriptionfinal IContainer<EntityLoadingDto> AbstractDataAdapter.loadEntities(String tableName) -
Uses of EntityLoadingDto in ch.nolix.system.nodemiddata.datareader
Methods in ch.nolix.system.nodemiddata.datareader that return EntityLoadingDtoModifier and TypeMethodDescriptionDataReader.loadEntity(String tableName, String entityId) InternalDataReader.loadEntity(TableViewDto tableView, String id) Methods in ch.nolix.system.nodemiddata.datareader that return types with arguments of type EntityLoadingDtoModifier and TypeMethodDescriptionDataReader.loadEntities(String tableName) InternalDataReader.loadEntitiesOfTable(TableViewDto tableView) -
Uses of EntityLoadingDto in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper that return EntityLoadingDtoModifier and TypeMethodDescriptionEntityLoadingDtoMapper.mapEntityNodeToEntityLoadingDto(IMutableNode<?> entityNode, TableViewDto tableView) -
Uses of EntityLoadingDto in ch.nolix.system.objectdata.entitytool
Methods in ch.nolix.system.objectdata.entitytool with parameters of type EntityLoadingDtoModifier and TypeMethodDescriptionvoidEntityContentFieldsFiller.fillUpEntityContentFieldsFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the content fields of the given entity from the given entityLoadingDto.voidEntityFiller.fillUpEntityFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the given entity from the given entityLoadingDto. -
Uses of EntityLoadingDto in ch.nolix.system.sqlmiddata.datareader
Methods in ch.nolix.system.sqlmiddata.datareader that return EntityLoadingDtoMethods in ch.nolix.system.sqlmiddata.datareader that return types with arguments of type EntityLoadingDto -
Uses of EntityLoadingDto in ch.nolix.system.sqlmiddata.modelmapper
Methods in ch.nolix.system.sqlmiddata.modelmapper that return EntityLoadingDtoModifier and TypeMethodDescriptionLoadedEntityDtoMapper.mapSqlRecordToEntityLoadingDto(ISqlRecord sqlRecord, TableViewDto tableView) -
Uses of EntityLoadingDto in ch.nolix.systemapi.middata.adapter
Methods in ch.nolix.systemapi.middata.adapter that return EntityLoadingDtoMethods in ch.nolix.systemapi.middata.adapter that return types with arguments of type EntityLoadingDto -
Uses of EntityLoadingDto in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper that return EntityLoadingDtoModifier and TypeMethodDescriptionIEntityLoadingDtoMapper.mapEntityNodeToEntityLoadingDto(IMutableNode<?> entityNode, TableViewDto tableView) -
Uses of EntityLoadingDto in ch.nolix.systemapi.objectdata.entitytool
Methods in ch.nolix.systemapi.objectdata.entitytool with parameters of type EntityLoadingDtoModifier and TypeMethodDescriptionvoidIEntityContentFieldsFiller.fillUpEntityContentFieldsFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the content fields of the given entity from the given entityLoadingDto.voidIEntityFiller.fillUpEntityFromEntityLoadingDto(IEntity entity, EntityLoadingDto entityLoadingDto) Fills up the given entity from the given entityLoadingDto. -
Uses of EntityLoadingDto in ch.nolix.systemapi.sqlmiddata.modelmapper
Methods in ch.nolix.systemapi.sqlmiddata.modelmapper that return EntityLoadingDtoModifier and TypeMethodDescriptionILoadedEntityDtoMapper.mapSqlRecordToEntityLoadingDto(ISqlRecord sqlRecord, TableViewDto tableView)