Class NoteServiceImpl

java.lang.Object
org.exoplatform.wiki.service.impl.NoteServiceImpl
All Implemented Interfaces:
NoteService

public class NoteServiceImpl extends Object implements NoteService
  • Field Details

  • Constructor Details

    • NoteServiceImpl

      public NoteServiceImpl(DataStorage dataStorage, org.exoplatform.services.cache.CacheService cacheService, WikiService wikiService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, io.meeds.social.cms.service.CMSService cmsService, org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.listener.ListenerService listenerService)
    • NoteServiceImpl

      public NoteServiceImpl(DataStorage dataStorage, org.exoplatform.services.cache.CacheService cacheService, WikiService wikiService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, io.meeds.social.cms.service.CMSService cmsService, org.exoplatform.services.security.IdentityRegistry identityRegistry, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.services.listener.ListenerService listenerService, org.exoplatform.social.common.service.HTMLUploadImageProcessor htmlUploadImageProcessor)
  • Method Details