com.silverpeas.admin
Class FakeComponentInstanciator

java.lang.Object
  extended by com.silverpeas.admin.FakeComponentInstanciator
All Implemented Interfaces:
ComponentsInstanciatorIntf

public class FakeComponentInstanciator
extends Object
implements ComponentsInstanciatorIntf


Field Summary
 
Fields inherited from interface com.silverpeas.admin.components.ComponentsInstanciatorIntf
PROCESS_XML_FILE_NAME
 
Constructor Summary
FakeComponentInstanciator()
           
 
Method Summary
 void create(Connection connection, String spaceId, String componentId, String userId)
           
 void delete(Connection connection, String spaceId, String componentId, String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeComponentInstanciator

public FakeComponentInstanciator()
Method Detail

create

public void create(Connection connection,
                   String spaceId,
                   String componentId,
                   String userId)
            throws InstanciationException
Specified by:
create in interface ComponentsInstanciatorIntf
Throws:
InstanciationException

delete

public void delete(Connection connection,
                   String spaceId,
                   String componentId,
                   String userId)
            throws InstanciationException
Specified by:
delete in interface ComponentsInstanciatorIntf
Throws:
InstanciationException


Copyright © 2016 Silverpeas. All Rights Reserved.