Uses of Class
com.echothree.model.data.comment.common.pk.CommentStringPK
Packages that use CommentStringPK
Package
Description
-
Uses of CommentStringPK in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentStringPK -
Uses of CommentStringPK in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentStringPKModifier and TypeMethodDescriptionCommentStringFactory.getNextPK()
CommentStringFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CommentStringFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentStringPKModifier and TypeMethodDescriptionCommentStringFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CommentStringFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CommentStringFactory.getPKsFromResultSetAsList
(ResultSet rs) CommentStringFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentStringPKModifier and TypeMethodDescriptionCommentStringFactory.getEntityFromCache
(Session session, CommentStringPK pk) CommentStringFactory.getEntityFromPK
(EntityPermission entityPermission, CommentStringPK pk) CommentStringFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommentStringPK pk) CommentStringFactory.getValueFromPK
(Session session, CommentStringPK pk) void
CommentStringFactory.remove
(Session session, CommentStringPK pk) boolean
CommentStringFactory.validPK
(Session session, CommentStringPK pk) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentStringPKModifier and TypeMethodDescriptionCommentStringFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CommentStringPK> pks) CommentStringFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommentStringPK> pks) CommentStringFactory.getValuesFromPKs
(Session session, Collection<CommentStringPK> pks) void
CommentStringFactory.remove
(Session session, Collection<CommentStringPK> pks) void
CommentStringFactory.remove
(Collection<CommentStringPK> pks) -
Uses of CommentStringPK in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentStringPKConstructors in com.echothree.model.data.comment.server.value with parameters of type CommentStringPKModifierConstructorDescriptionCommentStringValue
(CommentStringPK commentStringPK, CommentPK commentPK, String string, Long fromTime, Long thruTime) Creates a new instance of CommentStringValue