org.benjp.portlet.chat
Class WikiService

java.lang.Object
  extended by org.benjp.portlet.chat.WikiService

@Named(value="wikiService")
@ApplicationScoped
public class WikiService
extends Object


Constructor Summary
WikiService(org.exoplatform.wiki.service.WikiService wikiService)
           
 
Method Summary
protected  void createIntranetPage(String title, String content)
           
protected  void createSpacePage(String title, String content, String spaceGroupId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiService

@Inject
public WikiService(org.exoplatform.wiki.service.WikiService wikiService)
Method Detail

createIntranetPage

protected void createIntranetPage(String title,
                                  String content)

createSpacePage

protected void createSpacePage(String title,
                               String content,
                               String spaceGroupId)
Parameters:
title -
content -
spaceGroupId - : format with spaces/space_group_name


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.