Package ch.tocco.nice2.dms.impl.template
Class BinaryTemplateEntityFieldHandler
java.lang.Object
ch.tocco.nice2.dms.impl.template.BinaryTemplateEntityFieldHandler
- All Implemented Interfaces:
TemplateEntityFieldHandler
@Component
public class BinaryTemplateEntityFieldHandler
extends Object
implements TemplateEntityFieldHandler
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryTemplateEntityFieldHandler(InternalEntityDocumentsService internalEntityDocumentsService, NodeFactory nodeFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleField(Entity entity, FieldModel field, @Nullable Object value) booleansupports(FieldModel fieldModel)
-
Constructor Details
-
BinaryTemplateEntityFieldHandler
public BinaryTemplateEntityFieldHandler(InternalEntityDocumentsService internalEntityDocumentsService, NodeFactory nodeFactory)
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceTemplateEntityFieldHandler
-
handleField
- Specified by:
handleFieldin interfaceTemplateEntityFieldHandler
-