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

Packages that use Flattr
org.shredzone.flattr4j   
org.shredzone.flattr4j.impl   
 

Uses of Flattr in org.shredzone.flattr4j
 

Methods in org.shredzone.flattr4j that return types with arguments of type Flattr
 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.
 List<Flattr> OpenService.getFlattrs(UserId user)
          Gets all Flattr most recently posted by the given user ID.
 List<Flattr> OpenService.getFlattrs(UserId user, Integer count, Integer page)
          Gets all Flattr most recently posted by the given user ID.
 List<Flattr> FlattrService.getMyFlattrs()
          Returns all Flattr submitted by the associated user.
 List<Flattr> FlattrService.getMyFlattrs(Integer count, Integer page)
          Returns all Flattr submitted by the associated user.
 

Uses of Flattr in org.shredzone.flattr4j.impl
 

Methods in org.shredzone.flattr4j.impl that return types with arguments of type Flattr
 List<Flattr> FlattrServiceImpl.getFlattrs(ThingId thingId)
           
 List<Flattr> FlattrServiceImpl.getFlattrs(ThingId thingId, Integer count, Integer page)
           
 List<Flattr> FlattrServiceImpl.getFlattrs(UserId user)
           
 List<Flattr> FlattrServiceImpl.getFlattrs(UserId userId, Integer count, Integer page)
           
 List<Flattr> FlattrServiceImpl.getMyFlattrs()
           
 List<Flattr> FlattrServiceImpl.getMyFlattrs(Integer count, Integer page)
           
 



Copyright © 2010-2012. All Rights Reserved.