Uses of Class
ch.hsr.bieridee.models.AbstractActionModel

Packages that use AbstractActionModel
ch.hsr.bieridee.models   
 

Uses of AbstractActionModel in ch.hsr.bieridee.models
 

Subclasses of AbstractActionModel in ch.hsr.bieridee.models
 class ConsumptionModel
          Model to work with and persist the User object.
 class RatingModel
          Model to work with and persist the User object.
 

Methods in ch.hsr.bieridee.models that return types with arguments of type AbstractActionModel
static java.util.List<AbstractActionModel> TimelineModel.getAll()
          Gets all actions.
static java.util.List<AbstractActionModel> TimelineModel.getAll(int maxNumber)
          Gets a limited number of actions.
static java.util.List<AbstractActionModel> TimelineModel.getAll(int maxNumber, int skipCount)
          Gets a limited number of actions.
static java.util.List<AbstractActionModel> TimelineModel.getAllForUser(java.lang.String username)
          Gets the actions filtered by a username.
static java.util.List<AbstractActionModel> TimelineModel.getAllForUser(java.lang.String username, int maxNumber)
          Gets a limited number of actions filtered by a username.
static java.util.List<AbstractActionModel> TimelineModel.getAllForUser(java.lang.String username, int maxNumber, int skipCount)
          Gets a limited number of actions filtered by a username.