Uses of Class
com.echothree.model.data.comment.common.pk.CommentUsagePK
Packages that use CommentUsagePK
Package
Description
-
Uses of CommentUsagePK in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentUsagePK -
Uses of CommentUsagePK in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentUsagePKModifier and TypeMethodDescriptionCommentUsageFactory.getNextPK()CommentUsageFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommentUsageFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentUsagePKModifier and TypeMethodDescriptionCommentUsageFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommentUsageFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommentUsageFactory.getPKsFromResultSetAsList(ResultSet rs) CommentUsageFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentUsagePKModifier and TypeMethodDescriptionCommentUsageFactory.getEntityFromCache(CommentUsagePK pk) CommentUsageFactory.getEntityFromPK(EntityPermission entityPermission, CommentUsagePK pk) CommentUsageFactory.getValueFromPK(CommentUsagePK pk) voidCommentUsageFactory.remove(CommentUsagePK pk) booleanCommentUsageFactory.validPK(CommentUsagePK pk) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentUsagePKModifier and TypeMethodDescriptionCommentUsageFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommentUsagePK> pks) CommentUsageFactory.getValuesFromPKs(Collection<CommentUsagePK> pks) voidCommentUsageFactory.remove(Collection<CommentUsagePK> pks) -
Uses of CommentUsagePK in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentUsagePKConstructors in com.echothree.model.data.comment.server.value with parameters of type CommentUsagePKModifierConstructorDescriptionCommentUsageValue(CommentUsagePK commentUsagePK, CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentUsageValue