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
(Session session, CommentUsagePK pk) CommentUsageFactory.getEntityFromPK
(EntityPermission entityPermission, CommentUsagePK pk) CommentUsageFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommentUsagePK pk) CommentUsageFactory.getValueFromPK
(Session session, CommentUsagePK pk) void
CommentUsageFactory.remove
(Session session, CommentUsagePK pk) boolean
CommentUsageFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommentUsagePK> pks) CommentUsageFactory.getValuesFromPKs
(Session session, Collection<CommentUsagePK> pks) void
CommentUsageFactory.remove
(Session session, Collection<CommentUsagePK> pks) void
CommentUsageFactory.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