sbLocalDatabaseSmartMediaList Class Reference

#include <sbLocalDatabaseSmartMediaList.h>

Inheritance diagram for sbLocalDatabaseSmartMediaList:
[legend]
Collaboration diagram for sbLocalDatabaseSmartMediaList:
[legend]

Public Member Functions

NS_DECL_ISUPPORTS
NS_DECL_SBILOCALDATABASESMARTMEDIALIST
NS_DECL_SBIMEDIALISTLISTENER
NS_DECL_NSIOBSERVER
NS_DECL_NSICLASSINFO
NS_SCRIPTABLE NS_IMETHOD 
GetMediaItemId (PRUint32 *aMediaItemId)
 
NS_SCRIPTABLE NS_IMETHOD GetPropertyBag (sbILocalDatabaseResourcePropertyBag **aPropertyBag)
 
NS_SCRIPTABLE NS_IMETHOD SetPropertyBag (sbILocalDatabaseResourcePropertyBag *aPropertyBag)
 
 NS_IMETHOD_ (void) SetSuppressNotifications(PRBool aSuppress)
 
NS_IMETHOD GetLength (PRUint32 *aLength)
 
NS_IMETHOD GetItemByGuid (const nsAString &aGuid, sbIMediaItem **_retval)
 
NS_IMETHOD GetItemByIndex (PRUint32 aIndex, sbIMediaItem **_retval)
 
NS_IMETHOD EnumerateAllItems (sbIMediaListEnumerationListener *aEnumerationListener, PRUint16 aEnumerationType)
 
NS_IMETHOD EnumerateItemsByProperty (const nsAString &aPropertyID, const nsAString &aPropertyValue, sbIMediaListEnumerationListener *aEnumerationListener, PRUint16 aEnumerationType)
 
NS_IMETHOD EnumerateItemsByProperties (sbIPropertyArray *aProperties, sbIMediaListEnumerationListener *aEnumerationListener, PRUint16 aEnumerationType)
 
NS_IMETHOD GetItemsByProperty (const nsAString &aPropertyID, const nsAString &aPropertyValue, nsIArray **_retval)
 
NS_IMETHOD GetItemCountByProperty (const nsAString &aPropertyID, const nsAString &aPropertyValue, PRUint32 *_retval)
 
NS_IMETHOD GetItemsByProperties (sbIPropertyArray *aProperties, nsIArray **_retval)
 
NS_IMETHOD IndexOf (sbIMediaItem *aMediaItem, PRUint32 aStartFrom, PRUint32 *_retval)
 
NS_IMETHOD LastIndexOf (sbIMediaItem *aMediaItem, PRUint32 aStartFrom, PRUint32 *_retval)
 
NS_IMETHOD Contains (sbIMediaItem *aMediaItem, PRBool *_retval)
 
NS_IMETHOD GetIsEmpty (PRBool *aIsEmpty)
 
NS_IMETHOD GetUserEditableContent (PRBool *aUserEditableContent)
 
NS_IMETHOD Add (sbIMediaItem *aMediaItem)
 
NS_IMETHOD AddItem (sbIMediaItem *aMediaItem, sbIMediaItem **aNewMediaItem)
 
NS_IMETHOD AddAll (sbIMediaList *aMediaList)
 
NS_IMETHOD AddSome (nsISimpleEnumerator *aMediaItems)
 
NS_IMETHOD AddMediaItems (nsISimpleEnumerator *aMediaItems, sbIAddMediaItemsListener *aListener, PRBool aAsync)
 
NS_IMETHOD Remove (sbIMediaItem *aMediaItem)
 
NS_IMETHOD RemoveByIndex (PRUint32 aIndex)
 
NS_IMETHOD RemoveSome (nsISimpleEnumerator *aMediaItems)
 
NS_IMETHOD Clear (void)
 
NS_IMETHOD AddListener (sbIMediaListListener *aListener, PRBool aOwnsWeak, PRUint32 aFlags, sbIPropertyArray *aPropertyFilter)
 
NS_IMETHOD RemoveListener (sbIMediaListListener *aListener)
 
NS_IMETHOD CreateView (sbIMediaListViewState *aState, sbIMediaListView **_retval)
 
NS_IMETHOD GetDistinctValuesForProperty (const nsAString &aPropertyID, nsIStringEnumerator **_retval)
 
NS_IMETHOD RunInBatchMode (sbIMediaListBatchCallback *aCallback, nsISupports *aUserData)
 
NS_IMETHOD GetType (nsAString &aType)
 
NS_IMETHOD GetName (nsAString &aName)
 
NS_IMETHOD SetName (const nsAString &aName)
 
NS_IMETHOD GetListContentType (PRUint16 *aContentType)
 
nsresult Init (sbIMediaItem *aMediaItem)
 
 sbLocalDatabaseSmartMediaList ()
 
virtual ~sbLocalDatabaseSmartMediaList ()
 
- Public Member Functions inherited from sbILocalDatabaseMediaItem
void SetSuppressNotifications (in boolean aSuppress)
 
- Public Member Functions inherited from sbILocalDatabaseSmartMediaList
sbILocalDatabaseSmartMediaListCondition appendCondition (in AString aPropertyID, in sbIPropertyOperator aOperator, in AString aLeftValue, in AString aRightValue, in AString aDisplayUnit)
 Add a condition or limiting condition. More...
 
void removeConditionAt (in unsigned long aConditionIndex)
 Remove a condition. More...
 
sbILocalDatabaseSmartMediaListCondition getConditionAt (in unsigned long aConditionIndex)
 Get the condition at the specified index. Indexes start at 0. The last item is at conditionCount - 1. More...
 
void clearConditions ()
 Clear all conditions. More...
 
void rebuild ()
 Rebuild the smart media list contents from the conditions specificied. You should call this after you add/modify/remove any conditions. More...
 
void addSmartMediaListListener (in sbILocalDatabaseSmartMediaListListener aListener)
 
void removeSmartMediaListListener (in sbILocalDatabaseSmartMediaListListener aListener)
 
- Public Member Functions inherited from sbIMediaList
sbIMediaItem getItemByGuid (in AString aGuid)
 Get a media item in the list by guid. More...
 
sbIMediaItem getItemByIndex (in unsigned long aIndex)
 Get a media item in the list by index. More...
 
unsigned short getListContentType ()
 Get the content type of the media list. More...
 
void enumerateAllItems (in sbIMediaListEnumerationListener aEnumerationListener, [optional] in unsigned short aEnumerationType)
 Enumerate all items in the list. More...
 
void enumerateItemsByProperty (in AString aPropertyID, in AString aPropertyValue, in sbIMediaListEnumerationListener aEnumerationListener, [optional] in unsigned short aEnumerationType)
 Enumerate the media items in the list that match a given property ID and value. More...
 
void enumerateItemsByProperties (in sbIPropertyArray aProperties, in sbIMediaListEnumerationListener aEnumerationListener, [optional] in unsigned short aEnumerationType)
 Enumerate the media items that match a list of property IDs and values. More...
 
nsIArray getItemsByProperty (in AString aPropertyID, in AString aPropertyValue)
 
PRUint32 getItemCountByProperty (in AString aPropertyID, in AString aPropertyValue)
 
nsIArray getItemsByProperties (in sbIPropertyArray aProperties)
 
unsigned long indexOf (in sbIMediaItem aMediaItem, [optional] in unsigned long aStartFrom)
 Get the first index of a media item in the list. More...
 
unsigned long lastIndexOf (in sbIMediaItem aMediaItem, in unsigned long aStartFrom)
 Get the last index of a media item int he list. More...
 
boolean contains (in sbIMediaItem aMediaItem)
 Check if the list contains a media item. More...
 
void add (in sbIMediaItem aMediaItem)
 Add a media item to this list. More...
 
sbIMediaItem addItem (in sbIMediaItem aMediaItem)
 addItem a media item to this list More...
 
void addAll (in sbIMediaList aMediaList)
 Add the contents of a media list to this list. More...
 
void addSome (in nsISimpleEnumerator aMediaItems)
 Adds media items suppled by the provided enumerator NOTE: This method is now deprecated. More...
 
void addMediaItems (in nsISimpleEnumerator aMediaItems, in sbIAddMediaItemsListener aListener, in boolean aAsync)
 Adds media items suppled by the provided enumerator. More...
 
void remove (in sbIMediaItem aMediaItem)
 Remove the first occurrence of the given media item from the list. More...
 
void removeByIndex (in unsigned long aIndex)
 Remove a media item from the list by index. More...
 
void removeSome (in nsISimpleEnumerator aMediaItems)
 Removed media items suppled by the provided enumerator. More...
 
void clear ()
 Clear the list. More...
 
void addListener (in sbIMediaListListener aListener, [optional] in boolean aOwnsWeak, [optional] in unsigned long aFlags, [optional] in sbIPropertyArray aPropertyFilter)
 Add a listener to this media list. More...
 
void removeListener (in sbIMediaListListener aListener)
 Remove a listener from this media list. More...
 
sbIMediaListView createView ([optional] in sbIMediaListViewState aState)
 Create a new, raw view for this list. This is generally not the function that you want to use for making views as it will create a completely raw view, for example lacking any filterConstraint. Please consider using sbLibraryUtils.createStandardMediaListView and proceed carefully if you use this method instead. More...
 
void runInBatchMode (in sbIMediaListBatchCallback aCallback, [optional] in nsISupports aUserData)
 Runs the given callback with the given user data in batch mode. More...
 
nsIStringEnumerator getDistinctValuesForProperty (in AString aPropertyID)
 
- Public Member Functions inherited from sbIMediaItem
void testIsURIAvailable (in nsIObserver aObserver)
 Test if this media item is available for playback. More...
 
nsIChannel openInputStreamAsync (in nsIStreamListener aListener, in nsISupports aContext)
 Asynchronously get an input stream to the content of the media item. More...
 
nsIInputStream openInputStream ()
 Synchronously get an input stream to the content of the media item. More...
 
nsIOutputStream openOutputStream ()
 Get an output stream to the content of the media item. More...
 
AString toString ()
 Get a string representation of the media item, useful for debugging. More...
 
- Public Member Functions inherited from sbILibraryResource
AString getProperty (in AString aID)
 Get the value of a property of this resource. More...
 
void setProperty (in AString aID, in AString aValue)
 Set the value of a property on this resource. More...
 
sbIPropertyArray getProperties ([optional] in sbIPropertyArray aPropertyIDs)
 Get properties from this resource in a property array. More...
 
void setProperties (in sbIPropertyArray aProperties)
 Sets the properties and values in the supplied property array to this resource. This works as if you called setProperty on each property in the array. More...
 
boolean equals (in sbILibraryResource aOtherLibraryResource)
 Tests the equality of two library resources. More...
 
- Public Member Functions inherited from sbIMediaListListener
boolean onItemAdded (in sbIMediaList aMediaList, in sbIMediaItem aMediaItem, in unsigned long aIndex)
 Called when a media item is added to the list. More...
 
boolean onBeforeItemRemoved (in sbIMediaList aMediaList, in sbIMediaItem aMediaItem, in unsigned long aIndex)
 Called before a media item is removed from the list. More...
 
boolean onAfterItemRemoved (in sbIMediaList aMediaList, in sbIMediaItem aMediaItem, in unsigned long aIndex)
 Called after a media item is removed from the list. More...
 
boolean onItemUpdated (in sbIMediaList aMediaList, in sbIMediaItem aMediaItem, in sbIPropertyArray aProperties)
 Called when a media item is changed. More...
 
boolean onItemMoved (in sbIMediaList aMediaList, in unsigned long aFromIndex, in unsigned long aToIndex)
 Called when a media item is moved. More...
 
boolean onBeforeListCleared (in sbIMediaList aMediaList, in boolean aExcludeLists)
 
boolean onListCleared (in sbIMediaList aMediaList, in boolean aExcludeLists)
 
void onBatchBegin (in sbIMediaList aMediaList)
 Called when the library is about to perform multiple operations at once. More...
 
void onBatchEnd (in sbIMediaList aMediaList)
 Called when the library has finished performing multiple operations at once. More...
 
- Public Member Functions inherited from sbSupportsWeakReference
 sbSupportsWeakReference ()
 

Additional Inherited Members

- Public Attributes inherited from sbILocalDatabaseMediaItem
readonly attribute unsigned long mediaItemId
 
attribute
sbILocalDatabaseResourcePropertyBag 
propertyBag
 
- Public Attributes inherited from sbILocalDatabaseSmartMediaList
const unsigned long MATCH_TYPE_ANY = 0
 
const unsigned long MATCH_TYPE_ALL = 1
 
const unsigned long MATCH_TYPE_NONE = 2
 
const unsigned long LIMIT_TYPE_NONE = 0
 
const unsigned long LIMIT_TYPE_ITEMS = 1
 
const unsigned long LIMIT_TYPE_USECS = 2
 
const unsigned long LIMIT_TYPE_BYTES = 3
 
const unsigned long NOTEXISTS_ASZERO = 0
 
const unsigned long NOTEXISTS_ASNULL = 1
 
attribute unsigned long matchType
 Match any or all conditions. More...
 
readonly attribute unsigned long conditionCount
 The number of conditions added to this smart playlist. More...
 
attribute unsigned long limitType
 Type of limit to use. More...
 
attribute unsigned long long limit
 Value to apply to the limit type. More...
 
attribute AString selectPropertyID
 Property to select limited results by. More...
 
attribute boolean selectDirection
 Direction to sort the selection property, true for ascending, false for descending. More...
 
attribute boolean randomSelection
 Randomly select the items out of the entire result set. More...
 
attribute boolean autoUpdate
 Whether this smart media list updates automatically upon changes to its source library. More...
 
attribute unsigned long notExistsMode
 How to handle non-existent properties: More...
 
attribute AString sourceLibraryGuid
 The guid of the source library (by default, the main library). Change this to select a different source library. More...
 
- Public Attributes inherited from sbIMediaList
const unsigned short ENUMERATIONTYPE_SNAPSHOT = 0
 This flag means that the list being enumerated is a copy that may become out of date. More...
 
const unsigned short ENUMERATIONTYPE_LOCKING = 1
 This flag means that the list is protected from changes by other threads during the enumeration. More...
 
const unsigned short CONTENTTYPE_NONE = 0
 These flags specify the contentType of the media list. More...
 
const unsigned short CONTENTTYPE_AUDIO = 1
 
const unsigned short CONTENTTYPE_VIDEO = 2
 
const unsigned short CONTENTTYPE_MIX = 3
 
attribute AString name
 The name of the media list. More...
 
readonly attribute AString type
 The type of media list (eg "simple") More...
 
readonly attribute unsigned long length
 Returns the length of the list. More...
 
readonly attribute boolean isEmpty
 Is the list empty? More...
 
readonly attribute boolean userEditableContent
 True if the user should be allowed to edit the content of this media list. More...
 
const unsigned long LISTENER_FLAGS_ITEMADDED = 1 << 0
 
const unsigned long LISTENER_FLAGS_BEFOREITEMREMOVED = 1 << 1
 
const unsigned long LISTENER_FLAGS_AFTERITEMREMOVED = 1 << 2
 
const unsigned long LISTENER_FLAGS_ITEMUPDATED = 1 << 3
 
const unsigned long LISTENER_FLAGS_BEFORELISTCLEARED = 1 << 4
 
const unsigned long LISTENER_FLAGS_LISTCLEARED = 1 << 5
 
const unsigned long LISTENER_FLAGS_BATCHBEGIN = 1 << 6
 
const unsigned long LISTENER_FLAGS_BATCHEND = 1 << 7
 
const unsigned long LISTENER_FLAGS_ITEMMOVED = 1 << 8
 
const unsigned long LISTENER_FLAGS_ALL = 0xffffffff
 
- Public Attributes inherited from sbIMediaItem
readonly attribute sbILibrary library
 The library that this media item is contained in. More...
 
readonly attribute boolean isMutable
 Can the media item be changed? More...
 
readonly attribute
sbIMediaItemController 
itemController
 An interface to the media item controller (if any) that determines this item's availability for playback. More...
 
attribute long long mediaCreated
 Creation time of the media item as a unix timestamp. More...
 
attribute long long mediaUpdated
 Last modification time of the media item as a unix timestamp. More...
 
attribute nsIURI contentSrc
 A nsIURI that resolves to the content of the media item. More...
 
attribute long long contentLength
 Size (in bytes) of the content of the media item. More...
 
attribute AString contentType
 Content type of the content of the media item, typically a mime type (should this be renamed?) More...
 
- Public Attributes inherited from sbILibraryResource
readonly attribute AString guid
 The guid of this resource. More...
 
readonly attribute long long created
 The creation time of this resource as a unix timestamp. More...
 
readonly attribute long long updated
 The last update time of this resource as a unix timestamp. More...
 
readonly attribute
nsIStringEnumerator 
propertyIDs
 Returns a string enumerator of the IDs of all the properties set on this resource. More...
 
readonly attribute boolean userEditable
 True if users should be allowed to modify the resource. More...
 
- Protected Member Functions inherited from sbSupportsWeakReference
 ~sbSupportsWeakReference ()
 
void ClearWeakReferences ()
 
PRBool HasWeakReferences () const
 

Detailed Description

Definition at line 128 of file sbLocalDatabaseSmartMediaList.h.

Constructor & Destructor Documentation

sbLocalDatabaseSmartMediaList::sbLocalDatabaseSmartMediaList ( )

Definition at line 378 of file sbLocalDatabaseSmartMediaList.cpp.

sbLocalDatabaseSmartMediaList::~sbLocalDatabaseSmartMediaList ( )
virtual

Definition at line 400 of file sbLocalDatabaseSmartMediaList.cpp.

Member Function Documentation

NS_IMETHOD sbLocalDatabaseSmartMediaList::Add ( sbIMediaItem aMediaItem)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::AddAll ( sbIMediaList aMediaList)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::AddItem ( sbIMediaItem aMediaItem,
sbIMediaItem **  aNewMediaItem 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::AddListener ( sbIMediaListListener aListener,
PRBool  aOwnsWeak,
PRUint32  aFlags,
sbIPropertyArray aPropertyFilter 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::AddMediaItems ( nsISimpleEnumerator aMediaItems,
sbIAddMediaItemsListener aListener,
PRBool  aAsync 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::AddSome ( nsISimpleEnumerator aMediaItems)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::Clear ( void  )
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::Contains ( sbIMediaItem aMediaItem,
PRBool *  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::CreateView ( sbIMediaListViewState aState,
sbIMediaListView **  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::EnumerateAllItems ( sbIMediaListEnumerationListener aEnumerationListener,
PRUint16  aEnumerationType 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::EnumerateItemsByProperties ( sbIPropertyArray aProperties,
sbIMediaListEnumerationListener aEnumerationListener,
PRUint16  aEnumerationType 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::EnumerateItemsByProperty ( const nsAString &  aPropertyID,
const nsAString &  aPropertyValue,
sbIMediaListEnumerationListener aEnumerationListener,
PRUint16  aEnumerationType 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetDistinctValuesForProperty ( const nsAString &  aPropertyID,
nsIStringEnumerator **  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetIsEmpty ( PRBool *  aIsEmpty)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetItemByGuid ( const nsAString &  aGuid,
sbIMediaItem **  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetItemByIndex ( PRUint32  aIndex,
sbIMediaItem **  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetItemCountByProperty ( const nsAString &  aPropertyID,
const nsAString &  aPropertyValue,
PRUint32 *  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetItemsByProperties ( sbIPropertyArray aProperties,
nsIArray **  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetItemsByProperty ( const nsAString &  aPropertyID,
const nsAString &  aPropertyValue,
nsIArray **  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetLength ( PRUint32 *  aLength)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHODIMP sbLocalDatabaseSmartMediaList::GetListContentType ( PRUint16 *  aContentType)

Definition at line 580 of file sbLocalDatabaseSmartMediaList.cpp.

NS_DECL_ISUPPORTS NS_DECL_SBILOCALDATABASESMARTMEDIALIST NS_DECL_SBIMEDIALISTLISTENER NS_DECL_NSIOBSERVER NS_DECL_NSICLASSINFO NS_SCRIPTABLE NS_IMETHOD sbLocalDatabaseSmartMediaList::GetMediaItemId ( PRUint32 *  aMediaItemId)
inline

Definition at line 146 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHODIMP sbLocalDatabaseSmartMediaList::GetName ( nsAString &  aName)

Definition at line 3205 of file sbLocalDatabaseSmartMediaList.cpp.

NS_SCRIPTABLE NS_IMETHOD sbLocalDatabaseSmartMediaList::GetPropertyBag ( sbILocalDatabaseResourcePropertyBag **  aPropertyBag)
inline

Definition at line 146 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHODIMP sbLocalDatabaseSmartMediaList::GetType ( nsAString &  aType)

Definition at line 635 of file sbLocalDatabaseSmartMediaList.cpp.

NS_IMETHOD sbLocalDatabaseSmartMediaList::GetUserEditableContent ( PRBool *  aUserEditableContent)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::IndexOf ( sbIMediaItem aMediaItem,
PRUint32  aStartFrom,
PRUint32 *  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

nsresult sbLocalDatabaseSmartMediaList::Init ( sbIMediaItem aMediaItem)

Definition at line 483 of file sbLocalDatabaseSmartMediaList.cpp.

NS_IMETHOD sbLocalDatabaseSmartMediaList::LastIndexOf ( sbIMediaItem aMediaItem,
PRUint32  aStartFrom,
PRUint32 *  _retval 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

sbLocalDatabaseSmartMediaList::NS_IMETHOD_ ( void  )
inline

Definition at line 146 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::Remove ( sbIMediaItem aMediaItem)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::RemoveByIndex ( PRUint32  aIndex)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::RemoveListener ( sbIMediaListListener aListener)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::RemoveSome ( nsISimpleEnumerator aMediaItems)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHOD sbLocalDatabaseSmartMediaList::RunInBatchMode ( sbIMediaListBatchCallback aCallback,
nsISupports aUserData 
)
inline

Definition at line 150 of file sbLocalDatabaseSmartMediaList.h.

NS_IMETHODIMP sbLocalDatabaseSmartMediaList::SetName ( const nsAString &  aName)

Definition at line 3172 of file sbLocalDatabaseSmartMediaList.cpp.

NS_SCRIPTABLE NS_IMETHOD sbLocalDatabaseSmartMediaList::SetPropertyBag ( sbILocalDatabaseResourcePropertyBag aPropertyBag)
inline

Definition at line 146 of file sbLocalDatabaseSmartMediaList.h.


The documentation for this class was generated from the following files: