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

Packages that use BeertypeModel
ch.hsr.bieridee.models   
ch.hsr.bieridee.serializer   
 

Uses of BeertypeModel in ch.hsr.bieridee.models
 

Methods in ch.hsr.bieridee.models that return BeertypeModel
static BeertypeModel BeertypeModel.create(java.lang.String name, java.lang.String description)
           
 BeertypeModel BeerModel.getBeertype()
           
static BeertypeModel BeertypeModel.getUnknown()
          Gets the BeertypeModel for an unknown beertype.
 

Methods in ch.hsr.bieridee.models that return types with arguments of type BeertypeModel
static java.util.List<BeertypeModel> BeertypeModel.getAll()
          Gets a list of all beertypes as beertypeModel.
 

Methods in ch.hsr.bieridee.models with parameters of type BeertypeModel
static BeerModel BeerModel.create(java.lang.String name, java.lang.String brand, BeertypeModel beertypeModel, BreweryModel breweryModel)
          Create a new Beer! Including a fresh node and a delicious domain object.
 void BeerModel.setBeertype(BeertypeModel beertypeModel)
           
 

Uses of BeertypeModel in ch.hsr.bieridee.serializer
 

Methods in ch.hsr.bieridee.serializer that return types with arguments of type BeertypeModel
 java.lang.Class<BeertypeModel> BeertypeSerializer.handledType()
           
 

Methods in ch.hsr.bieridee.serializer with parameters of type BeertypeModel
 void BeertypeListSerializer.serialize(BeertypeModel[] beertypeModelList, org.codehaus.jackson.JsonGenerator jsonGenerator, org.codehaus.jackson.map.SerializerProvider serializerProvider)
           
 void BeertypeSerializer.serialize(BeertypeModel beertype, org.codehaus.jackson.JsonGenerator jsonGenerator, org.codehaus.jackson.map.SerializerProvider serializerProvider)