Uses of Interface
org.shredzone.flattr4j.model.ThingId

Packages that use ThingId
org.shredzone.flattr4j   
org.shredzone.flattr4j.impl   
org.shredzone.flattr4j.model   
 

Uses of ThingId in org.shredzone.flattr4j
 

Methods in org.shredzone.flattr4j that return ThingId
 ThingId FlattrService.create(Submission thing)
          Creates a new Thing.
 

Methods in org.shredzone.flattr4j with parameters of type ThingId
 void FlattrService.click(ThingId thingId)
          Flattrs a Thing.
 void FlattrService.delete(ThingId thingId)
          Deletes a Thing.
 List<Flattr> OpenService.getFlattrs(ThingId thing)
          Gets all Flattr most recently posted for the given thing ID.
 List<Flattr> OpenService.getFlattrs(ThingId thing, Integer count, Integer page)
          Gets all Flattr most recently posted for the given thing ID.
 Thing OpenService.getThing(ThingId thingId)
          Gets a Thing for the given ThingId.
 

Method parameters in org.shredzone.flattr4j with type arguments of type ThingId
 List<Thing> OpenService.getThings(Collection<ThingId> thingIds)
          Gets a list of Thing by a collection of thing IDs.
 

Uses of ThingId in org.shredzone.flattr4j.impl
 

Methods in org.shredzone.flattr4j.impl that return ThingId
 ThingId FlattrServiceImpl.create(Submission thing)
           
 

Methods in org.shredzone.flattr4j.impl with parameters of type ThingId
 void FlattrServiceImpl.click(ThingId thingId)
           
 void FlattrServiceImpl.delete(ThingId thingId)
           
 List<Flattr> FlattrServiceImpl.getFlattrs(ThingId thingId)
           
 List<Flattr> FlattrServiceImpl.getFlattrs(ThingId thingId, Integer count, Integer page)
           
 Thing FlattrServiceImpl.getThing(ThingId thingId)
           
 

Method parameters in org.shredzone.flattr4j.impl with type arguments of type ThingId
 List<Thing> FlattrServiceImpl.getThings(Collection<ThingId> thingIds)
           
 

Uses of ThingId in org.shredzone.flattr4j.model
 

Classes in org.shredzone.flattr4j.model that implement ThingId
 class Flattr
          A Flattr that was made to a thing.
 class Thing
          A Thing that has been registered with Flattr.
 

Methods in org.shredzone.flattr4j.model that return ThingId
static ThingId Thing.withId(String id)
          Returns a ThingId for the given Thing id.
 



Copyright © 2010-2012. All Rights Reserved.