- (NSArray *) allDocuments |
|
|
|
returns all documents after the number of rows (method numberOfRows)
- (NSArray *) allDocumentsWithDocumentId: |
|
(NSString*) |
documentId |
andExternalId: |
|
(NSString*) |
externalId |
|
|
| |
method returns all documents after checking the document ID
Return the number of rows in the section.
supply the object ISODocument from the passed index back
- (void) sortDescriptorsChanged: |
|
(NSArray*) |
newDescriptors |
|
the following lines are needed, because just changing the sort order (and leaving the key at it's old value) doesn't persuade the fetchedResultsController to re-sort
- (NSFetchedResultsController *) fetchedResultsController |
|
readwritenonatomicretain |
You use a fetched results controller to efficiently manage the results returned from a Core Data fetch request to provide data for a UITableView object. The Method don't display documents with 0 pages. also update to handle the error apprpriately.
- Returns
- the result what the method fetch from the controller
The documentation for this class was generated from the following files: