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.comment   
com.silverpeas.myLinks   
com.silverpeas.tagcloud   
com.silverpeas.thumbnail   
com.stratelia.webactiv.contact   
com.stratelia.webactiv.coordinates   
com.stratelia.webactiv.node   
com.stratelia.webactiv.publication   
com.stratelia.webactiv.question   
com.stratelia.webactiv.questionContainer   
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.comment
 

Methods in com.silverpeas.comment that throw InstanciationException
 void CommentInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void CommentInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
           
 

Uses of InstanciationException in com.silverpeas.myLinks
 

Methods in com.silverpeas.myLinks that throw InstanciationException
 void MyLinksInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void MyLinksInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
           
 

Uses of InstanciationException in com.silverpeas.tagcloud
 

Methods in com.silverpeas.tagcloud that throw InstanciationException
 void TagCloudInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void TagCloudInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
           
 

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 com.stratelia.webactiv.contact
 

Methods in com.stratelia.webactiv.contact that throw InstanciationException
 void ContactInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void ContactInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
           
 

Uses of InstanciationException in com.stratelia.webactiv.coordinates
 

Methods in com.stratelia.webactiv.coordinates that throw InstanciationException
 void CoordinatesInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void CoordinatesInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
           
 

Uses of InstanciationException in com.stratelia.webactiv.node
 

Methods in com.stratelia.webactiv.node that throw InstanciationException
 void NodeInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void NodeInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
           
 

Uses of InstanciationException in com.stratelia.webactiv.publication
 

Methods in com.stratelia.webactiv.publication that throw InstanciationException
 void PublicationInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void PublicationInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
           
 

Uses of InstanciationException in com.stratelia.webactiv.question
 

Methods in com.stratelia.webactiv.question that throw InstanciationException
 void QuestionInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void QuestionInstanciator.delete(Connection con, String spaceId, String componentId, String userId)
           
 

Uses of InstanciationException in com.stratelia.webactiv.questionContainer
 

Methods in com.stratelia.webactiv.questionContainer that throw InstanciationException
 void QuestionContainerInstanciator.create(Connection con, String spaceId, String componentId, String userId)
           
 void QuestionContainerInstanciator.delete(Connection con, 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.