hoplugins.transfers.dao
Class DividerDAO

java.lang.Object
  extended byhoplugins.transfers.dao.DividerDAO

public final class DividerDAO
extends java.lang.Object

DAO that store the Divider position into the HO Database

Author:
Massimiliano Amato

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

setDividerPosition

public static void setDividerPosition(java.lang.String key,
                                      int position)
Store the new divider position value into the DB

Parameters:
key - Divider indentificaton
position - New divider position value

getDividerPosition

public static int getDividerPosition(java.lang.String key)
Return the divider position value from the DB

Parameters:
key - Divider indentificaton
Returns:
the divider position value


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.