Uses of Class
com.echothree.model.data.comment.common.pk.CommentPK
Packages that use CommentPK
Package
Description
-
Uses of CommentPK in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentPKModifier and TypeMethodDescriptionCommentBlob.getCommentPK()
CommentClob.getCommentPK()
CommentDetail.getCommentPK()
CommentString.getCommentPK()
CommentUsage.getCommentPK()
Comment.getPrimaryKey()
Methods in com.echothree.model.data.comment.server.entity with parameters of type CommentPKModifier and TypeMethodDescriptionvoid
CommentBlob.setCommentPK
(CommentPK commentPK) void
CommentClob.setCommentPK
(CommentPK commentPK) void
CommentDetail.setCommentPK
(CommentPK commentPK) void
CommentString.setCommentPK
(CommentPK commentPK) void
CommentUsage.setCommentPK
(CommentPK commentPK) -
Uses of CommentPK in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentPKModifier and TypeMethodDescriptionCommentFactory.getNextPK()
CommentFactory.getPKFromQuery
(PreparedStatement ps, Object... params) CommentFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentPKModifier and TypeMethodDescriptionCommentFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) CommentFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) CommentFactory.getPKsFromResultSetAsList
(ResultSet rs) CommentFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentPKModifier and TypeMethodDescriptionCommentBlobFactory.create
(Session session, CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) CommentClobFactory.create
(Session session, CommentPK commentPK, String clob, Long fromTime, Long thruTime) CommentDetailFactory.create
(CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) CommentDetailFactory.create
(Session session, CommentPK commentPK, String commentName, CommentTypePK commentTypePK, EntityInstancePK commentedEntityInstancePK, EntityInstancePK commentedByEntityInstancePK, LanguagePK languagePK, String description, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) CommentStringFactory.create
(Session session, CommentPK commentPK, String string, Long fromTime, Long thruTime) CommentUsageFactory.create
(CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) CommentUsageFactory.create
(Session session, CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) CommentFactory.getEntityFromCache
(Session session, CommentPK pk) CommentFactory.getEntityFromPK
(EntityPermission entityPermission, CommentPK pk) CommentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, CommentPK pk) CommentFactory.getValueFromPK
(Session session, CommentPK pk) void
boolean
Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentPKModifier and TypeMethodDescriptionCommentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<CommentPK> pks) CommentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<CommentPK> pks) CommentFactory.getValuesFromPKs
(Session session, Collection<CommentPK> pks) void
CommentFactory.remove
(Session session, Collection<CommentPK> pks) void
CommentFactory.remove
(Collection<CommentPK> pks) -
Uses of CommentPK in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentPKModifier and TypeMethodDescriptionCommentBlobValue.getCommentPK()
CommentClobValue.getCommentPK()
CommentDetailValue.getCommentPK()
CommentStringValue.getCommentPK()
CommentUsageValue.getCommentPK()
CommentValue.getPrimaryKey()
Methods in com.echothree.model.data.comment.server.value with parameters of type CommentPKModifier and TypeMethodDescriptionvoid
CommentBlobValue.setCommentPK
(CommentPK commentPK) void
CommentClobValue.setCommentPK
(CommentPK commentPK) void
CommentDetailValue.setCommentPK
(CommentPK commentPK) void
CommentStringValue.setCommentPK
(CommentPK commentPK) void
CommentUsageValue.setCommentPK
(CommentPK commentPK) Constructors in com.echothree.model.data.comment.server.value with parameters of type CommentPKModifierConstructorDescriptionCommentBlobValue
(CommentBlobPK commentBlobPK, CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of CommentBlobValueCommentBlobValue
(CommentPK commentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of CommentBlobValueCommentClobValue
(CommentClobPK commentClobPK, CommentPK commentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of CommentClobValueCommentClobValue
(CommentPK commentPK, String clob, Long fromTime, Long thruTime) Creates a new instance of CommentClobValueCommentDetailValue
(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 CommentDetailValueCommentDetailValue
(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 CommentDetailValueCommentStringValue
(CommentPK commentPK, String string, Long fromTime, Long thruTime) Creates a new instance of CommentStringValueCommentStringValue
(CommentStringPK commentStringPK, CommentPK commentPK, String string, Long fromTime, Long thruTime) Creates a new instance of CommentStringValueCommentUsageValue
(CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentUsageValueCommentUsageValue
(CommentUsagePK commentUsagePK, CommentPK commentPK, CommentUsageTypePK commentUsageTypePK, Long fromTime, Long thruTime) Creates a new instance of CommentUsageValueCommentValue
(CommentPK commentPK, CommentDetailPK activeDetailPK, CommentDetailPK lastDetailPK) Creates a new instance of CommentValue