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
(Session session, RatingPK pk) RatingFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.rating.server.factory that return types with arguments of type RatingValueModifier and TypeMethodDescriptionRatingFactory.getValuesFromPKs
(Session session, Collection<RatingPK> pks) RatingFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.rating.server.factory with parameters of type RatingValueModifier and TypeMethodDescriptionRatingFactory.getEntityFromValue
(EntityPermission entityPermission, RatingValue value) RatingFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, RatingValue value) Method parameters in com.echothree.model.data.rating.server.factory with type arguments of type RatingValueModifier and TypeMethodDescriptionvoid
RatingFactory.create
(Session session, Collection<RatingValue> _values) void
RatingFactory.create
(Collection<RatingValue> _values) -
Uses of RatingValue in com.echothree.model.data.rating.server.value
Methods in com.echothree.model.data.rating.server.value that return RatingValue