public interface TableService
| Modifier and Type | Method and Description |
|---|---|
TableState |
getState(String name)
Get TableState for user and table name
|
void |
saveState(TableState state)
Save the given TableState
|
TableState getState(String name)
name - the table namevoid saveState(TableState state)
state - the stateCopyright © 2014 JDAL. All Rights Reserved.