|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.transfers.dao.TransferSettingDAO
DB Access Manager for Plugin Settings
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 |
public static void setAutomatic(boolean auto)
auto
- Boolean valuepublic static boolean isAutomatic()
public static void setCalendarFix()
public static boolean isCalendarFix()
public static void setFixed()
public static boolean isFixed()
public static void setStarted()
public static boolean isStarted()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |