org.gcube.contentmanagement.contentmanager.smsplugin.delegates
Class WriteManager

java.lang.Object
  extended by WriteDelegate
      extended by org.gcube.contentmanagement.contentmanager.smsplugin.delegates.WriteManager

public class WriteManager
extends WriteDelegate

Author:
Fabio Simeoni (University of Strathclyde), Federico De Faveri defaveri@isti.cnr.it

Constructor Summary
WriteManager()
           
 
Method Summary
 java.lang.String add(GDoc doc)
          
 void update(GDoc doc)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriteManager

public WriteManager()
Method Detail

add

public java.lang.String add(GDoc doc)
                     throws java.lang.Exception

Throws:
java.lang.Exception

update

public void update(GDoc doc)
            throws java.lang.Exception

Throws:
java.lang.Exception