Uses of Class
com.echothree.model.data.forum.common.pk.ForumDetailPK
Packages that use ForumDetailPK
Package
Description
-
Uses of ForumDetailPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumDetailPKModifier and TypeMethodDescriptionForum.getActiveDetailPK()Forum.getLastDetailPK()ForumDetail.getPrimaryKey()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumDetailPKModifier and TypeMethodDescriptionvoidForum.setActiveDetailPK(ForumDetailPK activeDetailPK) voidForum.setLastDetailPK(ForumDetailPK lastDetailPK) -
Uses of ForumDetailPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumDetailPKModifier and TypeMethodDescriptionForumDetailFactory.getNextPK()ForumDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumDetailPKModifier and TypeMethodDescriptionForumDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ForumDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumDetailPKModifier and TypeMethodDescriptionForumFactory.create(ForumDetailPK activeDetailPK, ForumDetailPK lastDetailPK) ForumDetailFactory.getEntityFromCache(ForumDetailPK pk) ForumDetailFactory.getEntityFromPK(EntityPermission entityPermission, ForumDetailPK pk) ForumDetailFactory.getValueFromPK(ForumDetailPK pk) voidForumDetailFactory.remove(ForumDetailPK pk) booleanForumDetailFactory.validPK(ForumDetailPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumDetailPKModifier and TypeMethodDescriptionForumDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumDetailPK> pks) ForumDetailFactory.getValuesFromPKs(Collection<ForumDetailPK> pks) voidForumDetailFactory.remove(Collection<ForumDetailPK> pks) -
Uses of ForumDetailPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumDetailPKModifier and TypeMethodDescriptionForumValue.getActiveDetailPK()ForumValue.getLastDetailPK()ForumDetailValue.getPrimaryKey()Methods in com.echothree.model.data.forum.server.value with parameters of type ForumDetailPKModifier and TypeMethodDescriptionvoidForumValue.setActiveDetailPK(ForumDetailPK activeDetailPK) voidForumValue.setLastDetailPK(ForumDetailPK lastDetailPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumDetailPKModifierConstructorDescriptionForumDetailValue(ForumDetailPK forumDetailPK, ForumPK forumPK, String forumName, ForumTypePK forumTypePK, IconPK iconPK, SequencePK forumThreadSequencePK, SequencePK forumMessageSequencePK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumDetailValueForumValue(ForumDetailPK activeDetailPK, ForumDetailPK lastDetailPK) Creates a new instance of ForumValueForumValue(ForumPK forumPK, ForumDetailPK activeDetailPK, ForumDetailPK lastDetailPK) Creates a new instance of ForumValue -
Uses of ForumDetailPK in com.echothree.model.jooq.server.records.forum
Methods in com.echothree.model.jooq.server.records.forum that return ForumDetailPKModifier and TypeMethodDescriptionForums.ActiveDetail()Getter forforums.frm_activedetailid.ForumDetails.ForumDetail()Getter forforumdetails.frmdt_forumdetailid.Forums.LastDetail()Getter forforums.frm_lastdetailid.Methods in com.echothree.model.jooq.server.records.forum that return types with arguments of type ForumDetailPKMethods in com.echothree.model.jooq.server.records.forum with parameters of type ForumDetailPKModifier and TypeMethodDescriptionvoidForums.ActiveDetail(ForumDetailPK value) Setter forforums.frm_activedetailid.voidForumDetails.ForumDetail(ForumDetailPK value) Setter forforumdetails.frmdt_forumdetailid.voidForums.LastDetail(ForumDetailPK value) Setter forforums.frm_lastdetailid.Constructors in com.echothree.model.jooq.server.records.forum with parameters of type ForumDetailPKModifierConstructorDescriptionForumDetails(ForumDetailPK ForumDetail, ForumPK Forum, String ForumName, ForumTypePK ForumType, IconPK Icon, SequencePK ForumThreadSequence, SequencePK ForumMessageSequence, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ForumDetailsForums(ForumPK Forum, ForumDetailPK ActiveDetail, ForumDetailPK LastDetail) Create a detached, initialised Forums -
Uses of ForumDetailPK in com.echothree.model.jooq.server.tables.forum
Fields in com.echothree.model.jooq.server.tables.forum with type parameters of type ForumDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Forums, ForumDetailPK> Forums.ACTIVE_DETAILThe columnforums.frm_activedetailid.final org.jooq.TableField<ForumDetails, ForumDetailPK> ForumDetails.FORUM_DETAILThe columnforumdetails.frmdt_forumdetailid.final org.jooq.TableField<Forums, ForumDetailPK> Forums.LAST_DETAILThe columnforums.frm_lastdetailid.