org.gcube.data.analysis.tabulardata.cube.tablemanagers
Class TableManagerImpl
java.lang.Object
org.gcube.data.analysis.tabulardata.cube.tablemanagers.TableManagerImpl
- All Implemented Interfaces:
- TableManager
@Default
public class TableManagerImpl
- extends Object
- implements TableManager
|
Constructor Summary |
TableManagerImpl(org.gcube.data.analysis.tabulardata.cube.data.DatabaseWrangler dbWrangler,
org.gcube.data.analysis.tabulardata.cube.metadata.CubeMetadataWrangler cmWrangler)
|
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableManagerImpl
@Inject
public TableManagerImpl(org.gcube.data.analysis.tabulardata.cube.data.DatabaseWrangler dbWrangler,
org.gcube.data.analysis.tabulardata.cube.metadata.CubeMetadataWrangler cmWrangler)
getAll
public Collection<org.gcube.data.analysis.tabulardata.model.table.Table> getAll()
- Specified by:
getAll in interface TableManager
getAll
public Collection<org.gcube.data.analysis.tabulardata.model.table.Table> getAll(org.gcube.data.analysis.tabulardata.model.table.TableType tableType)
- Specified by:
getAll in interface TableManager
get
public 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
- Specified by:
get in interface TableManager
- Throws:
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
remove
public void remove(org.gcube.data.analysis.tabulardata.model.table.TableId id)
throws org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
- Specified by:
remove in interface TableManager
- Throws:
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
Copyright © 2013. All Rights Reserved.