Uses of Class
com.echothree.model.data.content.common.pk.ContentForumDetailPK
Packages that use ContentForumDetailPK
Package
Description
-
Uses of ContentForumDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentForumDetailPKModifier and TypeMethodDescriptionContentForum.getActiveDetailPK()ContentForum.getLastDetailPK()ContentForumDetail.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentForumDetailPKModifier and TypeMethodDescriptionvoidContentForum.setActiveDetailPK(ContentForumDetailPK activeDetailPK) voidContentForum.setLastDetailPK(ContentForumDetailPK lastDetailPK) -
Uses of ContentForumDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentForumDetailPKModifier and TypeMethodDescriptionContentForumDetailFactory.getNextPK()ContentForumDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentForumDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentForumDetailPKModifier and TypeMethodDescriptionContentForumDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentForumDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentForumDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContentForumDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentForumDetailPKModifier and TypeMethodDescriptionContentForumFactory.create(ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) ContentForumDetailFactory.getEntityFromCache(ContentForumDetailPK pk) ContentForumDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentForumDetailPK pk) ContentForumDetailFactory.getValueFromPK(ContentForumDetailPK pk) voidContentForumDetailFactory.remove(ContentForumDetailPK pk) booleanContentForumDetailFactory.validPK(ContentForumDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentForumDetailPKModifier and TypeMethodDescriptionContentForumDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentForumDetailPK> pks) ContentForumDetailFactory.getValuesFromPKs(Collection<ContentForumDetailPK> pks) voidContentForumDetailFactory.remove(Collection<ContentForumDetailPK> pks) -
Uses of ContentForumDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentForumDetailPKModifier and TypeMethodDescriptionContentForumValue.getActiveDetailPK()ContentForumValue.getLastDetailPK()ContentForumDetailValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentForumDetailPKModifier and TypeMethodDescriptionvoidContentForumValue.setActiveDetailPK(ContentForumDetailPK activeDetailPK) voidContentForumValue.setLastDetailPK(ContentForumDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentForumDetailPKModifierConstructorDescriptionContentForumDetailValue(ContentForumDetailPK contentForumDetailPK, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentForumValue(ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) Creates a new instance of ContentForumValueContentForumValue(ContentForumPK contentForumPK, ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) Creates a new instance of ContentForumValue -
Uses of ContentForumDetailPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentForumDetailPKModifier and TypeMethodDescriptionContentForums.ActiveDetail()Getter forcontentforums.cntfrm_activedetailid.ContentForumDetails.ContentForumDetail()Getter forcontentforumdetails.cntfrmdt_contentforumdetailid.ContentForums.LastDetail()Getter forcontentforums.cntfrm_lastdetailid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentForumDetailPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentForumDetailPK> ContentForumDetails.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentForumDetailPKModifier and TypeMethodDescriptionvoidContentForums.ActiveDetail(ContentForumDetailPK value) Setter forcontentforums.cntfrm_activedetailid.voidContentForumDetails.ContentForumDetail(ContentForumDetailPK value) Setter forcontentforumdetails.cntfrmdt_contentforumdetailid.voidContentForums.LastDetail(ContentForumDetailPK value) Setter forcontentforums.cntfrm_lastdetailid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentForumDetailPKModifierConstructorDescriptionContentForumDetails(ContentForumDetailPK ContentForumDetail, ContentForumPK ContentForum, ContentCollectionPK ContentCollection, ForumPK Forum, Boolean IsDefault, Long FromTime, Long ThruTime) Create a detached, initialised ContentForumDetailsContentForums(ContentForumPK ContentForum, ContentForumDetailPK ActiveDetail, ContentForumDetailPK LastDetail) Create a detached, initialised ContentForums -
Uses of ContentForumDetailPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentForumDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentForums, ContentForumDetailPK> ContentForums.ACTIVE_DETAILThe columncontentforums.cntfrm_activedetailid.final org.jooq.TableField<ContentForumDetails, ContentForumDetailPK> ContentForumDetails.CONTENT_FORUM_DETAILThe columncontentforumdetails.cntfrmdt_contentforumdetailid.final org.jooq.TableField<ContentForums, ContentForumDetailPK> ContentForums.LAST_DETAILThe columncontentforums.cntfrm_lastdetailid.