You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/index-files/index-7.html

407 lines
33 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_26) on Thu Dec 22 20:39:07 PST 2011 -->
<TITLE>
G-Index
</TITLE>
<META NAME="date" CONTENT="2011-12-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="G-Index";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-7.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="../com/todoroo/andlib/data/TodorooCursor.html#get(com.todoroo.andlib.data.Property)"><B>get(Property&lt;PROPERTY_TYPE&gt;)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/TodorooCursor.html" title="class in com.todoroo.andlib.data">TodorooCursor</A>
<DD>Get the value for the given property on the underlying <CODE>Cursor</CODE>
<DT><A HREF="../com/todoroo/andlib/service/HttpRestClient.html#get(java.lang.String)"><B>get(String)</B></A> -
Method in class com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/HttpRestClient.html" title="class in com.todoroo.andlib.service">HttpRestClient</A>
<DD>Issue an HTTP GET for the given URL, return the response
<DT><A HREF="../com/todoroo/andlib/service/RestClient.html#get(java.lang.String)"><B>get(String)</B></A> -
Method in interface com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/RestClient.html" title="interface in com.todoroo.andlib.service">RestClient</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getBoolean(java.lang.String, boolean)"><B>getBoolean(String, boolean)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Gets a boolean preference (e.g.
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getBoolean(int, boolean)"><B>getBoolean(int, boolean)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Gets a boolean preference (e.g.
<DT><A HREF="../com/todoroo/andlib/data/TodorooCursor.html#getColumnIndexFromCache(java.lang.String)"><B>getColumnIndexFromCache(String)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/TodorooCursor.html" title="class in com.todoroo.andlib.data">TodorooCursor</A>
<DD>Use cache to get the column index for the given field name
<DT><A HREF="../com/todoroo/andlib/service/ContextManager.html#getContext()"><B>getContext()</B></A> -
Static method in class com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/ContextManager.html" title="class in com.todoroo.andlib.service">ContextManager</A>
<DD>Gets the global context
<DT><A HREF="../com/todoroo/andlib/sql/Operator.html#getContrary()"><B>getContrary()</B></A> -
Method in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/Operator.html" title="class in com.todoroo.andlib.sql">Operator</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/AbstractDatabase.html#getDatabase()"><B>getDatabase()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractDatabase.html" title="class in com.todoroo.andlib.data">AbstractDatabase</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#getDatabaseValues()"><B>getDatabaseValues()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>Get database-read values for this object
<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#getDateString(android.content.Context, java.util.Date)"><B>getDateString(Context, Date)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#getDateStringWithTime(android.content.Context, java.util.Date)"><B>getDateStringWithTime(Context, Date)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#getDateStringWithTimeAndWeekday(android.content.Context, java.util.Date)"><B>getDateStringWithTimeAndWeekday(Context, Date)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#getDateStringWithWeekday(android.content.Context, java.util.Date)"><B>getDateStringWithWeekday(Context, Date)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#getDefaultValues()"><B>getDefaultValues()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>Get the default values for this object
<DT><A HREF="../com/todoroo/astrid/data/Metadata.html#getDefaultValues()"><B>getDefaultValues()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Metadata.html" title="class in com.todoroo.astrid.data">Metadata</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/StoreObject.html#getDefaultValues()"><B>getDefaultValues()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/StoreObject.html" title="class in com.todoroo.astrid.data">StoreObject</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/TagData.html#getDefaultValues()"><B>getDefaultValues()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/TagData.html" title="class in com.todoroo.astrid.data">TagData</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/Task.html#getDefaultValues()"><B>getDefaultValues()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Task.html" title="class in com.todoroo.astrid.data">Task</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/Update.html#getDefaultValues()"><B>getDefaultValues()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Update.html" title="class in com.todoroo.astrid.data">Update</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/User.html#getDefaultValues()"><B>getDefaultValues()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/User.html" title="class in com.todoroo.astrid.data">User</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/Query.html#getFields()"><B>getFields()</B></A> -
Method in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/Query.html" title="class in com.todoroo.andlib.sql">Query</A>
<DD>Gets a list of fields returned by this query
<DT><A HREF="../com/todoroo/astrid/api/AstridFilterExposer.html#getFilters()"><B>getFilters()</B></A> -
Method in interface com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/AstridFilterExposer.html" title="interface in com.todoroo.astrid.api">AstridFilterExposer</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#getFlag(com.todoroo.andlib.data.Property.IntegerProperty, int)"><B>getFlag(Property.IntegerProperty, int)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>Returns the set state of the given flag on the given property
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getFloatFromString(int)"><B>getFloatFromString(int)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Gets an float value from a string preference.
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#getId()"><B>getId()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>Utility method to get the identifier of the model, if it exists.
<DT><A HREF="../com/todoroo/astrid/data/Metadata.html#getId()"><B>getId()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Metadata.html" title="class in com.todoroo.astrid.data">Metadata</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/StoreObject.html#getId()"><B>getId()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/StoreObject.html" title="class in com.todoroo.astrid.data">StoreObject</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/TagData.html#getId()"><B>getId()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/TagData.html" title="class in com.todoroo.astrid.data">TagData</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/Task.html#getId()"><B>getId()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Task.html" title="class in com.todoroo.astrid.data">Task</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/Update.html#getId()"><B>getId()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Update.html" title="class in com.todoroo.astrid.data">Update</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/User.html#getId()"><B>getId()</B></A> -
Method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/User.html" title="class in com.todoroo.astrid.data">User</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html#getIdentifier()"><B>getIdentifier()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html" title="class in com.todoroo.astrid.sync">SyncProviderUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/data/Task.html#getImportanceColors(android.content.res.Resources)"><B>getImportanceColors(Resources)</B></A> -
Static method in class com.todoroo.astrid.data.<A HREF="../com/todoroo/astrid/data/Task.html" title="class in com.todoroo.astrid.data">Task</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/service/AbstractDependencyInjector.html#getInjection(java.lang.Object, java.lang.reflect.Field)"><B>getInjection(Object, Field)</B></A> -
Method in class com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/AbstractDependencyInjector.html" title="class in com.todoroo.andlib.service">AbstractDependencyInjector</A>
<DD>Gets the injected object for this field.
<DT><A HREF="../com/todoroo/andlib/service/DependencyInjectionService.html#getInstance()"><B>getInstance()</B></A> -
Static method in class com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/DependencyInjectionService.html" title="class in com.todoroo.andlib.service">DependencyInjectionService</A>
<DD>Gets the singleton instance of the dependency injection service.
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getInt(java.lang.String, int)"><B>getInt(String, int)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Gets a int preference
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getIntegerFromString(int, int)"><B>getIntegerFromString(int, int)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Gets an integer value from a string preference.
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html#getLastAttemptedSyncDate()"><B>getLastAttemptedSyncDate()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html" title="class in com.todoroo.astrid.sync">SyncProviderUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html#getLastError()"><B>getLastError()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html" title="class in com.todoroo.astrid.sync">SyncProviderUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html#getLastSyncDate()"><B>getLastSyncDate()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html" title="class in com.todoroo.astrid.sync">SyncProviderUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/Pair.html#getLeft()"><B>getLeft()</B></A> -
Method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Pair.html" title="class in com.todoroo.andlib.utility">Pair</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html#getLocallyCreated(com.todoroo.andlib.data.Property...)"><B>getLocallyCreated(Property&lt;?&gt;...)</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html" title="class in com.todoroo.astrid.sync">SyncMetadataService</A>
<DD>Gets tasks that were created since last sync
<DT><A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html#getLocallyUpdated(com.todoroo.andlib.data.Property...)"><B>getLocallyUpdated(Property&lt;?&gt;...)</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html" title="class in com.todoroo.astrid.sync">SyncMetadataService</A>
<DD>Gets tasks that were modified since last sync
<DT><A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html#getLocalMatchCriteria(TYPE)"><B>getLocalMatchCriteria(TYPE)</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html" title="class in com.todoroo.astrid.sync">SyncMetadataService</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html#getLoggedInUserName()"><B>getLoggedInUserName()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html" title="class in com.todoroo.astrid.sync">SyncProviderUtilities</A>
<DD>Returns something like "Logged in as: user@gmail.com"
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getLong(java.lang.String, long)"><B>getLong(String, long)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Gets a long preference
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#getMergedValues()"><B>getMergedValues()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>Get a list of all field/value pairs merged across data sources
<DT><A HREF="../com/todoroo/andlib/service/HttpUnavailableException.html#getMessage()"><B>getMessage()</B></A> -
Method in exception com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/HttpUnavailableException.html" title="class in com.todoroo.andlib.service">HttpUnavailableException</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html#getMetadataCriteria()"><B>getMetadataCriteria()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html" title="class in com.todoroo.astrid.sync">SyncMetadataService</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html#getMetadataKey()"><B>getMetadataKey()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html" title="class in com.todoroo.astrid.sync">SyncMetadataService</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html#getMetadataWithRemoteId()"><B>getMetadataWithRemoteId()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html" title="class in com.todoroo.astrid.sync">SyncMetadataService</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/TodorooPreferenceActivity.html#getPreferenceResource()"><B>getPreferenceResource()</B></A> -
Method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/TodorooPreferenceActivity.html" title="class in com.todoroo.andlib.utility">TodorooPreferenceActivity</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderPreferences.html#getPreferenceResource()"><B>getPreferenceResource()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderPreferences.html" title="class in com.todoroo.astrid.sync">SyncProviderPreferences</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getPrefs(android.content.Context)"><B>getPrefs(Context)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Get preferences object from the context
<DT><A HREF="../com/todoroo/andlib/data/Table.html#getProperties()"><B>getProperties()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/Table.html" title="class in com.todoroo.andlib.data">Table</A>
<DD>Reads a list of properties from model class by reflection
<DT><A HREF="../com/todoroo/andlib/data/TodorooCursor.html#getProperties()"><B>getProperties()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/TodorooCursor.html" title="class in com.todoroo.andlib.data">TodorooCursor</A>
<DD>Gets entire property list
<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#getRelativeDay(android.content.Context, long)"><B>getRelativeDay(Context, long)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/service/ContextManager.html#getResources()"><B>getResources()</B></A> -
Static method in class com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/ContextManager.html" title="class in com.todoroo.andlib.service">ContextManager</A>
<DD>Convenience method to read resources
<DT><A HREF="../com/todoroo/andlib/utility/Pair.html#getRight()"><B>getRight()</B></A> -
Method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Pair.html" title="class in com.todoroo.andlib.utility">Pair</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/AndroidUtilities.html#getSdkVersion()"><B>getSdkVersion()</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/AndroidUtilities.html" title="class in com.todoroo.andlib.utility">AndroidUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#getSetValues()"><B>getSetValues()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>Get the user-set values for this object
<DT><A HREF="../com/todoroo/andlib/utility/TodorooPreferenceActivity.html#getSharedPreferences(java.lang.String, int)"><B>getSharedPreferences(String, int)</B></A> -
Method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/TodorooPreferenceActivity.html" title="class in com.todoroo.andlib.utility">TodorooPreferenceActivity</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/utility/AndroidUtilities.html#getSignature(android.content.Context, java.lang.String)"><B>getSignature(Context, String)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/AndroidUtilities.html" title="class in com.todoroo.andlib.utility">AndroidUtilities</A>
<DD>Gets application signature
<DT><A HREF="../com/todoroo/andlib/service/ContextManager.html#getString(int, java.lang.Object...)"><B>getString(int, Object...)</B></A> -
Static method in class com.todoroo.andlib.service.<A HREF="../com/todoroo/andlib/service/ContextManager.html" title="class in com.todoroo.andlib.service">ContextManager</A>
<DD>Convenience method to read a string from the resources
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getStringValue(java.lang.String)"><B>getStringValue(String)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Gets an string value from a string preference.
<DT><A HREF="../com/todoroo/andlib/utility/Preferences.html#getStringValue(int)"><B>getStringValue(int)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/Preferences.html" title="class in com.todoroo.andlib.utility">Preferences</A>
<DD>Gets an string value from a string preference.
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html#getSyncAutoSyncFrequency()"><B>getSyncAutoSyncFrequency()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html" title="class in com.todoroo.astrid.sync">SyncProviderUtilities</A>
<DD>Reads the frequency, in seconds, auto-sync should occur.
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html#getSyncIntervalKey()"><B>getSyncIntervalKey()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html" title="class in com.todoroo.astrid.sync">SyncProviderUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/AbstractDatabase.html#getTable(java.lang.Class)"><B>getTable(Class&lt;? extends AbstractModel&gt;)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractDatabase.html" title="class in com.todoroo.andlib.data">AbstractDatabase</A>
<DD>Return the name of the table containing these models
<DT><A HREF="../com/todoroo/andlib/data/DatabaseDao.html#getTable()"><B>getTable()</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/DatabaseDao.html" title="class in com.todoroo.andlib.data">DatabaseDao</A>
<DD>Gets table associated with this DAO
<DT><A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html#getTaskMetadata(long)"><B>getTaskMetadata(long)</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html" title="class in com.todoroo.astrid.sync">SyncMetadataService</A>
<DD>Reads metadata out of a task
<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#getTimeString(android.content.Context, java.util.Date)"><B>getTimeString(Context, Date)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html#getToken()"><B>getToken()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderUtilities.html" title="class in com.todoroo.astrid.sync">SyncProviderUtilities</A>
<DD>authentication token, or null if doesn't exist
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#getTransitory(java.lang.String)"><B>getTransitory(String)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html#getUtilities()"><B>getUtilities()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncMetadataService.html" title="class in com.todoroo.astrid.sync">SyncMetadataService</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/sync/SyncProviderPreferences.html#getUtilities()"><B>getUtilities()</B></A> -
Method in class com.todoroo.astrid.sync.<A HREF="../com/todoroo/astrid/sync/SyncProviderPreferences.html" title="class in com.todoroo.astrid.sync">SyncProviderPreferences</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/data/AbstractModel.html#getValue(com.todoroo.andlib.data.Property)"><B>getValue(Property&lt;TYPE&gt;)</B></A> -
Method in class com.todoroo.andlib.data.<A HREF="../com/todoroo/andlib/data/AbstractModel.html" title="class in com.todoroo.andlib.data">AbstractModel</A>
<DD>Reads the given property.
<DT><A HREF="../com/todoroo/andlib/utility/DateUtilities.html#getWeekday(java.util.Date)"><B>getWeekday(Date)</B></A> -
Static method in class com.todoroo.andlib.utility.<A HREF="../com/todoroo/andlib/utility/DateUtilities.html" title="class in com.todoroo.andlib.utility">DateUtilities</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/astrid/api/AstridApiConstants.html#GROUP_BY_URI"><B>GROUP_BY_URI</B></A> -
Static variable in class com.todoroo.astrid.api.<A HREF="../com/todoroo/astrid/api/AstridApiConstants.html" title="class in com.todoroo.astrid.api">AstridApiConstants</A>
<DD>URI to append to base content URI for making group-by queries
<DT><A HREF="../com/todoroo/andlib/sql/GroupBy.html" title="class in com.todoroo.andlib.sql"><B>GroupBy</B></A> - Class in <A HREF="../com/todoroo/andlib/sql/package-summary.html">com.todoroo.andlib.sql</A><DD>&nbsp;<DT><A HREF="../com/todoroo/andlib/sql/GroupBy.html#GroupBy()"><B>GroupBy()</B></A> -
Constructor for class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/GroupBy.html" title="class in com.todoroo.andlib.sql">GroupBy</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/GroupBy.html#groupBy(com.todoroo.andlib.sql.Field)"><B>groupBy(Field)</B></A> -
Static method in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/GroupBy.html" title="class in com.todoroo.andlib.sql">GroupBy</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/Query.html#groupBy(com.todoroo.andlib.sql.Field...)"><B>groupBy(Field...)</B></A> -
Method in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/Query.html" title="class in com.todoroo.andlib.sql">Query</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/QueryTemplate.html#groupBy(com.todoroo.andlib.sql.Field...)"><B>groupBy(Field...)</B></A> -
Method in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/QueryTemplate.html" title="class in com.todoroo.andlib.sql">QueryTemplate</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/Field.html#gt(java.lang.Object)"><B>gt(Object)</B></A> -
Method in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/Field.html" title="class in com.todoroo.andlib.sql">Field</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/Operator.html#gt"><B>gt</B></A> -
Static variable in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/Operator.html" title="class in com.todoroo.andlib.sql">Operator</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/UnaryCriterion.html#gt(com.todoroo.andlib.sql.Field, java.lang.Object)"><B>gt(Field, Object)</B></A> -
Static method in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/UnaryCriterion.html" title="class in com.todoroo.andlib.sql">UnaryCriterion</A>
<DD>&nbsp;
<DT><A HREF="../com/todoroo/andlib/sql/Operator.html#gte"><B>gte</B></A> -
Static variable in class com.todoroo.andlib.sql.<A HREF="../com/todoroo/andlib/sql/Operator.html" title="class in com.todoroo.andlib.sql">Operator</A>
<DD>&nbsp;
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-6.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-8.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-7.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-7.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <HR>
</BODY>
</HTML>