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 TypeMethodDescriptionvoidRating.setActiveDetailPK(RatingDetailPK activeDetailPK) voidRating.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) RatingDetailFactory.getEntityFromCache(RatingDetailPK pk) RatingDetailFactory.getEntityFromPK(EntityPermission entityPermission, RatingDetailPK pk) RatingDetailFactory.getValueFromPK(RatingDetailPK pk) voidRatingDetailFactory.remove(RatingDetailPK pk) booleanRatingDetailFactory.validPK(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.getValuesFromPKs(Collection<RatingDetailPK> pks) voidRatingDetailFactory.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 TypeMethodDescriptionvoidRatingValue.setActiveDetailPK(RatingDetailPK activeDetailPK) voidRatingValue.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