Uses of Class
org.shredzone.flattr4j.model.Thing

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

Uses of Thing in org.shredzone.flattr4j
 

Methods in org.shredzone.flattr4j that return Thing
 Thing OpenService.getThing(ThingId thingId)
          Gets a Thing for the given ThingId.
 Thing OpenService.getThingBySubmission(AutoSubmission submission)
          Gets a Thing by its autosubmit URL.
 Thing OpenService.getThingByUrl(String url)
          Gets a Thing by its registered URL.
 

Methods in org.shredzone.flattr4j that return types with arguments of type Thing
 List<Thing> FlattrService.getMyThings()
          Returns all Thing submitted by the associated user.
 List<Thing> FlattrService.getMyThings(Integer count, Integer page)
          Returns all Thing submitted by the associated user.
 List<Thing> OpenService.getThings(Collection<ThingId> thingIds)
          Gets a list of Thing by a collection of thing IDs.
 List<Thing> OpenService.getThings(UserId user)
          Gets a list of Thing most recently submitted by the given user.
 List<Thing> OpenService.getThings(UserId user, Integer count, Integer page)
          Gets a list of Thing most recently submitted by the given user.
 

Methods in org.shredzone.flattr4j with parameters of type Thing
 void FlattrService.update(Thing thing)
          Updates a Thing.
 

Uses of Thing in org.shredzone.flattr4j.impl
 

Methods in org.shredzone.flattr4j.impl that return Thing
 Thing FlattrServiceImpl.getThing(ThingId thingId)
           
 Thing FlattrServiceImpl.getThingBySubmission(AutoSubmission submission)
           
 Thing FlattrServiceImpl.getThingByUrl(String url)
           
 

Methods in org.shredzone.flattr4j.impl that return types with arguments of type Thing
 List<Thing> FlattrServiceImpl.getMyThings()
           
 List<Thing> FlattrServiceImpl.getMyThings(Integer count, Integer page)
           
 List<Thing> FlattrServiceImpl.getThings(Collection<ThingId> thingIds)
           
 List<Thing> FlattrServiceImpl.getThings(UserId user)
           
 List<Thing> FlattrServiceImpl.getThings(UserId user, Integer count, Integer page)
           
 

Methods in org.shredzone.flattr4j.impl with parameters of type Thing
 void FlattrServiceImpl.update(Thing thing)
           
 

Uses of Thing in org.shredzone.flattr4j.model
 

Methods in org.shredzone.flattr4j.model that return Thing
 Thing Flattr.getThing()
           
 

Methods in org.shredzone.flattr4j.model that return types with arguments of type Thing
 List<Thing> SearchResult.getThings()
          Returns the result list of Thing.
 



Copyright © 2010-2012. All Rights Reserved.