Uses of Class
com.silverpeas.admin.components.InstanciationException

Packages that use InstanciationException
com.silverpeas.admin.components Copyright (C) 2000 - 2013 Silverpeas This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 
com.silverpeas.thumbnail   
org.silverpeas.attachment   
org.silverpeas.util.jcr   
org.silverpeas.wysiwyg   
 

Uses of InstanciationException in com.silverpeas.admin.components
 

Methods in com.silverpeas.admin.components that throw InstanciationException
 void ComponentsInstanciatorIntf.create(Connection connection, String spaceId, String componentId, String userId)
          Create a new instance of the component for a requested user and space.
 void ComponentsInstanciatorIntf.delete(Connection connection, String spaceId, String componentId, String userId)
          Delete the component instance created for the user on the requested space.
 void Instanciateur.instantiateComponent(WAComponent wac)
           
 void Instanciateur.instantiateComponentName(String componentName)
           
static void Instanciateur.rebuildWAComponentCache()
          Method reads the WAComponent descriptor files again and rebuild the component descriptor cache
static void Instanciateur.removeWorkflow(String fileName)
           
static void Instanciateur.saveComponent(WAComponent waComponent, String fileName)
           
static void Instanciateur.saveComponent(WAComponent waComponent, String fileName, boolean workflow)
           
 void Instanciateur.unInstantiateComponent(WAComponent wac)
           
 void Instanciateur.unInstantiateComponentName(String componentName)
           
 

Uses of InstanciationException in com.silverpeas.thumbnail
 

Methods in com.silverpeas.thumbnail that throw InstanciationException
 void ThumbnailInstanciator.create(Connection connection, String spaceId, String componentId, String userId)
           
 void ThumbnailInstanciator.delete(Connection connection, String spaceId, String componentId, String userId)
           
 

Uses of InstanciationException in org.silverpeas.attachment
 

Methods in org.silverpeas.attachment that throw InstanciationException
 void SimpleDocumentInstanciator.delete(String componentId)
          Clean the JCR repository for all documents concerning the specified compoentId.
 

Uses of InstanciationException in org.silverpeas.util.jcr
 

Methods in org.silverpeas.util.jcr that throw InstanciationException
static void ComponentHelper.createAttachmentFolder(String componentId)
           
static void ComponentHelper.createBlogComponent(String componentId)
           
protected static void ComponentHelper.createComponentNode(String componentId, String componentType)
           
static void ComponentHelper.createForumComponent(String componentId)
           
static void ComponentHelper.createGalleryComponent(String componentId)
           
static void ComponentHelper.createKmeliaComponent(String componentId)
           
static void ComponentHelper.createNewsEditoComponent(String componentId)
           
static void ComponentHelper.createQuestionReplyComponent(String componentId)
           
static void ComponentHelper.createQuickInfoComponent(String componentId)
           
static void ComponentHelper.createWebSitesComponent(String componentId)
           
static void ComponentHelper.deleteComponent(String componentId)
           
 

Uses of InstanciationException in org.silverpeas.wysiwyg
 

Methods in org.silverpeas.wysiwyg that throw InstanciationException
 void WysiwygInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void WysiwygInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
          Method declaration call the method delete SimpleDocumentInstanciator class.
 



Copyright © 2016 Silverpeas. All Rights Reserved.