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

Packages that use AbstractModel
ch.hsr.bieridee.config   
ch.hsr.bieridee.models   
 

Uses of AbstractModel in ch.hsr.bieridee.config
 

Methods in ch.hsr.bieridee.config with parameters of type AbstractModel
static java.lang.String Res.getResourceUri(AbstractModel model)
          Returns the resource URI of the given domain object.
 

Uses of AbstractModel in ch.hsr.bieridee.models
 

Subclasses of AbstractModel in ch.hsr.bieridee.models
 class AbstractActionModel
          Abstract class for action models (consumtion and rating).
 class BarcodeModel
          Model to work and persist the barcode object.
 class BeerModel
          Model to work and persist the beer object.
 class BeertypeModel
          Model to work and persist the beertype object.
 class BreweryModel
          Model to work and persist the brewery object.
 class ConsumptionModel
          Model to work with and persist the User object.
 class RatingModel
          Model to work with and persist the User object.
 class RecommendationModel
          RecommendationModel.
 class TagModel
          Model to work with and persist the tag obejct.
 class TimelineModel
          Timeline helper model.
 class UserModel
          Model to work with and persist the User object.