Interface IMultiFieldSaver
- All Known Implementing Classes:
MultiFieldSaver
public interface IMultiFieldSaver
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidsaveFieldChangesIfIsMultiField(Field field, DataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the given field if the given field is a multi field.voidsaveMultiFieldChangesOfEntity(IEntity entity, DataAdapterAndSchemaReader 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
Saves the changes of the multi fields of the given entity.- Parameters:
entity-dataAndSchemaAdapter-
-