org.gcube.vremanagement.vremodeler.resources.handlers
Class GhnRiRelationHandler

java.lang.Object
  extended by org.gcube.vremanagement.vremodeler.resources.handlers.GhnRiRelationHandler
All Implemented Interfaces:
ResourceHandler<GhnRiRelationObject>

public class GhnRiRelationHandler
extends java.lang.Object
implements ResourceHandler<GhnRiRelationObject>


Field Summary
static java.lang.String tableName
           
 
Constructor Summary
GhnRiRelationHandler()
           
 
Method Summary
 void add(GhnRiRelationObject resource)
           
 void drop(java.lang.String riId)
           
 void initialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableName

public static final java.lang.String tableName
See Also:
Constant Field Values
Constructor Detail

GhnRiRelationHandler

public GhnRiRelationHandler()
Method Detail

add

public void add(GhnRiRelationObject resource)
         throws java.lang.Exception
Specified by:
add in interface ResourceHandler<GhnRiRelationObject>
Throws:
java.lang.Exception

drop

public void drop(java.lang.String riId)
          throws java.lang.Exception
Specified by:
drop in interface ResourceHandler<GhnRiRelationObject>
Throws:
java.lang.Exception

initialize

public void initialize()
                throws java.lang.Exception
Specified by:
initialize in interface ResourceHandler<GhnRiRelationObject>
Throws:
java.lang.Exception