Class ContentReferenceServiceImpl
java.lang.Object
ch.tocco.nice2.dms.impl.reference.ContentReferenceServiceImpl
- All Implemented Interfaces:
ContentReferenceService
@Component
public class ContentReferenceServiceImpl
extends Object
implements ContentReferenceService
-
Constructor Summary
ConstructorDescriptionContentReferenceServiceImpl
(ContentReferenceDao contentReferenceDao, SecurityManager securityManager, ContentReferenceParseService contentReferenceParseService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
updateReferences
(Entity entity, String fieldName) Update the references for a HTML field.
-
Constructor Details
-
ContentReferenceServiceImpl
public ContentReferenceServiceImpl(ContentReferenceDao contentReferenceDao, SecurityManager securityManager, ContentReferenceParseService contentReferenceParseService)
-
-
Method Details
-
updateReferences
Description copied from interface:ContentReferenceService
Update the references for a HTML field.- Specified by:
updateReferences
in interfaceContentReferenceService
- Parameters:
entity
- The entity.fieldName
- The field that contains the links which should be represented as Content_references.
-