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
G
 getContextGroupPool, com. kelvinluck. flickr. Photo
 getContextPhotoset, com. kelvinluck. flickr. Photo
 getFavorites, com. kelvinluck. flickr. Person
 getFlickr, com. kelvinluck. flickr. Flickr
 getGroup, com. kelvinluck. flickr. Group
 getGroups
 getInstance, com. kelvinluck. util. LogWrapper
 getLog, com. kelvinluck. util. LogWrapper
 getNote, com. kelvinluck. flickr.Note
 getNotes, com. kelvinluck. flickr. Photo
 getPerson, com. kelvinluck. flickr. Person
 getPhoto, com. kelvinluck. flickr. Photo
 getPhotos
 getPhotoset, com. kelvinluck. flickr. Photoset
 getPhotosets
 getPublicContacts, com. kelvinluck. flickr. Person
 getPublicGroups, com. kelvinluck. flickr. Person
 getTag, com. kelvinluck. flickr.Tag
 getTags
 Group, com. kelvinluck. flickr. Group
 groupsPoolsAdd, com. kelvinluck. flickr. Flickr
 groupsPoolsGetContext, com. kelvinluck. flickr. Flickr
 groupsPoolsGetGroups, com. kelvinluck. flickr. Flickr
 groupsPoolsGetPhotos, com. kelvinluck. flickr. Flickr
 groupsPoolsRemove, com. kelvinluck. flickr. Flickr
I
 init, com. kelvinluck. util. LogWrapper
 isoToDate, com. kelvinluck. util. DateFormat
L
 LogWrapper, com. kelvinluck. util. LogWrapper
M
 mtascTrace, com. kelvinluck. util. LogWrapper
N
 Note, com. kelvinluck. flickr.Note
function getContextGroupPool(groupId: Number)
Get information about the context of this Photo in a given Photoset
function getContextPhotoset(photosetId: Number)
Get information about the context of this Photo in a given Photoset
function getFavorites():Object
Gets a list of the favorite Photo’s that this user has.
public static function getFlickr():Flickr
Returns a reference to the Flickr instance - if none exists yet then creates one and returns a reference to that.
public static function getGroup(nsid: String):Group
Get’s a Group object for the given nsid.
function getGroups():Array
Returns this Person’s _groups Array.
function getGroups():Array
This Groups _groups Array.
public static function getInstance():LogWrapper
Returns a reference to the Single LogWrapper instance.
public static function getLog():Logger
Returns a reference to the LuminicBox.Log.Logger instance that is being wrapped.
public static function getNote(id: Number):Note
Get’s a Note object for the given id.
function getNotes():Object
Returns an object containing all the note’s that have been left on this Photo
public static function getPerson(nsid: String):Person
Get’s a Person object for the given nsid.
public static function getPhoto(photoId: Number):Photo
Get’s a Photo object for the given photo ID.
function getPhotos():Array
Get’s this Groups _pool
function getPhotos():Array
Returns this Person’s _photos Array.
function getPhotos():Array
Get’s this Photosets photos
function getPhotos():Object
Get’s this tags _photos Object.
public static function getPhotoset(id: Number):Photoset
Get’s a Photoset object for the given photoset ID.
function getPhotosets():Array
Returns this Person’s _photosets Array.
function getPhotosets():Array
This Photos _photosets Array.
function getPublicContacts():Object
Gets a list of the public contacts that this user has (if addPublicContact has been called for this user.
function getPublicGroups():Array
Gets a list of the public groups that a user is a member of (if Flickr.peopleGetPublicGroups has been called for that user.
public static function getTag(raw: String):Tag
Get’s a Tag object for the given id.
public function getTags():Object
Get’s this persons _tags.
function getTags():Object
Returns an object containing all the tags’s that are associated with this Photo.
private function Group(nsid: String)
function groupsPoolsAdd(photoId: Number,
groupId: String)
Add a photo to a group’s pool.
function groupsPoolsGetContext(photoId: Number,
groupId: String)
Gets next and previous photos for a photo in a group pool.
function groupsPoolsGetGroups()
Gets a list of groups to which you can add photos.
function groupsPoolsGetPhotos(groupId: String,
tags: String,
extras: String,
perPage: Number,
page: Number)
Gets a list of pool photos for a given group, based on the permissions of the group and the user logged in (if any).
function groupsPoolsRemove(photoId: Number,
groupId: String)
Remove a photo from a group pool.
public function init (logId: String):Void
Initalises the LogWrapper
public static function isoToDate(dateStr: String):Date
Static function which converts a given ISO / MySQL Date Stamp Format String (e.g.
private function LogWrapper()
Don’t call the constructor directly, instead use LogWrapper.getInstance
static function mtascTrace(message: Object,
level: Number,
className: String,
fileName: String,
lineNumber: Number)
Function to be used in conjunction with the MTASC TRACE command.
private function Note(id: Number)