org.openintents.provider
Class Shopping.Lists

java.lang.Object
  extended by org.openintents.provider.Shopping.Lists
Enclosing class:
Shopping

public static final class Shopping.Lists
extends java.lang.Object

Shopping lists that can contain items.


Field Summary
static java.lang.String ACCESSED_DATE
          The timestamp for when the item was last accessed.
static Uri CONTENT_URI
          The content:// style URL for this table.
static java.lang.String CREATED_DATE
          The timestamp for when the item was created.
static java.lang.String DEFAULT_SORT_ORDER
          The default sort order for this table.
static java.lang.String IMAGE
          An image of the list (uri).
static java.lang.String MODIFIED_DATE
          The timestamp for when the item was last modified.
static java.lang.String NAME
          The name of the list.
static java.lang.String SHARE_CONTACTS
          The comma separated list of contacts with whom this list is shared.
static java.lang.String SHARE_NAME
          The name of the shared shopping list that should be worldwide unique.
static java.lang.String SKIN_BACKGROUND
          Name of background image.
static java.lang.String SKIN_COLOR
          Color of text in list.
static java.lang.String SKIN_COLOR_STRIKETHROUGH
          Color of strikethrough text in list.
static java.lang.String SKIN_FONT
          Name of font in list.
 
Constructor Summary
Shopping.Lists()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT_URI

public static final Uri CONTENT_URI
The content:// style URL for this table.


DEFAULT_SORT_ORDER

public static final java.lang.String DEFAULT_SORT_ORDER
The default sort order for this table.

See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of the list.

Type: TEXT

See Also:
Constant Field Values

IMAGE

public static final java.lang.String IMAGE
An image of the list (uri).

Type: TEXT

See Also:
Constant Field Values

CREATED_DATE

public static final java.lang.String CREATED_DATE
The timestamp for when the item was created.

Type: INTEGER (long)

See Also:
Constant Field Values

MODIFIED_DATE

public static final java.lang.String MODIFIED_DATE
The timestamp for when the item was last modified.

Type: INTEGER (long)

See Also:
Constant Field Values

ACCESSED_DATE

public static final java.lang.String ACCESSED_DATE
The timestamp for when the item was last accessed.

Type: INTEGER (long)

See Also:
Constant Field Values

SHARE_NAME

public static final java.lang.String SHARE_NAME
The name of the shared shopping list that should be worldwide unique. It is formed of the current user's email address and a unique suffix.

Type: TEXT

Available since release 0.1.6.

See Also:
Constant Field Values

SHARE_CONTACTS

public static final java.lang.String SHARE_CONTACTS
The comma separated list of contacts with whom this list is shared.

Type: TEXT

Available since release 0.1.6.

See Also:
Constant Field Values

SKIN_BACKGROUND

public static final java.lang.String SKIN_BACKGROUND
Name of background image.

Type: TEXT

Available since release 0.1.6.

See Also:
Constant Field Values

SKIN_FONT

public static final java.lang.String SKIN_FONT
Name of font in list.

Type: TEXT

Available since release 0.1.6.

See Also:
Constant Field Values

SKIN_COLOR

public static final java.lang.String SKIN_COLOR
Color of text in list.

Type: INTEGER (long)

Available since release 0.1.6.

See Also:
Constant Field Values

SKIN_COLOR_STRIKETHROUGH

public static final java.lang.String SKIN_COLOR_STRIKETHROUGH
Color of strikethrough text in list.

Type: INTEGER (long)

Available since release 0.1.6.

See Also:
Constant Field Values
Constructor Detail

Shopping.Lists

public Shopping.Lists()