org.gcube.data.analysis.statisticalmanager.persistence
Class UserDataSpaceManager

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.persistence.UserDataSpaceManager

public class UserDataSpaceManager
extends Object


Constructor Summary
UserDataSpaceManager(String userLogin)
           
 
Method Summary
 void addTabularData(String type, String userTableName, String dbTableName, String description)
           
 boolean existTabularData(String tableName)
           
 org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadataList getTabularData()
           
 org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadataList getTabularDataByTemplate(String template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDataSpaceManager

public UserDataSpaceManager(String userLogin)
Method Detail

existTabularData

public boolean existTabularData(String tableName)

addTabularData

public void addTabularData(String type,
                           String userTableName,
                           String dbTableName,
                           String description)
                    throws SMDataPersistenceException
Throws:
SMDataPersistenceException

getTabularData

public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadataList getTabularData()

getTabularDataByTemplate

public org.gcube_system.namespaces.data.analysis.statisticalmanager.types.SMTableMetadataList getTabularDataByTemplate(String template)


Copyright © 2012. All Rights Reserved.