| $#! | |
| _addComment | |
| _addFavorite, com. kelvinluck. flashr. core. Person | |
| _addGroup | |
| _addNote, com. kelvinluck. flashr. core. Photo | |
| _addPhoto | |
| _addPhotoset | |
| _addPublicContact, com. kelvinluck. flashr. core. Person | |
| _addPublicGroup, com. kelvinluck. flashr. core. Person | |
| _addRelatedTag, com. kelvinluck. flashr. core.Tag | |
| _addSize, com. kelvinluck. flashr. core. Photo | |
| _addTag | |
| _AUTH_ENDPOINT, com. kelvinluck. flashr. core. Flashr | |
| _authOpenLogin, com. kelvinluck. flashr. core. Flashr | |
| _authSignCall, com. kelvinluck. flashr. core. Flashr | |
| _clearComments, com. kelvinluck. flashr. core. Photoset | |
| _clearPhotos, com. kelvinluck. flashr. core. Photoset | |
| _clearPhotosets, com. kelvinluck. flashr. core. Person | |
| _comments | |
| _contextGroupPool, com. kelvinluck. flashr. core. Photo | |
| _contextPhotosets, com. kelvinluck. flashr. core. Photo | |
| _deleteComment, com. kelvinluck. flashr. core. Photoset | |
| _destroy | |
| _editPhotos, com. kelvinluck. flashr. core. Photoset | |
| _favorites, com. kelvinluck. flashr. core. Person | |
| _groups | |
| _history, com. kelvinluck. flashr. core. FlashrResponseHistory | |
| _methodIsCachable, com. kelvinluck. flashr. core. FlashrCache | |
| _notes | |
| _onTagsGetRelated, com. kelvinluck. flashr. core.Tag | |
| _parseContextXml, com. kelvinluck. flashr. core. FlashrApiResponse | |
| _parsePhotosetXml, com. kelvinluck. flashr. core. FlashrApiResponse | |
| _parsePhotoXml, com. kelvinluck. flashr. core. FlashrApiResponse | |
| _people, com. kelvinluck. flashr. core. Person | |
| _photos | |
| _photosets | |
| _pool, com. kelvinluck. flashr. core. Group | |
| _prepareQuerystring, com. kelvinluck. flashr. core. FlashrRequest | |
| _publicContacts, com. kelvinluck. flashr. core. Person | |
| _removeFavorite, com. kelvinluck. flashr. core. Person | |
| _removeGroup, com. kelvinluck. flashr. core. Photo | |
| _removeNote, com. kelvinluck. flashr. core. Photo | |
| _removePhoto | |
| _removePhotoset | |
| _requests, com. kelvinluck. flashr. core. FlashrRequest | |
| _secret, com. kelvinluck. flashr. core. Flashr | |
| _sendCommand, com. kelvinluck. util. SOSLogPublisher | |
| _setContextGroupPool, com. kelvinluck. flashr. core. Photo | |
| _setContextPhotoset, com. kelvinluck. flashr. core. Photo | |
| _setPhotos, com. kelvinluck. flashr. core. Photoset | |
| _setTagsAsStrings, com. kelvinluck. flashr. core. Photo | |
| _sizes, com. kelvinluck. flashr. core. Photo | |
| _tags | |
| _zeroPad, com. kelvinluck. util. DateFormat |
Private internal function - Adds a Comment object to this Photo.
private function _addComment( comment: Comment ):Void
Called by Flashr.photosetsCommentsAddComment and Flashr.photosetsCommentsGetList to add PhotosetComments to this Photoset’s internal representation.
private function _addComment( comment: PhotosetComment )
Private internal function - adds a favourite Photo to this user.
private function _addFavorite( photo: Photo ):Void
Private internal function - Adds this Group into this Person’s _groups Array if it isn’t already there
private function _addGroup( group: Group ):Void
Private internal function - adds a Group to this Photos _groups Array
private function _addGroup( group: Group )
Private internal function - adds a Note object to this Photo.
private function _addNote( note: Note ):Void
Private internal function - adds a Photo to this Groups _pool.
private function _addPhoto( photo: Photo )
Private internal function - Adds this Photo into this Person’s _photos Array if it isn’t already there
private function _addPhoto( photo: Photo ):Void
Private internal function - adds a Photo to the end of this Photoset’s _photos array and updates numPhotos Called internally on a successful response from flickr.photosets.addPhoto.
private function _addPhoto( photo: Photo )
Private internal function - add’s a reference to a Photo to this Tag.
private function _addPhoto( id: String, photo: Photo, author: Person ):Void
Private internal function - Adds this Photoset into this Person’s _photosets Array if it isn’t already there
private function _addPhotoset( photoset: Photoset ):Void
Private internal function - adds a photoset to this Photos _photosets Array
private function _addPhotoset( photoset: Photoset )
Private internal function - adds a public contact to this user
private function _addPublicContact( contact: Person ):Void
Private internal function - add’s a public group to this user and notes whether this user is an admin of that group.
private function _addPublicGroup( group: Group, isAdmin: Boolean ):Void
Private internal function - add’s a reference to a related Tag to this Tag.
private function _addRelatedTag( tag: Tag )
Private internal function - adds a PhotoSize object to this Photo.
private function _addSize( size: PhotoSize ):Void
Private internal function - adds a Tag into this Person’s _tags Array if it isn’t already there
private function _addTag( tag: Tag, count: Number ):Void
Private internal function - adds a Tag object to this Photo and associates it with a Person who is the Person who associated that Tag with this Photo.
private function _addTag( id: String, tag: Tag, author: Person ):Void
The base path you go to when you want to authenticate on flickr.com
private var _AUTH_ENDPOINT: String
Internal function which generates the relevant link and pops open the login window on flickr.com.
private function _authOpenLogin()
Internal, private function which is used to generate the api_sig used to sign a call.
function _authSignCall( urlArguments: Object ):String
Private function used internally to clear the _comments array when we are getting a complete new list (e.g.
private function _clearComments()
Clears this photoset’s _photos array.
private function _clearPhotos()
Private internal function - clears this Person’s _photosets Array.
private function _clearPhotosets()
A private static Object containing Comment objects.
private static var _comments: Object
The Comments that have been left on this Photo.
private var _comments: Array
Array which holds the PhotosetComments that have been made on this Photoset.
private var _comments: Array
A private static Object containing PhotosetComment objects.
private static var _comments: Object
Stores information about this Photos context in given Groups
private var _contextGroupPools: Object
Stores information about this Photos context in given Photosets
private var _contextPhotosets: Object
Private function to be used internally by Flashr to remove a PhotosetComment from the _comments Array when the PhotosetComment has been deleted via a call to Flashr.photosetsCommentsDeleteComment.
private function _deleteComment( commentId: String ):Boolean
Destroys and deletes this Comment.
private function _destroy()
Private function to remove this Photo object from the _photos Array so that it can’t be used again.
private function _destroy()
Destroys and deletes this Photoset.
private function _destroy()
Destroys and deletes this PhotosetComment.
private function _destroy()
Replaces this photoset’s _photos array with one made up from the passed photoIds.
private function _editPhotos( primaryPhoto: Photo, photoIds: Array )
An Array containing references to all of this Person’s favourites as Photo objects indexed by the id of each of the favourites.
private var _favorites: Object
A private static Object containing Group objects.
private static var _groups: Object
An Array containing references to this user’s Groups
private var _groups: Array
An Array containing references to the Groups that this Photo is in.
private var _groups: Array
An Array storing all complete FlashrResponseEvents.
private var _history: Array
Private, internal function which checks whether calls to a given method should be cached.
private function _methodIsCachable( methodName: String ):Boolean
A private static Object containing Note objects.
private static var _notes: Object
The Notes that have been left on this photo.
private var _notes: Object
Private internal function - used to keep track of whether Flashr.tagsGetRelated has been called for this tag.
private function _onTagsGetRelated()
Private internal function used to avoid duplicate code when parsing the standard context XML
private function _parseContextXml( contextXML: XMLNode ):Object
Private internal function used to avoid duplicate code when parsing the standard photoset XML
private function _parsePhotosetXml( photosetXml: XMLNode, owner: Person ):Photoset
Private internal function used to avoid duplicate code to parse “the standard photo list xml”
private function _parsePhotoXml( px: XMLNode, owner: Person ):ResultsSet
A private static Object containing Person objects.
private static var _people: Object
An Array containing references to all of this Person’s photos.
private var _photos: Array
A private static Object containing Photo objects.
private static var _photos: Object
Private array of Photos in this Photoset (empty until Flashr.photosetsGetPhotos is called or indivdual Photos are added to the set via Flashr.photosetsAddPhoto).
private var _photos: Array
An object detailing the relationships between this tag and different photos.
private var _photos: Object
An Array containing references to this user’s Photosets
private var _photosets: Array
An Array containing references to the Photosets that this Photo is in.
private var _photosets: Array
A private static Object containing Photoset objects.
private static var _photosets: Object
This Groups photo pool.
private var _pool: Array
Private, internal function used to convert a list of arguments into a querystring for use in a URL for a call to flickr.com.
private function _prepareQuerystring()
An Array containing references to all of this Person’s contacts.
private var _publicContacts: Object
Private internal function - removes a favourite Photo from this user.
private function _removeFavorite( photo: Photo ):Void
Private internal function - removes a given Group from this Photos _groups Array.
private function _removeGroup( group: Group )
Private internal function - removes the reference to the given Note from this Photo so that the Note object can be sucessfully garbage collected.
private function _removeNote( noteId: String )
Private internal function - removes a Photo from this Groups _pool.
private function _removePhoto( photo: Photo )
Private internal function - Removes a Photo from this Photoset - called as a result of a call to Flashr.photosetsRemovePhoto
private function _removePhoto( photo: Photo )
Private internal function - Removes this Photoset into this Person’s _photosets Array
private function _removePhotoset( photoset: Photoset ):Void
Private internal function - removes a given Photoset from this Photos _photosets Array.
private function _removePhotoset( photoset: Photoset )
A static variable used to keep hold of all FlashrRequest Objects generated.
private static var _requests: Array
Private variable to store this app’s shared secret for use with the authentication API.
private var _secret: String
Internal, private function that makes it easier to send a command without worrying about the null byte or other implementation details.
private function _sendCommand( command: String )
Private internal function - adds information about this Photos context in a given Group
private function _setContextGroupPool( groupId: String, previousPhoto: Photo, nextPhoto: Photo )
Private internal function - adds information about this Photos context in a given Photoset
private function _setContextPhotoset( photosetId: Number, previousPhoto: Photo, nextPhoto: Photo )
Private internal function - sets this photosets _photos Array to the passed in array.
private function _setPhotos( photos: Array )
Private internal function - set’s this Photo’s _tags...
private function _setTagsAsStrings( tags: String, author: Person )
The PhotoSizes that are associated with this photo.
private var _sizes: Array
An Object containing references to all of this Person’s Tags.
private var _tags: Object
The Tags that are associated with this photo.
private var _tags: Object
A private static Object containing Tag objects.
private static var _tags: Object
Simple function to make sure a number is the right amount of characters long - used internally by dateToIso.
private static function _zeroPad( value: Number ):String