Uses of Interface
ch.nolix.systemapi.objectdata.model.IField
Packages that use IField
Package
Description
-
Uses of IField in ch.nolix.system.objectdata.expectation
Methods in ch.nolix.system.objectdata.expectation with parameters of type IFieldModifier and TypeMethodDescriptionvoidFieldExpectationAdder.addExpectationThatNewlyReferencedEntitiesExist(IField field, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given field that its newly referenced entities actually exist.voidFieldExpectationAdder.addExpectationThatNewlyReferencedEntitiesExistIfFieldIsNewOrEdited(IField field, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given field that its newly referenced entities actually exist if the given field is new or edited. -
Uses of IField in ch.nolix.system.objectdata.fieldexaminer
Methods in ch.nolix.system.objectdata.fieldexaminer with parameters of type IFieldModifier and TypeMethodDescriptionbooleanFieldExaminer.belongsToEntity(IField field) booleanFieldExaminer.belongsToLoadedEntity(IField field) booleanFieldExaminer.canReferenceBackBaseReference(IField field, IBaseReference baseReference) booleanFieldExaminer.isForMultiContent(IField field) booleanFieldExaminer.isForSingleContent(IField field) booleanFieldExaminer.isMandatoryButEmpty(IField field) booleanFieldExaminer.isSetForCaseWhenIsMandatoryAndNewOrEdited(IField field) -
Uses of IField in ch.nolix.system.objectdata.fieldvalidator
Methods in ch.nolix.system.objectdata.fieldvalidator with parameters of type IFieldModifier and TypeMethodDescriptionfinal voidFieldValidator.assertBelongsToEntity(IField field) final voidFieldValidator.assertDoesNotBelongToEntity(IField field) final voidFieldValidator.assertIsNotEmpty(IField field) final voidFieldValidator.assertIsNotMandatoryAndEmptyBoth(IField field) final voidFieldValidator.assertKnowsParentColumn(IField field) -
Uses of IField in ch.nolix.system.objectdata.middatamodelmapper
Methods in ch.nolix.system.objectdata.middatamodelmapper with parameters of type IFieldModifier and TypeMethodDescriptionStringRepresentedFieldDtoMapper.mapFieldToStringRepresentedFieldDto(IField field) Method parameters in ch.nolix.system.objectdata.middatamodelmapper with type arguments of type IFieldModifier and TypeMethodDescriptionStringRepresentedFieldDtoMapper.mapFieldsToStringRepresentedFieldDtos(IContainer<? extends IField> fields) -
Uses of IField in ch.nolix.system.objectdata.model
Classes in ch.nolix.system.objectdata.model that implement IFieldModifier and TypeClassDescriptionclassclassAbstractBaseReference<E extends IEntity>classclassfinal classBackReference<E extends IEntity>final classMultiBackReference<E extends IEntity>final classMultiReference<E extends IEntity>final classfinal classOptionalBackReference<E extends IEntity>final classOptionalReference<E extends IEntity>final classfinal classfinal classValueField<V>Methods in ch.nolix.system.objectdata.model that return types with arguments of type IFieldModifier and TypeMethodDescriptionfinal IContainer<? extends IField> AbstractEntity.internalGetStoredFields()Methods in ch.nolix.system.objectdata.model with parameters of type IFieldModifier and TypeMethodDescriptionfinal booleanAbstractBaseReference.referencesBackField(IField field) final booleanAbstractBaseValueField.referencesBackField(IField field) booleanBackReference.referencesBackField(IField field) booleanMultiBackReference.referencesBackField(IField field) booleanOptionalBackReference.referencesBackField(IField field) -
Uses of IField in ch.nolix.system.objectdata.modelsearcher
Methods in ch.nolix.system.objectdata.modelsearcher that return IFieldModifier and TypeMethodDescriptionEntitySearcher.getStoredFieldByName(IEntity entity, String name) Methods in ch.nolix.system.objectdata.modelsearcher that return types with arguments of type IFieldModifier and TypeMethodDescriptionIContainer<? extends IField> EntitySearcher.getStoredEditedFields(IEntity entity) -
Uses of IField in ch.nolix.system.objectdata.persistence
Methods in ch.nolix.system.objectdata.persistence with parameters of type IFieldModifier and TypeMethodDescriptionvoidMultiFieldSaver.saveFieldChangesIfIsMultiField(IField field, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the given field if the given field is a multi field. -
Uses of IField in ch.nolix.system.objectdata.schemamapper
Methods in ch.nolix.system.objectdata.schemamapper with parameters of type IFieldModifier and TypeMethodDescriptionColumnMapper.mapFieldToColumn(IField field, String columnId, IContainer<ITable> tables) -
Uses of IField in ch.nolix.systemapi.objectdata.entitytool
Classes in ch.nolix.systemapi.objectdata.entitytool with type parameters of type IFieldModifier and TypeInterfaceDescriptioninterfaceIEntityFieldExtractor<E extends IEntity, F extends IField> -
Uses of IField in ch.nolix.systemapi.objectdata.expectation
Methods in ch.nolix.systemapi.objectdata.expectation with parameters of type IFieldModifier and TypeMethodDescriptionvoidIFieldExpectationAdder.addExpectationThatNewlyReferencedEntitiesExist(IField field, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given field that its newly referenced entities actually exist.voidIFieldExpectationAdder.addExpectationThatNewlyReferencedEntitiesExistIfFieldIsNewOrEdited(IField field, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Adds expectation to the given field that its newly referenced entities actually exist if the given field is new or edited. -
Uses of IField in ch.nolix.systemapi.objectdata.fieldexaminer
Methods in ch.nolix.systemapi.objectdata.fieldexaminer with parameters of type IFieldModifier and TypeMethodDescriptionbooleanIFieldExaminer.belongsToEntity(IField field) booleanIFieldExaminer.belongsToLoadedEntity(IField field) booleanIFieldExaminer.canReferenceBackBaseReference(IField field, IBaseReference baseReference) booleanIFieldExaminer.isForMultiContent(IField field) booleanIFieldExaminer.isForSingleContent(IField field) booleanIFieldExaminer.isMandatoryButEmpty(IField field) booleanIFieldExaminer.isSetForCaseWhenIsMandatoryAndNewOrEdited(IField field) -
Uses of IField in ch.nolix.systemapi.objectdata.fieldvalidator
Methods in ch.nolix.systemapi.objectdata.fieldvalidator with parameters of type IFieldModifier and TypeMethodDescriptionvoidIFieldValidator.assertBelongsToEntity(IField field) voidIFieldValidator.assertDoesNotBelongToEntity(IField field) voidIFieldValidator.assertIsNotEmpty(IField field) voidIFieldValidator.assertIsNotMandatoryAndEmptyBoth(IField field) voidIFieldValidator.assertKnowsParentColumn(IField field) -
Uses of IField in ch.nolix.systemapi.objectdata.middatamodelmapper
Methods in ch.nolix.systemapi.objectdata.middatamodelmapper with parameters of type IFieldModifier and TypeMethodDescriptionIStringRepresentedFieldDtoMapper.mapFieldToStringRepresentedFieldDto(IField field) Method parameters in ch.nolix.systemapi.objectdata.middatamodelmapper with type arguments of type IFieldModifier and TypeMethodDescriptionIStringRepresentedFieldDtoMapper.mapFieldsToStringRepresentedFieldDtos(IContainer<? extends IField> fields) -
Uses of IField in ch.nolix.systemapi.objectdata.model
Subinterfaces of IField in ch.nolix.systemapi.objectdata.modelModifier and TypeInterfaceDescriptioninterfaceIBackReference<E extends IEntity>interfaceinterfaceinterfaceinterfaceIMultiBackReference<E extends IEntity>interfaceIMultiReference<E extends IEntity>interfaceinterfaceIOptionalBackReference<E extends IEntity>interfaceIOptionalReference<E extends IEntity>interfaceinterfaceIReference<E extends IEntity>interfaceIValueField<V>Methods in ch.nolix.systemapi.objectdata.model that return types with arguments of type IFieldModifier and TypeMethodDescriptionIMultiReferenceEntry.getOptionalStoredBaseBackReferenceWhoReferencesBackTheParentMultiReferenceOfThis()IContainer<? extends IField> IEntity.internalGetStoredFields()Methods in ch.nolix.systemapi.objectdata.model with parameters of type IField -
Uses of IField in ch.nolix.systemapi.objectdata.modelsearcher
Methods in ch.nolix.systemapi.objectdata.modelsearcher that return IFieldModifier and TypeMethodDescriptionIEntitySearcher.getStoredFieldByName(IEntity entity, String name) Methods in ch.nolix.systemapi.objectdata.modelsearcher that return types with arguments of type IFieldModifier and TypeMethodDescriptionIContainer<? extends IField> IEntitySearcher.getStoredEditedFields(IEntity entity) -
Uses of IField in ch.nolix.systemapi.objectdata.perstistence
Methods in ch.nolix.systemapi.objectdata.perstistence with parameters of type IFieldModifier and TypeMethodDescriptionvoidIMultiFieldSaver.saveFieldChangesIfIsMultiField(IField field, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the given field if the given field is a multi field. -
Uses of IField in ch.nolix.systemapi.objectdata.schemamapper
Methods in ch.nolix.systemapi.objectdata.schemamapper with parameters of type IFieldModifier and TypeMethodDescriptionIColumnMapper.mapFieldToColumn(IField field, String columnId, IContainer<ITable> referencedTables)