org.gcube.data.analysis.tabulardata.cube.tablemanagers
Interface TableManager

All Known Implementing Classes:
TableManagerImpl

public interface TableManager


Method Summary
 org.gcube.data.analysis.tabulardata.model.table.Table get(org.gcube.data.analysis.tabulardata.model.table.TableId id)
           
 Collection<org.gcube.data.analysis.tabulardata.model.table.Table> getAll()
           
 Collection<org.gcube.data.analysis.tabulardata.model.table.Table> getAll(org.gcube.data.analysis.tabulardata.model.table.TableType tableType)
           
 void remove(org.gcube.data.analysis.tabulardata.model.table.TableId id)
           
 

Method Detail

getAll

Collection<org.gcube.data.analysis.tabulardata.model.table.Table> getAll()

getAll

Collection<org.gcube.data.analysis.tabulardata.model.table.Table> getAll(org.gcube.data.analysis.tabulardata.model.table.TableType tableType)

get

org.gcube.data.analysis.tabulardata.model.table.Table get(org.gcube.data.analysis.tabulardata.model.table.TableId id)
                                                          throws org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
Throws:
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException

remove

void remove(org.gcube.data.analysis.tabulardata.model.table.TableId id)
            throws org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
Throws:
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException


Copyright © 2013. All Rights Reserved.