public abstract class TableManagerSupport extends Object implements TableService
| Constructor and Description |
|---|
TableManagerSupport() |
| Modifier and Type | Method and Description |
|---|---|
TableState |
getState(String name)
Get TableState for user and table name
|
protected abstract User |
getUser() |
UserPreferenceDao |
getUserPreferenceDao() |
void |
saveState(TableState state)
Save the given TableState
|
void |
setUserPreferenceDao(UserPreferenceDao userPreferenceDao) |
public TableState getState(String name)
getState in interface TableServicename - the table nameprotected abstract User getUser()
public void saveState(TableState state)
saveState in interface TableServicestate - the statepublic UserPreferenceDao getUserPreferenceDao()
public void setUserPreferenceDao(UserPreferenceDao userPreferenceDao)
userPreferenceDao - the userPreferenceDao to setCopyright © 2014 JDAL. All Rights Reserved.