org.jmythapi.database
Interface IMythFillDatabaseSettings

All Superinterfaces:
Cloneable, IPropertyAware<IMythFillDatabaseSettings.Props>
All Known Implementing Classes:
MythFillDatabaseStatus

public interface IMythFillDatabaseSettings
extends IPropertyAware<IMythFillDatabaseSettings.Props>

The MythFillDatabase Settings.

This object encapsulates all MythFillDatabase related settings stored in the MythTv settings table.

Response example:

<0>FILL_ENABLED: true | <1>FILL_PERIOD: 1 | <2>FILL_MIN_HOUR: 18 | <3>FILL_MAX_HOUR: 22 | <4>FILL_USE_SUGGESTED_RUNTIME: true | <5>FILL_NEXT_SUGGESTED_RUNTIME: 1970-01-01 00:00:00 | <6>LAST_RUN_START: 2012-01-26 19:25:00 | <7>LAST_RUN_END: 2012-01-26 19:26:00 | <8>LAST_RUN_STATUS: Successfully.


Nested Class Summary
static class IMythFillDatabaseSettings.Props
           
 
Method Summary
 Integer getFillMaxHour()
           
 Integer getFillMinHour()
           
 Integer getFillPeriod()
           
 Integer getLastRunDuration()
           
 Date getLastRunEnd()
           
 Date getLastRunStart()
           
 String getLastRunStatus()
           
 Date getSuggestedRunTime()
           
 Boolean isFillEnabled()
           
 Boolean isRunning()
           
 Boolean useSuggestedRunTime()
           
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 

Method Detail

isFillEnabled

Boolean isFillEnabled()

getFillMinHour

Integer getFillMinHour()

getFillMaxHour

Integer getFillMaxHour()

getFillPeriod

Integer getFillPeriod()

useSuggestedRunTime

Boolean useSuggestedRunTime()

getSuggestedRunTime

Date getSuggestedRunTime()

getLastRunStart

Date getLastRunStart()

getLastRunEnd

Date getLastRunEnd()

getLastRunDuration

Integer getLastRunDuration()

getLastRunStatus

String getLastRunStatus()

isRunning

Boolean isRunning()


Copyright © 2008-2013. All Rights Reserved.