Class EntityFormatServiceImpl

java.lang.Object
fr.becpg.repo.entity.impl.EntityFormatServiceImpl
All Implemented Interfaces:
EntityFormatService

@Service("entityFormatService") public class EntityFormatServiceImpl extends Object implements EntityFormatService

EntityFormatServiceImpl class.

Author:
matthieu
  • Field Details

    • dbNodeService

      @Autowired @Qualifier("mtAwareNodeService") private org.alfresco.service.cmr.repository.NodeService dbNodeService
    • entityListDAO

      @Autowired protected EntityListDAO entityListDAO
    • remoteEntityService

      @Autowired private RemoteEntityService remoteEntityService
    • contentService

      @Autowired protected org.alfresco.service.cmr.repository.ContentService contentService
    • namespaceService

      @Autowired protected org.alfresco.service.namespace.NamespaceService namespaceService
    • exporterService

      @Autowired @Qualifier("exporterComponent") private org.alfresco.service.cmr.view.ExporterService exporterService
    • repositoryHelper

      @Autowired protected org.alfresco.repo.model.Repository repositoryHelper
    • ruleService

      @Autowired protected org.alfresco.service.cmr.rule.RuleService ruleService
    • logger

      private static final org.apache.commons.logging.Log logger
  • Constructor Details

    • EntityFormatServiceImpl

      public EntityFormatServiceImpl()
  • Method Details