Uses of Class
com.echothree.model.data.rating.server.value.RatingDetailValue
Packages that use RatingDetailValue
Package
Description
-
Uses of RatingDetailValue in com.echothree.model.control.rating.server.control
Methods in com.echothree.model.control.rating.server.control that return RatingDetailValueModifier and TypeMethodDescriptionRatingControl.getRatingDetailValue
(RatingDetail ratingDetail) RatingControl.getRatingDetailValueByNameForUpdate
(String ratingName) RatingControl.getRatingDetailValueForUpdate
(Rating rating) Methods in com.echothree.model.control.rating.server.control with parameters of type RatingDetailValueModifier and TypeMethodDescriptionvoid
RatingControl.updateRatingFromValue
(RatingDetailValue ratingDetailValue, BasePK updatedBy) -
Uses of RatingDetailValue in com.echothree.model.data.rating.server.entity
Methods in com.echothree.model.data.rating.server.entity that return RatingDetailValueMethods in com.echothree.model.data.rating.server.entity with parameters of type RatingDetailValueModifier and TypeMethodDescriptionvoid
RatingDetail.setRatingDetailValue
(RatingDetailValue value) Constructors in com.echothree.model.data.rating.server.entity with parameters of type RatingDetailValueModifierConstructorDescriptionRatingDetail
(RatingDetailValue value, EntityPermission entityPermission) Creates a new instance of RatingDetail -
Uses of RatingDetailValue in com.echothree.model.data.rating.server.factory
Methods in com.echothree.model.data.rating.server.factory that return RatingDetailValueModifier and TypeMethodDescriptionRatingDetailFactory.getValueFromPK
(Session session, RatingDetailPK pk) RatingDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.rating.server.factory that return types with arguments of type RatingDetailValueModifier and TypeMethodDescriptionRatingDetailFactory.getValuesFromPKs
(Session session, Collection<RatingDetailPK> pks) RatingDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.rating.server.factory with parameters of type RatingDetailValueModifier and TypeMethodDescriptionRatingDetailFactory.getEntityFromValue
(EntityPermission entityPermission, RatingDetailValue value) RatingDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, RatingDetailValue value) Method parameters in com.echothree.model.data.rating.server.factory with type arguments of type RatingDetailValueModifier and TypeMethodDescriptionvoid
RatingDetailFactory.create
(Session session, Collection<RatingDetailValue> _values) void
RatingDetailFactory.create
(Collection<RatingDetailValue> _values) -
Uses of RatingDetailValue in com.echothree.model.data.rating.server.value
Methods in com.echothree.model.data.rating.server.value that return RatingDetailValue