|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagModel | |
---|---|
ch.hsr.bieridee.models | |
ch.hsr.bieridee.serializer |
Uses of TagModel in ch.hsr.bieridee.models |
---|
Methods in ch.hsr.bieridee.models that return TagModel | |
---|---|
static TagModel |
TagModel.create(java.lang.String name)
Creates an new Tag. |
static TagModel |
TagModel.getByName(java.lang.String name)
|
Methods in ch.hsr.bieridee.models that return types with arguments of type TagModel | |
---|---|
static java.util.List<TagModel> |
TagModel.getAll()
Gets a list of all tags as TagModels . |
java.util.List<TagModel> |
BeerModel.getTagModels()
|
Methods in ch.hsr.bieridee.models with parameters of type TagModel | |
---|---|
void |
BeerModel.addTag(TagModel t)
Links this Beer to the desired TagModel. |
Method parameters in ch.hsr.bieridee.models with type arguments of type TagModel | |
---|---|
void |
BeerModel.setTags(java.lang.Iterable<TagModel> tags)
|
Uses of TagModel in ch.hsr.bieridee.serializer |
---|
Methods in ch.hsr.bieridee.serializer that return types with arguments of type TagModel | |
---|---|
java.lang.Class<TagModel> |
TagSerializer.handledType()
|
Methods in ch.hsr.bieridee.serializer with parameters of type TagModel | |
---|---|
void |
TagListSerializer.serialize(TagModel[] tagModels,
org.codehaus.jackson.JsonGenerator jsonGenerator,
org.codehaus.jackson.map.SerializerProvider serializerProvider)
|
void |
TagSerializer.serialize(TagModel tag,
org.codehaus.jackson.JsonGenerator jsonGenerator,
org.codehaus.jackson.map.SerializerProvider serializerProvider)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |