Uses of Class
org.gbanga.api.Tag

Packages that use Tag
org.gbanga.api Specifies the complete interface to the Gbanga Puppetmaster API service. 
 

Uses of Tag in org.gbanga.api
 

Fields in org.gbanga.api declared as Tag
 Tag Tile.tag
          If there is a Tag placed on it
 Tag Event.tag
          The Tag affected by the event
 Tag[] Puzzle.tags
          The list of Tags in order
 Tag[] Pocket.tags
          List of Tags collected
 Tag[] Cell.tags
          A list with Tags at this place.
 

Methods in org.gbanga.api that return Tag
 Tag API.createTag(java.lang.String sessionKey, long content, long avatar)
           
 Tag[] API.getMostPopular()
          Returns a list with the most popular Tags.
 Tag[] API.getMostPopular(int n)
          Returns a gien number of the most popular Tags.
 Tag API.getTag(long id)
          Retrieve a tag given the id.
 Tag API.rateTag(java.lang.String sessionKey, long tagId, byte rating, java.lang.String comment)
          Vote for the rating of a Cell.