A B C D E F G H I L M N O P R S T U V W

G

get(String) - Method in class ch.hsr.bieridee.test.http.HttpHelper
Perform a GET request.
GET_ACTIVE_RATING - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ACTIVE_RATINGS_FOR_USER - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ACTIVE_RATINGS_OF_LIKENEIGHBOURS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_BEER_CONSUMPTIONS_FOR_USER - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_BEERS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_BEERTYPES - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_BRANDS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_BREWERIES - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_CONSUMPTIONS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_CONSUMPTIONS_FOR_BEER - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_RATINGS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_TAGS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_USER_CONSUMPTIONS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_ALL_USERS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_AVERAGE_RATING_OF_BEER - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BARCODE_INDEX_NODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BARCODE_NODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BEER_BY_BARCODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BEER_BY_NAME - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BEER_INDEX_NODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BEERS_BY_TAG_ID - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BEERTYPE_INDEX_NODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BREWERIES_BY_TAG_NAME - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_BREWERY_INDEX_NODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_KNOWN_BEERS_OF_USER - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_LIKENEIGHBOURS_RATINGS_OF_COMMON_BEERS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_RATING - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_TAG_BY_NAME - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_TAG_INDEX - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_TIMELINE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_TIMELINE_FOR_USER - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_TIMELINE_INDEX_NODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_UNKNOWN_NODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_USER_BY_NAME - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_USER_INDEX_NODE - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
GET_USER_RATED_BEERS - Static variable in class ch.hsr.bieridee.utils.Cypherqueries
 
getActiveUserRatingForBeer(long, String) - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getAll() - Static method in class ch.hsr.bieridee.models.BeerModel
Gets a list of all beers as BeerModels.
getAll(int, int) - Static method in class ch.hsr.bieridee.models.BeerModel
Gets a list of all beers as BeerModels.
getAll() - Static method in class ch.hsr.bieridee.models.BeertypeModel
Gets a list of all beertypes as beertypeModel.
getAll() - Static method in class ch.hsr.bieridee.models.BrandModel
 
getAll() - Static method in class ch.hsr.bieridee.models.BreweryModel
Gets a list of all breweries as BreweryModels.
getAll(int, int) - Static method in class ch.hsr.bieridee.models.BreweryModel
 
getAll(String) - Static method in class ch.hsr.bieridee.models.BreweryModel
Gets a list of BeweryModels filtered by brewerySize.
getAll(String, int, int) - Static method in class ch.hsr.bieridee.models.BreweryModel
 
getAll(long) - Static method in class ch.hsr.bieridee.models.ConsumptionModel
Gets all consumptions for the given beer.
getAll(long, String) - Static method in class ch.hsr.bieridee.models.ConsumptionModel
Gets all consumptions of a specific user for the given beer.
getAll() - Static method in class ch.hsr.bieridee.models.TagModel
Gets a list of all tags as TagModels.
getAll() - Static method in class ch.hsr.bieridee.models.TimelineModel
Gets all actions.
getAll(int) - Static method in class ch.hsr.bieridee.models.TimelineModel
Gets a limited number of actions.
getAll(int, int) - Static method in class ch.hsr.bieridee.models.TimelineModel
Gets a limited number of actions.
getAll() - Static method in class ch.hsr.bieridee.models.UserModel
Gets a list of all users as UserModels.
getAllBeertypes() - Method in class ch.hsr.bieridee.test.resources.BeertypeListResourceTest
Requests all beertypes and checks if the first matches ale beertype.
getAllBrands() - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getAllBreweries() - Method in class ch.hsr.bieridee.test.resources.BreweryListResourceTest
Requests all beertypes and checks if the first matches ale beertype.
getAllByBarcode(String) - Static method in class ch.hsr.bieridee.models.BeerModel
Gets a list of beers as BeerModels filtered by a barcode.
getAllByTag(long) - Static method in class ch.hsr.bieridee.models.BeerModel
Gets a list of beers as BeerModels filtered by a tag.
getAllByTag(long, int, int) - Static method in class ch.hsr.bieridee.models.BeerModel
Gets a list of beers as BeerModels filtered by a tag.
getAllForUser(String) - Static method in class ch.hsr.bieridee.models.TimelineModel
Gets the actions filtered by a username.
getAllForUser(String, int) - Static method in class ch.hsr.bieridee.models.TimelineModel
Gets a limited number of actions filtered by a username.
getAllForUser(String, int, int) - Static method in class ch.hsr.bieridee.models.TimelineModel
Gets a limited number of actions filtered by a username.
getAverageRating() - Method in class ch.hsr.bieridee.models.BeerModel
 
getAverageRating() - Method in class ch.hsr.bieridee.test.resources.AverageRatingResourceTest
 
getAverageRatingShortened() - Method in class ch.hsr.bieridee.models.BeerModel
 
getBeer() - Method in class ch.hsr.bieridee.domain.Action
 
getBeer() - Method in class ch.hsr.bieridee.domain.Recommendation
 
getBeer() - Method in class ch.hsr.bieridee.models.AbstractActionModel
 
getBeer() - Method in class ch.hsr.bieridee.models.RecommendationModel
 
getBeerByBarcode(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a neo4j beer node by the barcode.
getBeerByName(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a neo4j beer node by the name of the beer.
getBeerByNameTest() - Method in class ch.hsr.bieridee.test.DBUtilTest
Tests if a beer could be obtained by name.
getBeerConsumptions() - Method in class ch.hsr.bieridee.test.resources.ConsumptionListResourceTest
Tests the retrieval of all consumptions of a beer.
getBeerNodeList() - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a list of all beer nodes from the database.
getBeerNodeList(int, int) - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getBeerNodeList(long) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a list of all tags with the given tag.
getBeerNodeList(long, int, int) - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getBeersByTag() - Method in class ch.hsr.bieridee.test.BeerModelTest
TEST.
getBeersByTag() - Method in class ch.hsr.bieridee.test.DBUtilTest
Test the Filter by Tag Function of DBUtil.
getBeersRatedByUser(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getBeertype() - Method in class ch.hsr.bieridee.domain.Beer
 
getBeertype() - Method in class ch.hsr.bieridee.models.BeerModel
 
getBeertypeNodeList() - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a list of all beertype nodes from the database.
getBrand() - Method in class ch.hsr.bieridee.domain.Beer
 
getBrand() - Method in class ch.hsr.bieridee.models.BeerModel
 
getBrewery() - Method in class ch.hsr.bieridee.domain.Beer
 
getBrewery() - Method in class ch.hsr.bieridee.models.BeerModel
 
getBreweryNodeList() - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a list of all brewery nodes from the database.
getBreweryNodeList(int, int) - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getBreweryNodeList(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a list of all brewery nodes filtered by size.
getBreweryNodeList(String, int, int) - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getByName(String) - Static method in class ch.hsr.bieridee.models.TagModel
 
getChronologicalConsumptions() - Method in class ch.hsr.bieridee.test.resources.ConsumptionListResourceTest
Tests if the order of consumptions is chronological and if the cypherquery only returns consumption nodes.
getCode() - Method in class ch.hsr.bieridee.domain.Barcode
 
getCode() - Method in class ch.hsr.bieridee.models.BarcodeModel
 
getConsumptionsByBeer(long) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a list of all consuptions nodes for the given beer.
getConsumptionsForUserByBeer(String, long) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a list of consumption nodes for the user and the beer.
getCurrent(BeerModel, UserModel) - Static method in class ch.hsr.bieridee.models.RatingModel
Gets the active rating for the given user and the given beer.
getDate() - Method in class ch.hsr.bieridee.domain.Action
 
getDate() - Method in class ch.hsr.bieridee.models.AbstractActionModel
 
getDescription() - Method in class ch.hsr.bieridee.domain.Beertype
 
getDescription() - Method in class ch.hsr.bieridee.domain.Brewery
 
getDescription() - Method in class ch.hsr.bieridee.models.BeertypeModel
 
getDescription() - Method in class ch.hsr.bieridee.models.BreweryModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.AbstractModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.BarcodeModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.BeerModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.BeertypeModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.BreweryModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.ConsumptionModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.RatingModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.RecommendationModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.TagModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.TimelineModel
 
getDomainObject() - Method in class ch.hsr.bieridee.models.UserModel
 
getEmail() - Method in class ch.hsr.bieridee.domain.User
 
getEmail() - Method in class ch.hsr.bieridee.models.UserModel
 
getFormat() - Method in class ch.hsr.bieridee.domain.Barcode
 
getFormat() - Method in class ch.hsr.bieridee.models.BarcodeModel
 
getFullName() - Method in class ch.hsr.bieridee.domain.User
 
getId() - Method in class ch.hsr.bieridee.domain.Barcode
 
getId() - Method in class ch.hsr.bieridee.domain.Beer
 
getId() - Method in class ch.hsr.bieridee.domain.Beertype
 
getId() - Method in class ch.hsr.bieridee.domain.Brewery
 
getId() - Method in class ch.hsr.bieridee.domain.Tag
 
getId() - Method in class ch.hsr.bieridee.models.BarcodeModel
 
getId() - Method in class ch.hsr.bieridee.models.BeerModel
 
getId() - Method in class ch.hsr.bieridee.models.BeertypeModel
 
getId() - Method in class ch.hsr.bieridee.models.BreweryModel
 
getId() - Method in class ch.hsr.bieridee.models.TagModel
 
getId() - Method in class ch.hsr.bieridee.models.UserModel
 
getIntProperty(String, int) - Method in class ch.hsr.bieridee.utils.ConfigManager
 
getManager() - Static method in class ch.hsr.bieridee.utils.ConfigManager
 
getMostRecentRatingforUserANDcrateNewRatingForAlreadyRatedBeer() - Method in class ch.hsr.bieridee.test.DBUtilTest
Tests if only the most recent rating is linked to the Active Index.
getName() - Method in class ch.hsr.bieridee.domain.Beer
 
getName() - Method in class ch.hsr.bieridee.domain.Beertype
 
getName() - Method in class ch.hsr.bieridee.domain.Brewery
 
getName() - Method in class ch.hsr.bieridee.domain.Tag
 
getName() - Method in class ch.hsr.bieridee.models.BeerModel
 
getName() - Method in class ch.hsr.bieridee.models.BeertypeModel
 
getName() - Method in class ch.hsr.bieridee.models.BreweryModel
 
getName() - Method in class ch.hsr.bieridee.models.TagModel
 
getNode() - Method in class ch.hsr.bieridee.models.AbstractModel
 
getNode() - Method in class ch.hsr.bieridee.models.BarcodeModel
 
getNode() - Method in class ch.hsr.bieridee.models.BeerModel
 
getNode() - Method in class ch.hsr.bieridee.models.BeertypeModel
 
getNode() - Method in class ch.hsr.bieridee.models.BreweryModel
 
getNode() - Method in class ch.hsr.bieridee.models.TagModel
 
getNode() - Method in class ch.hsr.bieridee.models.UserModel
 
getNodeByBarcode(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a beer node by barcode.
getNodeById(long) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets the neo4j node by the absolute node id.
getNormalizedWeight() - Method in class ch.hsr.bieridee.domain.Recommendation
 
getNormalizedWeight() - Method in class ch.hsr.bieridee.models.RecommendationModel
 
getNotExistingBeerByNameTest() - Method in class ch.hsr.bieridee.test.DBUtilTest
 
getObjectMapper() - Static method in class ch.hsr.bieridee.config.Config
Returns thehh ObjectMapper for the JacksonSerializations.
getOrCreateBarcodeNode(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Get or create a barcode.
getOrCreateBarcodeNode(String, String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Get or create a barcode.
getPassword() - Method in class ch.hsr.bieridee.domain.User
 
getPassword() - Method in class ch.hsr.bieridee.models.UserModel
 
getPicture() - Method in class ch.hsr.bieridee.domain.Beer
 
getPicture() - Method in class ch.hsr.bieridee.domain.Brewery
 
getPicture() - Method in class ch.hsr.bieridee.models.BeerModel
 
getPicture() - Method in class ch.hsr.bieridee.models.BreweryModel
 
getPrename() - Method in class ch.hsr.bieridee.domain.User
 
getPrename() - Method in class ch.hsr.bieridee.models.UserModel
 
getRating() - Method in class ch.hsr.bieridee.models.RatingModel
 
getRating() - Method in class ch.hsr.bieridee.test.resources.RatingResourceTest
Tests the retrieval of an active rating.
getRatingByNodeTest() - Method in class ch.hsr.bieridee.test.RatingModelTest
Gets a rating by node id.
getResourceUri(AbstractModel) - Static method in class ch.hsr.bieridee.config.Res
Returns the resource URI of the given domain object.
getRoundedNormalizdWeight() - Method in class ch.hsr.bieridee.models.RecommendationModel
 
getSecondsAgo() - Method in class ch.hsr.bieridee.models.AbstractActionModel
 
getSize() - Method in class ch.hsr.bieridee.domain.Brewery
 
getSize() - Method in class ch.hsr.bieridee.models.BreweryModel
 
getStatus(Throwable, Resource) - Method in class ch.hsr.bieridee.services.BeerAppStatusService
 
getStringProperty(String, String) - Method in class ch.hsr.bieridee.utils.ConfigManager
 
getSurname() - Method in class ch.hsr.bieridee.domain.User
 
getSurname() - Method in class ch.hsr.bieridee.models.UserModel
 
getTagByName(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a neo4j tag node by the name of the tag.
getTagModels() - Method in class ch.hsr.bieridee.models.BeerModel
 
getTagNodeList() - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getTags() - Method in class ch.hsr.bieridee.domain.Beer
 
getTags() - Method in class ch.hsr.bieridee.models.BeerModel
 
getTimeLine(int, int) - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getTimeLineForUser(String, int, int) - Static method in class ch.hsr.bieridee.utils.DBUtil
 
getType() - Method in class ch.hsr.bieridee.models.AbstractActionModel
 
getUnknown() - Static method in class ch.hsr.bieridee.models.BeertypeModel
Gets the BeertypeModel for an unknown beertype.
getUnknown() - Static method in class ch.hsr.bieridee.models.BreweryModel
Gets the BreweryModel for an unknown brewery.
getUnknownNode(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets the "Unknown-Node" for a specific type.
getUser() - Method in class ch.hsr.bieridee.domain.Action
 
getUser() - Method in class ch.hsr.bieridee.domain.Recommendation
 
getUser() - Method in class ch.hsr.bieridee.models.AbstractActionModel
 
getUser() - Method in class ch.hsr.bieridee.models.RecommendationModel
 
getUserBeerConsumptions() - Method in class ch.hsr.bieridee.test.resources.ConsumptionListResourceTest
Tests the beer consumptions of a specific beer for specific user.
getUserByName(String) - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a neo4j node by the username of the user.
getUsername() - Method in class ch.hsr.bieridee.domain.User
 
getUsername() - Method in class ch.hsr.bieridee.models.UserModel
 
getUserNodeList() - Static method in class ch.hsr.bieridee.utils.DBUtil
Gets a list of all user nodes from the database.
getValue() - Method in class ch.hsr.bieridee.domain.Rating
 
getWeight() - Method in class ch.hsr.bieridee.domain.Recommendation
 
getWeight() - Method in class ch.hsr.bieridee.models.RecommendationModel
 

A B C D E F G H I L M N O P R S T U V W