Package fr.becpg.repo.formulation.impl
Class ReportableEntityServiceImpl
java.lang.Object
fr.becpg.repo.formulation.impl.ReportableEntityServiceImpl
- All Implemented Interfaces:
ReportableEntityService
@Service("reportableEntityService")
public class ReportableEntityServiceImpl
extends Object
implements ReportableEntityService
ReportableEntityServiceImpl class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AlfrescoRepository<BeCPGDataObject>private static final org.apache.commons.logging.Logprivate org.alfresco.service.cmr.repository.NodeService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidlogErrors(Set<ReportableError> errors) voidpostEntityErrors(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, String formulationChainId, Set<ReportableError> errors) postEntityErrors.private voidpostErrors(ReportableEntity entity, String formulationChainId, Set<ReportableError> errors)
-
Field Details
-
logger
private static final org.apache.commons.logging.Log logger -
alfrescoRepository
-
repositoryEntityDefReader
-
nodeService
@Autowired private org.alfresco.service.cmr.repository.NodeService nodeService
-
-
Constructor Details
-
ReportableEntityServiceImpl
public ReportableEntityServiceImpl()
-
-
Method Details
-
postEntityErrors
public void postEntityErrors(org.alfresco.service.cmr.repository.NodeRef entityNodeRef, String formulationChainId, Set<ReportableError> errors) postEntityErrors.
- Specified by:
postEntityErrorsin interfaceReportableEntityService- Parameters:
entityNodeRef- aNodeRefobjectformulationChainId- aStringobjecterrors- aSetobject
-
postErrors
private void postErrors(ReportableEntity entity, String formulationChainId, Set<ReportableError> errors) -
logErrors
-