Uses of Interface
ch.hsr.bieridee.domain.interfaces.IDomain

Packages that use IDomain
ch.hsr.bieridee.domain   
ch.hsr.bieridee.models   
 

Uses of IDomain in ch.hsr.bieridee.domain
 

Classes in ch.hsr.bieridee.domain that implement IDomain
 class Action
          Abstract Action domain class
 class Barcode
          Barcode domain object
 class Beer
          Class representing a Beer.
 class Beertype
          Class representing a Beertype.
 class Brewery
          Class representing a Brewery.
 class Consumption
          Class representing a Consumption.
 class Rating
           
 class Tag
          Class representing a Tag.
 class User
          Class representing a User.
 

Uses of IDomain in ch.hsr.bieridee.models
 

Methods in ch.hsr.bieridee.models that return IDomain
 IDomain RecommendationModel.getDomainObject()
           
 IDomain TimelineModel.getDomainObject()
           
abstract  IDomain AbstractModel.getDomainObject()