public class TableManagerImpl extends Object implements TableManager
| Constructor and Description |
|---|
TableManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTable(Table table) |
int |
getTableCount() |
int |
getTableCount(int userId) |
int |
getTableCount(User user) |
List<Table> |
getTableList() |
List<Table> |
getTableList(int userId) |
List<Table> |
getTableList(User user) |
Table |
lookupTable(int tableId) |
void |
setTableDao(TableDao tableDao) |
void |
toggleTableVisibility(Table table) |
void |
updateTable(Table table) |
public void setTableDao(TableDao tableDao)
public Table lookupTable(int tableId)
lookupTable in interface TableManagerpublic List<Table> getTableList()
getTableList in interface TableManagerpublic List<Table> getTableList(int userId)
getTableList in interface TableManagerpublic List<Table> getTableList(User user)
getTableList in interface TableManagerpublic int getTableCount()
getTableCount in interface TableManagerpublic int getTableCount(int userId)
getTableCount in interface TableManagerpublic int getTableCount(User user)
getTableCount in interface TableManagerpublic void toggleTableVisibility(Table table)
toggleTableVisibility in interface TableManagerpublic void createTable(Table table) throws IOException
createTable in interface TableManagerIOExceptionpublic void updateTable(Table table)
updateTable in interface TableManagerCopyright © 1999-2013 UCAR/Unidata. All Rights Reserved.