org.silverpeas.util.jcr
Class ComponentHelper

java.lang.Object
  extended by org.silverpeas.util.jcr.ComponentHelper

public class ComponentHelper
extends Object


Constructor Summary
ComponentHelper()
           
 
Method Summary
static void createAttachmentFolder(String componentId)
           
static void createBlogComponent(String componentId)
           
protected static void createComponentNode(String componentId, String componentType)
           
static void createForumComponent(String componentId)
           
static void createGalleryComponent(String componentId)
           
static void createKmeliaComponent(String componentId)
           
static void createNewsEditoComponent(String componentId)
           
static void createQuestionReplyComponent(String componentId)
           
static void createQuickInfoComponent(String componentId)
           
static void createWebSitesComponent(String componentId)
           
static void deleteComponent(String componentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentHelper

public ComponentHelper()
Method Detail

deleteComponent

public static void deleteComponent(String componentId)
                            throws InstanciationException
Throws:
InstanciationException

createForumComponent

public static void createForumComponent(String componentId)
                                 throws InstanciationException
Throws:
InstanciationException

createKmeliaComponent

public static void createKmeliaComponent(String componentId)
                                  throws InstanciationException
Throws:
InstanciationException

createBlogComponent

public static void createBlogComponent(String componentId)
                                throws InstanciationException
Throws:
InstanciationException

createQuickInfoComponent

public static void createQuickInfoComponent(String componentId)
                                     throws InstanciationException
Throws:
InstanciationException

createAttachmentFolder

public static final void createAttachmentFolder(String componentId)
                                         throws InstanciationException
Throws:
InstanciationException

createComponentNode

protected static final void createComponentNode(String componentId,
                                                String componentType)
                                         throws InstanciationException
Throws:
InstanciationException

createNewsEditoComponent

public static void createNewsEditoComponent(String componentId)
                                     throws InstanciationException
Throws:
InstanciationException

createGalleryComponent

public static void createGalleryComponent(String componentId)
                                   throws InstanciationException
Throws:
InstanciationException

createQuestionReplyComponent

public static void createQuestionReplyComponent(String componentId)
                                         throws InstanciationException
Throws:
InstanciationException

createWebSitesComponent

public static void createWebSitesComponent(String componentId)
                                    throws InstanciationException
Throws:
InstanciationException


Copyright © 2016 Silverpeas. All Rights Reserved.