#import <ISSearch.h>
Abgeleitet von ISStorePage.
Öffentliche Methoden | |
| (void) | - dealloc |
| (void) | - searchUsingURL: |
| (void) | - invalidate |
| (BOOL) | - fetchIfNecessary |
| (void) | - addPredicate: |
| (void) | - setPredicates: |
| (int) | - entityType |
| (void) | - setEntityType: |
| (id) | - _argumentsFromPredicates |
Öffentliche, statische Methoden | |
| (id) | + searchForAlbumsOfArtist: |
| (id) | + searchForQueryString: |
| (id) | + searchForTracksOfAlbum: |
| (id) | + searchForTrackWithID: |
Geschützte Attribute | |
| int | _entityType |
| NSMutableArray * | _predicates |
Definiert in Zeile 11 der Datei ISSearch.h.
| + (id) searchForAlbumsOfArtist: | (id) | fp8 |
| + (id) searchForQueryString: | (id) | fp8 |
| + (id) searchForTracksOfAlbum: | (id) | fp8 |
| + (id) searchForTrackWithID: | (unsigned int) | fp8 |
| - (void) dealloc |
Implementiert ISStorePage.
| - (void) searchUsingURL: | (id) | fp8 |
| - (void) invalidate |
Implementiert ISStorePage.
| - (BOOL) fetchIfNecessary |
Implementiert ISStorePage.
| - (void) addPredicate: | (id) | fp8 |
| - (void) setPredicates: | (id) | fp8 |
| - (int) entityType |
| - (void) setEntityType: | (int) | fp8 |
| - (id) _argumentsFromPredicates |
- (int) _entityType [protected] |
Definiert in Zeile 13 der Datei ISSearch.h.
- (NSMutableArray*) _predicates [protected] |
Definiert in Zeile 14 der Datei ISSearch.h.