#import <ZIMOrmModelDelegate.h>
List of all members.
Member Function Documentation
- (void) modelDidFinishDeletingRecord: |
|
(ZIMOrmModel *) |
model |
[optional] |
- Signature:
- modelDidFinishDeletingRecord:
- Discussion:
- This method is called when a model finishes deleting a record from the database.
- Parameters:
-
model | The model that is executing the command. |
- Updated:
- 2011-07-31
- (void) modelDidFinishLoadingRecord: |
|
(ZIMOrmModel *) |
model |
[optional] |
- Signature:
- modelDidFinishLoadingRecord:
- Discussion:
- This method is called when a model finishes loading a record from the database.
- Parameters:
-
model | The model that is executing the command. |
- Updated:
- 2011-11-02
- (void) modelDidFinishSavingRecord: |
|
(ZIMOrmModel *) |
model |
[optional] |
- Signature:
- modelDidFinishSavingRecord:
- Discussion:
- This method is called when a model finishes saving a record from the database.
- Parameters:
-
model | The model that is executing the command. |
- Updated:
- 2011-07-31
- (void) modelWillBeginDeletingRecord: |
|
(ZIMOrmModel *) |
model |
[optional] |
- Signature:
- modelWillBeginDeletingRecord:
- Discussion:
- This method is called when a model begins deleting a record from the database.
- Parameters:
-
model | The model that is executing the command. |
- Updated:
- 2011-07-31
- (void) modelWillBeginLoadingRecord: |
|
(ZIMOrmModel *) |
model |
[optional] |
- Signature:
- modelWillBeginLoadingRecord:
- Discussion:
- This method is called when a model begins loading a record from the database.
- Parameters:
-
model | The model that is executing the command. |
- Updated:
- 2011-11-02
- (void) modelWillBeginSavingRecord: |
|
(ZIMOrmModel *) |
model |
[optional] |
- Signature:
- modelWillBeginSavingRecord:
- Discussion:
- This method is called when a model begins saving a record from the database.
- Parameters:
-
model | The model that is executing the command. |
- Updated:
- 2011-07-31
The documentation for this protocol was generated from the following file: