info.joseluismartin.service
Interface TableService


public interface TableService

Read and Save TableStates

Author:
Jose Luis Martin - (jlm@joseluismartin.info)

Method Summary
 TableState getState(String name)
          Get TableState for user and table name
 void saveState(TableState state)
          Save the given TableState
 

Method Detail

getState

TableState getState(String name)
Get TableState for user and table name

Parameters:
name - the table name
Returns:
the table state, null if none

saveState

void saveState(TableState state)
Save the given TableState

Parameters:
state - the state


Copyright © 2012 JDAL. All Rights Reserved.