Uses of Class
com.echothree.model.data.forum.common.pk.ForumMessageAttachmentDetailPK
Packages that use ForumMessageAttachmentDetailPK
Package
Description
-
Uses of ForumMessageAttachmentDetailPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionForumMessageAttachment.getActiveDetailPK()ForumMessageAttachment.getLastDetailPK()ForumMessageAttachmentDetail.getPrimaryKey()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionvoidForumMessageAttachment.setActiveDetailPK(ForumMessageAttachmentDetailPK activeDetailPK) voidForumMessageAttachment.setLastDetailPK(ForumMessageAttachmentDetailPK lastDetailPK) -
Uses of ForumMessageAttachmentDetailPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionForumMessageAttachmentDetailFactory.getNextPK()ForumMessageAttachmentDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumMessageAttachmentDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionForumMessageAttachmentDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumMessageAttachmentDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumMessageAttachmentDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ForumMessageAttachmentDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionForumMessageAttachmentFactory.create(ForumMessageAttachmentDetailPK activeDetailPK, ForumMessageAttachmentDetailPK lastDetailPK) ForumMessageAttachmentDetailFactory.getEntityFromCache(ForumMessageAttachmentDetailPK pk) ForumMessageAttachmentDetailFactory.getEntityFromPK(EntityPermission entityPermission, ForumMessageAttachmentDetailPK pk) ForumMessageAttachmentDetailFactory.getValueFromPK(ForumMessageAttachmentDetailPK pk) voidForumMessageAttachmentDetailFactory.remove(ForumMessageAttachmentDetailPK pk) booleanForumMessageAttachmentDetailFactory.validPK(ForumMessageAttachmentDetailPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionForumMessageAttachmentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessageAttachmentDetailPK> pks) ForumMessageAttachmentDetailFactory.getValuesFromPKs(Collection<ForumMessageAttachmentDetailPK> pks) voidForumMessageAttachmentDetailFactory.remove(Collection<ForumMessageAttachmentDetailPK> pks) -
Uses of ForumMessageAttachmentDetailPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionForumMessageAttachmentValue.getActiveDetailPK()ForumMessageAttachmentValue.getLastDetailPK()ForumMessageAttachmentDetailValue.getPrimaryKey()Methods in com.echothree.model.data.forum.server.value with parameters of type ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionvoidForumMessageAttachmentValue.setActiveDetailPK(ForumMessageAttachmentDetailPK activeDetailPK) voidForumMessageAttachmentValue.setLastDetailPK(ForumMessageAttachmentDetailPK lastDetailPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumMessageAttachmentDetailPKModifierConstructorDescriptionForumMessageAttachmentDetailValue(ForumMessageAttachmentDetailPK forumMessageAttachmentDetailPK, ForumMessageAttachmentPK forumMessageAttachmentPK, ForumMessagePK forumMessagePK, Integer forumMessageAttachmentSequence, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumMessageAttachmentDetailValueForumMessageAttachmentValue(ForumMessageAttachmentDetailPK activeDetailPK, ForumMessageAttachmentDetailPK lastDetailPK) Creates a new instance of ForumMessageAttachmentValueForumMessageAttachmentValue(ForumMessageAttachmentPK forumMessageAttachmentPK, ForumMessageAttachmentDetailPK activeDetailPK, ForumMessageAttachmentDetailPK lastDetailPK) Creates a new instance of ForumMessageAttachmentValue -
Uses of ForumMessageAttachmentDetailPK in com.echothree.model.jooq.server.records.forum
Methods in com.echothree.model.jooq.server.records.forum that return ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionForumMessageAttachments.ActiveDetail()Getter forforummessageattachments.frmmsgatt_activedetailid.ForumMessageAttachmentDetails.ForumMessageAttachmentDetail()Getter forforummessageattachmentdetails.frmmsgattdt_forummessageattachmentdetailid.ForumMessageAttachments.LastDetail()Getter forforummessageattachments.frmmsgatt_lastdetailid.Methods in com.echothree.model.jooq.server.records.forum that return types with arguments of type ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ForumMessageAttachmentDetailPK> ForumMessageAttachmentDetails.key()Methods in com.echothree.model.jooq.server.records.forum with parameters of type ForumMessageAttachmentDetailPKModifier and TypeMethodDescriptionvoidForumMessageAttachments.ActiveDetail(ForumMessageAttachmentDetailPK value) Setter forforummessageattachments.frmmsgatt_activedetailid.voidForumMessageAttachmentDetails.ForumMessageAttachmentDetail(ForumMessageAttachmentDetailPK value) Setter forforummessageattachmentdetails.frmmsgattdt_forummessageattachmentdetailid.voidForumMessageAttachments.LastDetail(ForumMessageAttachmentDetailPK value) Setter forforummessageattachments.frmmsgatt_lastdetailid.Constructors in com.echothree.model.jooq.server.records.forum with parameters of type ForumMessageAttachmentDetailPKModifierConstructorDescriptionForumMessageAttachmentDetails(ForumMessageAttachmentDetailPK ForumMessageAttachmentDetail, ForumMessageAttachmentPK ForumMessageAttachment, ForumMessagePK ForumMessage, Integer ForumMessageAttachmentSequence, MimeTypePK MimeType, Long FromTime, Long ThruTime) Create a detached, initialised ForumMessageAttachmentDetailsForumMessageAttachments(ForumMessageAttachmentPK ForumMessageAttachment, ForumMessageAttachmentDetailPK ActiveDetail, ForumMessageAttachmentDetailPK LastDetail) Create a detached, initialised ForumMessageAttachments -
Uses of ForumMessageAttachmentDetailPK in com.echothree.model.jooq.server.tables.forum
Fields in com.echothree.model.jooq.server.tables.forum with type parameters of type ForumMessageAttachmentDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ForumMessageAttachments, ForumMessageAttachmentDetailPK> ForumMessageAttachments.ACTIVE_DETAILThe columnforummessageattachments.frmmsgatt_activedetailid.final org.jooq.TableField<ForumMessageAttachmentDetails, ForumMessageAttachmentDetailPK> ForumMessageAttachmentDetails.FORUM_MESSAGE_ATTACHMENT_DETAILThe columnforummessageattachmentdetails.frmmsgattdt_forummessageattachmentdetailid.final org.jooq.TableField<ForumMessageAttachments, ForumMessageAttachmentDetailPK> ForumMessageAttachments.LAST_DETAILThe columnforummessageattachments.frmmsgatt_lastdetailid.