Interface IMultiFieldSaver
- All Known Implementing Classes:
MultiFieldSaver
public interface IMultiFieldSaver
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidsaveFieldChangesIfIsMultiField(IField field, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the given field if the given field is a multi field.voidsaveMultiFieldChangesOfEntity(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the multi fields of the given entity.
-
Method Details
-
saveFieldChangesIfIsMultiField
Saves the changes of the given field if the given field is a multi field.- Parameters:
field-dataAndSchemaAdapter-
-
saveMultiFieldChangesOfEntity
void saveMultiFieldChangesOfEntity(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the multi fields of the given entity.- Parameters:
entity-dataAndSchemaAdapter-
-