Uses of Class
com.echothree.model.data.forum.common.pk.ForumGroupDescriptionPK
Packages that use ForumGroupDescriptionPK
Package
Description
-
Uses of ForumGroupDescriptionPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumGroupDescriptionPK -
Uses of ForumGroupDescriptionPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getNextPK()ForumGroupDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumGroupDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumGroupDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumGroupDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ForumGroupDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getEntityFromCache(ForumGroupDescriptionPK pk) ForumGroupDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ForumGroupDescriptionPK pk) ForumGroupDescriptionFactory.getValueFromPK(ForumGroupDescriptionPK pk) voidForumGroupDescriptionFactory.remove(ForumGroupDescriptionPK pk) booleanForumGroupDescriptionFactory.validPK(ForumGroupDescriptionPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumGroupDescriptionPK> pks) ForumGroupDescriptionFactory.getValuesFromPKs(Collection<ForumGroupDescriptionPK> pks) voidForumGroupDescriptionFactory.remove(Collection<ForumGroupDescriptionPK> pks) -
Uses of ForumGroupDescriptionPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumGroupDescriptionPKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumGroupDescriptionPKModifierConstructorDescriptionForumGroupDescriptionValue(ForumGroupDescriptionPK forumGroupDescriptionPK, ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDescriptionValue -
Uses of ForumGroupDescriptionPK in com.echothree.model.jooq.server.records.forum
Methods in com.echothree.model.jooq.server.records.forum that return ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptions.ForumGroupDescription()Getter forforumgroupdescriptions.frmgrpd_forumgroupdescriptionid.Methods in com.echothree.model.jooq.server.records.forum that return types with arguments of type ForumGroupDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<ForumGroupDescriptionPK> ForumGroupDescriptions.key()Methods in com.echothree.model.jooq.server.records.forum with parameters of type ForumGroupDescriptionPKModifier and TypeMethodDescriptionvoidForumGroupDescriptions.ForumGroupDescription(ForumGroupDescriptionPK value) Setter forforumgroupdescriptions.frmgrpd_forumgroupdescriptionid.Constructors in com.echothree.model.jooq.server.records.forum with parameters of type ForumGroupDescriptionPKModifierConstructorDescriptionForumGroupDescriptions(ForumGroupDescriptionPK ForumGroupDescription, ForumGroupPK ForumGroup, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ForumGroupDescriptions -
Uses of ForumGroupDescriptionPK in com.echothree.model.jooq.server.tables.forum
Fields in com.echothree.model.jooq.server.tables.forum with type parameters of type ForumGroupDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ForumGroupDescriptions, ForumGroupDescriptionPK> ForumGroupDescriptions.FORUM_GROUP_DESCRIPTIONThe columnforumgroupdescriptions.frmgrpd_forumgroupdescriptionid.