AGBaseStorage Class Reference
Inherits from | NSObject |
Declared in | AGBaseStorage.h AGBaseStorage.m |
Class Methods
getOrSetIdForData:withIdentifier:
Utility method to get and set(if missing) an ID to an object. In the case the ID is missing a generated UUID will be used.
+ (NSString *)getOrSetIdForData:(NSMutableDictionary *)data withIdentifier:(NSString *)identifier
Return Value
an NString with the ID of the object.
Discussion
Utility method to get and set(if missing) an ID to an object. In the case the ID is missing a generated UUID will be used.
Declared In
AGBaseStorage.h
storeURLWithName:
Utility method to get an NSURL pointing to the file system for the given filename.
+ (NSURL *)storeURLWithName:(NSString *)filename
Parameters
- filename
The filename.
Return Value
an NSURL pointing to the file.
Discussion
Utility method to get an NSURL pointing to the file system for the given filename.
Declared In
AGBaseStorage.h