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 TypeMethodDescriptionvoidCommentBlob.setCommentPK(CommentPK commentPK) voidCommentClob.setCommentPK(CommentPK commentPK) voidCommentDetail.setCommentPK(CommentPK commentPK) voidCommentString.setCommentPK(CommentPK commentPK) voidCommentUsage.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) voidbooleanMethod 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) voidCommentFactory.remove(Session session, Collection<CommentPK> pks) voidCommentFactory.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 TypeMethodDescriptionvoidCommentBlobValue.setCommentPK(CommentPK commentPK) voidCommentClobValue.setCommentPK(CommentPK commentPK) voidCommentDetailValue.setCommentPK(CommentPK commentPK) voidCommentStringValue.setCommentPK(CommentPK commentPK) voidCommentUsageValue.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