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 SummaryConstructorsConstructorDescriptionContentReferenceServiceImpl(ContentReferenceDao contentReferenceDao, SecurityManager securityManager, ContentReferenceParseService contentReferenceParseService) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidupdateReferences(Entity entity, String fieldName) Update the references for a HTML field.
- 
Constructor Details- 
ContentReferenceServiceImplpublic ContentReferenceServiceImpl(ContentReferenceDao contentReferenceDao, SecurityManager securityManager, ContentReferenceParseService contentReferenceParseService) 
 
- 
- 
Method Details- 
updateReferencesDescription copied from interface:ContentReferenceServiceUpdate the references for a HTML field.- Specified by:
- updateReferencesin interface- ContentReferenceService
- Parameters:
- entity- The entity.
- fieldName- The field that contains the links which should be represented as Content_references.
 
 
-