hoplugins.transfers.dao
Class TransferSettingDAO

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

public final class TransferSettingDAO
extends java.lang.Object

DB Access Manager for Plugin Settings

Author:
Massimiliano Amato

Method Summary
static boolean isAutomatic()
          Gets the settings for automatic upload
static boolean isCalendarFix()
          Gets the plugin status
static boolean isFixed()
          Gets the plugin status
static boolean isStarted()
          Gets the plugin status
static void setAutomatic(boolean auto)
          Set the toggle to enable/disable transfer upload
static void setCalendarFix()
          Set the Plugin Status to started
static void setFixed()
          Set the Plugin Status to started
static void setStarted()
          Set the Plugin Status to started
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setAutomatic

public static void setAutomatic(boolean auto)
Set the toggle to enable/disable transfer upload

Parameters:
auto - Boolean value

isAutomatic

public static boolean isAutomatic()
Gets the settings for automatic upload

Returns:
true if enabled

setCalendarFix

public static void setCalendarFix()
Set the Plugin Status to started


isCalendarFix

public static boolean isCalendarFix()
Gets the plugin status

Returns:
true if already started

setFixed

public static void setFixed()
Set the Plugin Status to started


isFixed

public static boolean isFixed()
Gets the plugin status

Returns:
true if already started

setStarted

public static void setStarted()
Set the Plugin Status to started


isStarted

public static boolean isStarted()
Gets the plugin status

Returns:
true if already started


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