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 -
Uses of CommentDetailPK in com.echothree.model.jooq.server.records.comment
Methods in com.echothree.model.jooq.server.records.comment that return CommentDetailPKModifier and TypeMethodDescriptionComments.ActiveDetail()Getter forcomments.cmnt_activedetailid.CommentDetails.CommentDetail()Getter forcommentdetails.cmntdt_commentdetailid.Comments.LastDetail()Getter forcomments.cmnt_lastdetailid.Methods in com.echothree.model.jooq.server.records.comment that return types with arguments of type CommentDetailPKMethods in com.echothree.model.jooq.server.records.comment with parameters of type CommentDetailPKModifier and TypeMethodDescriptionvoidComments.ActiveDetail(CommentDetailPK value) Setter forcomments.cmnt_activedetailid.voidCommentDetails.CommentDetail(CommentDetailPK value) Setter forcommentdetails.cmntdt_commentdetailid.voidComments.LastDetail(CommentDetailPK value) Setter forcomments.cmnt_lastdetailid.Constructors in com.echothree.model.jooq.server.records.comment with parameters of type CommentDetailPKModifierConstructorDescriptionCommentDetails(CommentDetailPK CommentDetail, CommentPK Comment, String CommentName, CommentTypePK CommentType, EntityInstancePK CommentedEntityInstance, EntityInstancePK CommentedByEntityInstance, LanguagePK Language, String Description, MimeTypePK MimeType, Long FromTime, Long ThruTime) Create a detached, initialised CommentDetailsComments(CommentPK Comment, CommentDetailPK ActiveDetail, CommentDetailPK LastDetail) Create a detached, initialised Comments -
Uses of CommentDetailPK in com.echothree.model.jooq.server.tables.comment
Fields in com.echothree.model.jooq.server.tables.comment with type parameters of type CommentDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Comments, CommentDetailPK> Comments.ACTIVE_DETAILThe columncomments.cmnt_activedetailid.final org.jooq.TableField<CommentDetails, CommentDetailPK> CommentDetails.COMMENT_DETAILThe columncommentdetails.cmntdt_commentdetailid.final org.jooq.TableField<Comments, CommentDetailPK> Comments.LAST_DETAILThe columncomments.cmnt_lastdetailid.