Uses of Class
com.echothree.model.data.rating.server.value.RatingValue
Packages that use RatingValue
Package
Description
-
Uses of RatingValue in com.echothree.model.data.rating.server.entity
Methods in com.echothree.model.data.rating.server.entity that return RatingValueMethods in com.echothree.model.data.rating.server.entity with parameters of type RatingValueConstructors in com.echothree.model.data.rating.server.entity with parameters of type RatingValueModifierConstructorDescriptionRating(RatingValue value, EntityPermission entityPermission) Creates a new instance of Rating -
Uses of RatingValue in com.echothree.model.data.rating.server.factory
Methods in com.echothree.model.data.rating.server.factory that return RatingValueModifier and TypeMethodDescriptionRatingFactory.getValueFromPK(RatingPK pk) RatingFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.rating.server.factory that return types with arguments of type RatingValueModifier and TypeMethodDescriptionRatingFactory.getValuesFromPKs(Collection<RatingPK> pks) RatingFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.rating.server.factory with parameters of type RatingValueModifier and TypeMethodDescriptionRatingFactory.getEntityFromValue(EntityPermission entityPermission, RatingValue value) Method parameters in com.echothree.model.data.rating.server.factory with type arguments of type RatingValue -
Uses of RatingValue in com.echothree.model.data.rating.server.value
Methods in com.echothree.model.data.rating.server.value that return RatingValue