public static final class InventoryContract.Group extends Object implements BaseColumns, InventoryContract.GroupColumns
ModifierGroup
instances via content provider.Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
base content directory for modifiers
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI subdirectory of a single group. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of groups. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
static Uri |
CONTENT_WITH_COUNT_URI
The content:// style URI for this table with an additional count of the number of modifiers in this group.
|
static String |
CONTENT_WITH_MENU_DIRECTORY
content directory for modifier group with associated menu modifier group
|
static Uri |
CONTENT_WITH_MENU_URI
The content:// style URI for this table with associated menu modifier group.
|
static String |
DEFAULT_ORDER_BY
Use as ORDER BY to get the default sort order for modifier groups.
|
_COUNT, _ID
MAX_ALLOWED, MENU_DESCRIPTION, MENU_ENABLED, MENU_IMAGE_FILENAME, MENU_MAX_ALLOWED, MENU_MIN_REQUIRED, MENU_NAME, MENU_REASON_CODE, MIN_REQUIRED, MODIFIER_COUNT, NAME, SHOW_BY_DEFAULT, SORT_ORDER, UUID
Modifier and Type | Method and Description |
---|---|
static Uri |
contentUriWithAccount(Account account) |
static Uri |
contentUriWithToken(String token) |
static Uri |
contentWithCountUriWithToken(String token) |
static Uri |
contentWithMenuUriWithAccount(Account account) |
public static final String CONTENT_DIRECTORY
public static final Uri CONTENT_URI
public static final Uri CONTENT_WITH_COUNT_URI
public static final String CONTENT_WITH_MENU_DIRECTORY
public static final Uri CONTENT_WITH_MENU_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of groups.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
subdirectory of a single group.public static final String DEFAULT_ORDER_BY