Verwendungen von Schnittstelle
ch.nolix.systemapi.rawdataapi.datadtoapi.IContentFieldDto
Package
Beschreibung
The
ch.nolix.system.objectdata.data
packages implements the types
that are declared in the ch.nolix.systemapi.objectdataapi.dataapi
package.The
ch.nolix.system.sqlrawdata.datadto
package defines the types that
are declared in the ch.nolix.systemapi.rawdataapi.datadtoapi
package
for SQL databases.The
ch.nolix.systemapi.objectdataapi.dataapi
package declares types
for the data of databases.The
ch.nolix.systemapi.rawdataapi.datadtoapi
package declares DTOs
for the data of databases.-
Verwendungen von IContentFieldDto in ch.nolix.system.objectdata.data
Modifizierer und TypMethodeBeschreibungBackReference.internalToContentField()
MultiBackReference.internalToContentField()
MultiReference.internalToContentField()
MultiValue.internalToContentField()
OptionalBackReference.internalToContentField()
OptionalReference.internalToContentField()
OptionalValue.internalToContentField()
Reference.internalToContentField()
Value.internalToContentField()
-
Verwendungen von IContentFieldDto in ch.nolix.system.sqlrawdata.datadto
Modifizierer und TypMethodeBeschreibungNewEntityDto.contentFields()
Gibt den Wert für die DatensatzkomponentecontentFields
zurück.NewEntityDto.getContentFields()
EntityUpdateDto.getUpdatedContentFields()
ModifiziererKonstruktorBeschreibungEntityUpdateDto
(String id, String saveStamp, IContentFieldDto updatedContentField) EntityUpdateDto
(String id, String saveStamp, IContentFieldDto updatedContentField, IContentFieldDto... updatedContentFields) ModifiziererKonstruktorBeschreibungEntityUpdateDto
(String id, String saveStamp, IContainer<IContentFieldDto> updatedContentFields) NewEntityDto
(String id, ImmutableList<IContentFieldDto> contentFields) Erstellt eine Instanz einer DatensatzklasseNewEntityDto
.NewEntityDto
(String id, IContainer<IContentFieldDto> contentFields) -
Verwendungen von IContentFieldDto in ch.nolix.systemapi.objectdataapi.dataapi
-
Verwendungen von IContentFieldDto in ch.nolix.systemapi.rawdataapi.datadtoapi
Modifizierer und TypMethodeBeschreibungINewEntityDto.getContentFields()
IEntityUpdateDto.getUpdatedContentFields()