86 * @param aFolderListId The folder list ID of the feed. |
86 * @param aFolderListId The folder list ID of the feed. |
87 * @param aFeedId The resulting FolderListTable feed id. |
87 * @param aFeedId The resulting FolderListTable feed id. |
88 * @return ETrue if the feed was resolved. |
88 * @return ETrue if the feed was resolved. |
89 */ |
89 */ |
90 |
90 |
91 TBool CFeedsDatabase::FeedIdFromEntryIdL(const TInt& aEntryId, TInt aFolderListId, TInt& aFeedId); |
91 TBool FeedIdFromEntryIdL(const TInt& aEntryId, TInt aFolderListId, TInt& aFeedId); |
92 |
92 |
93 /** |
93 /** |
94 * Returns the feed id of the entry id with the given feed. |
94 * Returns the feed id of the entry id with the given feed. |
95 * |
95 * |
96 * @since 7.1 |
96 * @since 7.1 |
97 * @param aFeedId The resulting FolderListTable feed id. |
97 * @param aFeedId The resulting FolderListTable feed id. |
98 * @param aFolderListId The folder list ID of the feed. |
98 * @param aFolderListId The folder list ID of the feed. |
99 * @param aEntryId The feed's folder item id |
99 * @param aEntryId The feed's folder item id |
100 * @return ETrue if the feed was resolved. |
100 * @return ETrue if the feed was resolved. |
101 */ |
101 */ |
102 TBool CFeedsDatabase::EntryIdFromFeedIdL(const TInt& aFeedId, TInt aFolderListId, TInt& aEntryId); |
102 TBool EntryIdFromFeedIdL(const TInt& aFeedId, TInt aFolderListId, TInt& aEntryId); |
103 |
103 |
104 /** |
104 /** |
105 * Return the folder list ID of the feed with the given feed-id. |
105 * Return the folder list ID of the feed with the given feed-id. |
106 * |
106 * |
107 * @since 3.2 |
107 * @since 3.2 |
160 * @param aFolderListId The folder list id. |
160 * @param aFolderListId The folder list id. |
161 * @param aName The name. |
161 * @param aName The name. |
162 * @param aFolderItemId The resulting folder-item-id, if found. |
162 * @param aFolderItemId The resulting folder-item-id, if found. |
163 * @return ETrue if a folder item with this name was found. |
163 * @return ETrue if a folder item with this name was found. |
164 */ |
164 */ |
165 TBool CFeedsDatabase::FindFolderItemL(TInt& aFolderListId, const TDesC& aName, |
165 TBool FindFolderItemL(TInt& aFolderListId, const TDesC& aName, |
166 TInt& aFolderItemId); |
166 TInt& aFolderItemId); |
167 |
167 |
168 /** |
168 /** |
169 * Extract all of the feed-ids. |
169 * Extract all of the feed-ids. |
170 * |
170 * |