com.stratelia.webactiv.coordinates
Class CoordinatesInstanciator

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.SQLRequest
      extended by com.stratelia.webactiv.coordinates.CoordinatesInstanciator

public class CoordinatesInstanciator
extends SQLRequest


Constructor Summary
CoordinatesInstanciator()
           
CoordinatesInstanciator(String fullPathName)
           
 
Method Summary
 void create(Connection con, String spaceId, String componentId, String userId)
           
 void delete(Connection con, String spaceId, String componentId, String userId)
           
 
Methods inherited from class com.stratelia.webactiv.beans.admin.SQLRequest
getCreateQuery, getDeleteQuery, getInsertQuery, getUpdateQuery, setCreateQueries, setDeleteQueries, setInsertQueries, setUpdateQueries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinatesInstanciator

public CoordinatesInstanciator()

CoordinatesInstanciator

public CoordinatesInstanciator(String fullPathName)
Method Detail

create

public void create(Connection con,
                   String spaceId,
                   String componentId,
                   String userId)
            throws InstanciationException
Throws:
InstanciationException

delete

public void delete(Connection con,
                   String spaceId,
                   String componentId,
                   String userId)
            throws InstanciationException
Throws:
InstanciationException


Copyright © 2016 Silverpeas. All Rights Reserved.