Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 secsToDate, com. kelvinluck. util. DateFormat
 setContextGroupPool, com. kelvinluck. flickr. Photo
 setContextPhotoset, com. kelvinluck. flickr. Photo
 setSuppressOutput, com. kelvinluck. flickr. FlickrResponseListener
 setTags, com. kelvinluck. flickr. Photo
 SOSLogPublisher, com. kelvinluck. util. SOSLogPublisher
T
 Tag, com. kelvinluck. flickr.Tag
 tagsGetListPhoto, com. kelvinluck. flickr. Flickr
 tagsGetListUser, com. kelvinluck. flickr. Flickr
 tagsGetListUserPopular, com. kelvinluck. flickr. Flickr
 tagsGetRelated, com. kelvinluck. flickr. Flickr
 testEcho, com. kelvinluck. flickr. Flickr
 testLogin, com. kelvinluck. flickr. Flickr
 toString
public static function secsToDate(secs):Date
Static function which converts a number of seconds into a Date object.
function setContextGroupPool(groupId: String,
previousPhoto: Photo,
nextPhoto: Photo)
Adds information about this Photos context in a given Group
function setContextPhotoset(photosetId: Number,
previousPhoto: Photo,
nextPhoto: Photo)
Adds information about this Photos context in a given Photoset
function setSuppressOutput(supressOutput: Boolean):Void
Use if you don’t want this instance to log it’s messages.
function setTags(tags: String,
author: Person)
Set’s this Photo’s _tags...
function SOSLogPublisher(appName: String,
sosServer: String,
sosPort: Number,
maxDepth: Number)
Creates a SOSLogPublisher instance.
private function Tag(raw: String)
public function tagsGetListPhoto(photoId: Number)
Calls flickr.tags.getListPhoto to get the tag list for a given photo.
public function tagsGetListUser(userId: String)
Calls flickr.tags.getListUser to get the tag list for a given user (or the currently logged in user).
public function tagsGetListUserPopular(userId: String,
count: Number)
Calls flickr.tags.getListUserPopular to get the popular tags for a given user (or the currently logged in user).
public function tagsGetRelated(tag: String)
Calls flickr.tags.getRelated to get a list of tags ‘related’ to the given tag, based on clustered usage analysis.
public function testEcho()
Calls flickr.test.echo - forwards any arguments on to the Flickr API
public function testLogin()
Calls flickr.test.login - A testing method which checks if the caller is logged in then returns their username.
public function toString():String
function toString():String
The name of the class of this object.