public static final class

OmletModel.FeedMembers

extends Object
java.lang.Object
   ↳ mobisocial.omlib.model.OmletModel.FeedMembers

Class Overview

Maps accounts to the feeds they to which they have membership. See OmletModel.MembersOfFeed for a joined view against the OmletModel.Accounts table.

Summary

Nested Classes
interface OmletModel.FeedMembers.FeedMemberColumns  
Constants
String TABLE
Public Constructors
FeedMembers()
Public Methods
final static Uri getUri(Context ctx)
Access the raw table of FeedMembers.
final static Uri uriForFeed(Context ctx, long id)
Returns a uri for a database view over the accounts associated with the given feed.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TABLE

Constant Value: "feedMembers"

Public Constructors

public FeedMembers ()

Public Methods

public static final Uri getUri (Context ctx)

Access the raw table of FeedMembers. Typically, an app will prefer to use uriForFeed(Context, long).

public static final Uri uriForFeed (Context ctx, long id)

Returns a uri for a database view over the accounts associated with the given feed. See OmletModel.MembersOfFeed.