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