Uses of Class
com.echothree.model.data.rating.common.pk.RatingPK
Packages that use RatingPK
Package
Description
-
Uses of RatingPK in com.echothree.model.data.rating.server.entity
Methods in com.echothree.model.data.rating.server.entity that return RatingPKMethods in com.echothree.model.data.rating.server.entity with parameters of type RatingPK -
Uses of RatingPK in com.echothree.model.data.rating.server.factory
Methods in com.echothree.model.data.rating.server.factory that return RatingPKModifier and TypeMethodDescriptionRatingFactory.getNextPK()
RatingFactory.getPKFromQuery
(PreparedStatement ps, Object... params) RatingFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.rating.server.factory that return types with arguments of type RatingPKModifier and TypeMethodDescriptionRatingFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) RatingFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) RatingFactory.getPKsFromResultSetAsList
(ResultSet rs) RatingFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.rating.server.factory with parameters of type RatingPKModifier and TypeMethodDescriptionRatingDetailFactory.create
(RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) RatingDetailFactory.create
(Session session, RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) RatingFactory.getEntityFromCache
(Session session, RatingPK pk) RatingFactory.getEntityFromPK
(EntityPermission entityPermission, RatingPK pk) RatingFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, RatingPK pk) RatingFactory.getValueFromPK
(Session session, RatingPK pk) void
boolean
Method parameters in com.echothree.model.data.rating.server.factory with type arguments of type RatingPKModifier and TypeMethodDescriptionRatingFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<RatingPK> pks) RatingFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<RatingPK> pks) RatingFactory.getValuesFromPKs
(Session session, Collection<RatingPK> pks) void
RatingFactory.remove
(Session session, Collection<RatingPK> pks) void
RatingFactory.remove
(Collection<RatingPK> pks) -
Uses of RatingPK in com.echothree.model.data.rating.server.value
Methods in com.echothree.model.data.rating.server.value that return RatingPKMethods in com.echothree.model.data.rating.server.value with parameters of type RatingPKConstructors in com.echothree.model.data.rating.server.value with parameters of type RatingPKModifierConstructorDescriptionRatingDetailValue
(RatingDetailPK ratingDetailPK, RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) Creates a new instance of RatingDetailValueRatingDetailValue
(RatingPK ratingPK, String ratingName, RatingTypeListItemPK ratingTypeListItemPK, EntityInstancePK ratedEntityInstancePK, EntityInstancePK ratedByEntityInstancePK, Long fromTime, Long thruTime) Creates a new instance of RatingDetailValueRatingValue
(RatingPK ratingPK, RatingDetailPK activeDetailPK, RatingDetailPK lastDetailPK) Creates a new instance of RatingValue