|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.transfers.dao.DividerDAO
DAO that store the Divider position into the HO Database
Method Summary | |
static int |
getDividerPosition(java.lang.String key)
Return the divider position value from the DB |
static void |
setDividerPosition(java.lang.String key,
int position)
Store the new divider position value into the DB |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void setDividerPosition(java.lang.String key, int position)
key
- Divider indentificatonposition
- New divider position valuepublic static int getDividerPosition(java.lang.String key)
key
- Divider indentificaton
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |