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 TypeMethodDescriptionvoidComment.setActiveDetailPK(CommentDetailPK activeDetailPK) voidComment.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) CommentDetailFactory.getEntityFromCache(CommentDetailPK pk) CommentDetailFactory.getEntityFromPK(EntityPermission entityPermission, CommentDetailPK pk) CommentDetailFactory.getValueFromPK(CommentDetailPK pk) voidCommentDetailFactory.remove(CommentDetailPK pk) booleanCommentDetailFactory.validPK(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.getValuesFromPKs(Collection<CommentDetailPK> pks) voidCommentDetailFactory.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 TypeMethodDescriptionvoidCommentValue.setActiveDetailPK(CommentDetailPK activeDetailPK) voidCommentValue.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