Uses of Class
com.echothree.model.data.comment.common.pk.CommentDetailPK
Packages that use CommentDetailPK
Package
Description
-
Uses of CommentDetailPK in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentDetailPKModifier and TypeMethodDescriptionComment.getActiveDetailPK()
Comment.getLastDetailPK()
CommentDetail.getPrimaryKey()
Methods in com.echothree.model.data.comment.server.entity with parameters of type CommentDetailPKModifier and TypeMethodDescriptionvoid
Comment.setActiveDetailPK
(CommentDetailPK activeDetailPK) void
Comment.setLastDetailPK
(CommentDetailPK lastDetailPK) -
Uses of CommentDetailPK in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentDetailPKModifier and TypeMethodDescriptionCommentDetailFactory.getNextPK()
CommentDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CommentDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentDetailPKModifier and TypeMethodDescriptionCommentDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CommentDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CommentDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) CommentDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentDetailPKModifier and TypeMethodDescriptionCommentFactory.create
(CommentDetailPK activeDetailPK, CommentDetailPK lastDetailPK) CommentFactory.create
(Session session, CommentDetailPK activeDetailPK, CommentDetailPK lastDetailPK) CommentDetailFactory.getEntityFromCache
(Session session, CommentDetailPK pk) CommentDetailFactory.getEntityFromPK
(EntityPermission entityPermission, CommentDetailPK pk) CommentDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommentDetailPK pk) CommentDetailFactory.getValueFromPK
(Session session, CommentDetailPK pk) void
CommentDetailFactory.remove
(Session session, CommentDetailPK pk) boolean
CommentDetailFactory.validPK
(Session session, CommentDetailPK pk) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentDetailPKModifier and TypeMethodDescriptionCommentDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CommentDetailPK> pks) CommentDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommentDetailPK> pks) CommentDetailFactory.getValuesFromPKs
(Session session, Collection<CommentDetailPK> pks) void
CommentDetailFactory.remove
(Session session, Collection<CommentDetailPK> pks) void
CommentDetailFactory.remove
(Collection<CommentDetailPK> pks) -
Uses of CommentDetailPK in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentDetailPKModifier and TypeMethodDescriptionCommentValue.getActiveDetailPK()
CommentValue.getLastDetailPK()
CommentDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.comment.server.value with parameters of type CommentDetailPKModifier and TypeMethodDescriptionvoid
CommentValue.setActiveDetailPK
(CommentDetailPK activeDetailPK) void
CommentValue.setLastDetailPK
(CommentDetailPK lastDetailPK) Constructors in com.echothree.model.data.comment.server.value with parameters of type CommentDetailPKModifierConstructorDescriptionCommentDetailValue
(CommentDetailPK commentDetailPK, CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentDetailValueCommentValue
(CommentDetailPK activeDetailPK, CommentDetailPK lastDetailPK) Creates a new instance of CommentValueCommentValue
(CommentPK commentPK, CommentDetailPK activeDetailPK, CommentDetailPK lastDetailPK) Creates a new instance of CommentValue