Uses of Class
com.silverpeas.wiki.control.WikiException

Packages that use WikiException
com.silverpeas.wiki   
com.silverpeas.wiki.control   
 

Uses of WikiException in com.silverpeas.wiki
 

Methods in com.silverpeas.wiki that throw WikiException
protected  void WikiInstanciator.createPages(File directory, String componentId)
           
 

Uses of WikiException in com.silverpeas.wiki.control
 

Methods in com.silverpeas.wiki.control that throw WikiException
 void WikiPageDAO.closeConnection(Connection con)
           
 int WikiPageDAO.createPage(PageDetail page)
           
 void WikiPageDAO.deleteAllPages(String instanceId)
           
 void WikiPageDAO.deletePage(String page, String instanceId)
           
 int WikiPageDAO.getNbOfPages(String instanceId)
           
 PageDetail WikiPageDAO.getPage(int id, String instanceId)
           
 PageDetail WikiPageDAO.getPage(String pageName, String instanceId)
           
 PageDetail WikiSessionController.getPageFromId(int pageId)
           
 Connection WikiPageDAO.openConnection()
           
 void WikiPageDAO.renamePage(String from, String to, String instanceId)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.