Uses of Class
com.echothree.model.data.forum.common.pk.ForumGroupPK
Packages that use ForumGroupPK
Package
Description
-
Uses of ForumGroupPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumGroupPKModifier and TypeMethodDescriptionForumGroupDescription.getForumGroupPK()ForumGroupDetail.getForumGroupPK()ForumGroupForum.getForumGroupPK()ForumGroup.getPrimaryKey()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupPKModifier and TypeMethodDescriptionvoidForumGroupDescription.setForumGroupPK(ForumGroupPK forumGroupPK) voidForumGroupDetail.setForumGroupPK(ForumGroupPK forumGroupPK) voidForumGroupForum.setForumGroupPK(ForumGroupPK forumGroupPK) -
Uses of ForumGroupPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumGroupPKModifier and TypeMethodDescriptionForumGroupFactory.getNextPK()ForumGroupFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumGroupFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumGroupPKModifier and TypeMethodDescriptionForumGroupFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumGroupFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumGroupFactory.getPKsFromResultSetAsList(ResultSet rs) ForumGroupFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumGroupPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.create(ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ForumGroupDetailFactory.create(ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) ForumGroupForumFactory.create(ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumGroupFactory.getEntityFromCache(ForumGroupPK pk) ForumGroupFactory.getEntityFromPK(EntityPermission entityPermission, ForumGroupPK pk) ForumGroupFactory.getValueFromPK(ForumGroupPK pk) voidForumGroupFactory.remove(ForumGroupPK pk) booleanForumGroupFactory.validPK(ForumGroupPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumGroupPKModifier and TypeMethodDescriptionForumGroupFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumGroupPK> pks) ForumGroupFactory.getValuesFromPKs(Collection<ForumGroupPK> pks) voidForumGroupFactory.remove(Collection<ForumGroupPK> pks) -
Uses of ForumGroupPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumGroupPKModifier and TypeMethodDescriptionForumGroupDescriptionValue.getForumGroupPK()ForumGroupDetailValue.getForumGroupPK()ForumGroupForumValue.getForumGroupPK()ForumGroupValue.getPrimaryKey()Methods in com.echothree.model.data.forum.server.value with parameters of type ForumGroupPKModifier and TypeMethodDescriptionvoidForumGroupDescriptionValue.setForumGroupPK(ForumGroupPK forumGroupPK) voidForumGroupDetailValue.setForumGroupPK(ForumGroupPK forumGroupPK) voidForumGroupForumValue.setForumGroupPK(ForumGroupPK forumGroupPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumGroupPKModifierConstructorDescriptionForumGroupDescriptionValue(ForumGroupDescriptionPK forumGroupDescriptionPK, ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDescriptionValueForumGroupDescriptionValue(ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDescriptionValueForumGroupDetailValue(ForumGroupDetailPK forumGroupDetailPK, ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDetailValueForumGroupDetailValue(ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDetailValueForumGroupForumValue(ForumGroupForumPK forumGroupForumPK, ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupForumValueForumGroupForumValue(ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupForumValueForumGroupValue(ForumGroupPK forumGroupPK, ForumGroupDetailPK activeDetailPK, ForumGroupDetailPK lastDetailPK) Creates a new instance of ForumGroupValue -
Uses of ForumGroupPK in com.echothree.model.jooq.server.records.forum
Methods in com.echothree.model.jooq.server.records.forum that return ForumGroupPKModifier and TypeMethodDescriptionForumGroupDescriptions.ForumGroup()Getter forforumgroupdescriptions.frmgrpd_frmgrp_forumgroupid.ForumGroupDetails.ForumGroup()Getter forforumgroupdetails.frmgrpdt_frmgrp_forumgroupid.ForumGroupForums.ForumGroup()Getter forforumgroupforums.frmgrpfrm_frmgrp_forumgroupid.ForumGroups.ForumGroup()Getter forforumgroups.frmgrp_forumgroupid.Methods in com.echothree.model.jooq.server.records.forum that return types with arguments of type ForumGroupPKMethods in com.echothree.model.jooq.server.records.forum with parameters of type ForumGroupPKModifier and TypeMethodDescriptionvoidForumGroupDescriptions.ForumGroup(ForumGroupPK value) Setter forforumgroupdescriptions.frmgrpd_frmgrp_forumgroupid.voidForumGroupDetails.ForumGroup(ForumGroupPK value) Setter forforumgroupdetails.frmgrpdt_frmgrp_forumgroupid.voidForumGroupForums.ForumGroup(ForumGroupPK value) Setter forforumgroupforums.frmgrpfrm_frmgrp_forumgroupid.voidForumGroups.ForumGroup(ForumGroupPK value) Setter forforumgroups.frmgrp_forumgroupid.Constructors in com.echothree.model.jooq.server.records.forum with parameters of type ForumGroupPKModifierConstructorDescriptionForumGroupDescriptions(ForumGroupDescriptionPK ForumGroupDescription, ForumGroupPK ForumGroup, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ForumGroupDescriptionsForumGroupDetails(ForumGroupDetailPK ForumGroupDetail, ForumGroupPK ForumGroup, String ForumGroupName, IconPK Icon, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ForumGroupDetailsForumGroupForums(ForumGroupForumPK ForumGroupForum, ForumGroupPK ForumGroup, ForumPK Forum, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ForumGroupForumsForumGroups(ForumGroupPK ForumGroup, ForumGroupDetailPK ActiveDetail, ForumGroupDetailPK LastDetail) Create a detached, initialised ForumGroups -
Uses of ForumGroupPK in com.echothree.model.jooq.server.tables.forum
Fields in com.echothree.model.jooq.server.tables.forum with type parameters of type ForumGroupPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ForumGroupDescriptions, ForumGroupPK> ForumGroupDescriptions.FORUM_GROUPThe columnforumgroupdescriptions.frmgrpd_frmgrp_forumgroupid.final org.jooq.TableField<ForumGroupDetails, ForumGroupPK> ForumGroupDetails.FORUM_GROUPThe columnforumgroupdetails.frmgrpdt_frmgrp_forumgroupid.final org.jooq.TableField<ForumGroupForums, ForumGroupPK> ForumGroupForums.FORUM_GROUPThe columnforumgroupforums.frmgrpfrm_frmgrp_forumgroupid.final org.jooq.TableField<ForumGroups, ForumGroupPK> ForumGroups.FORUM_GROUPThe columnforumgroups.frmgrp_forumgroupid.