Uses of Class
com.echothree.model.data.forum.common.pk.ForumMessageRolePK
Packages that use ForumMessageRolePK
Package
Description
-
Uses of ForumMessageRolePK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumMessageRolePK -
Uses of ForumMessageRolePK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumMessageRolePKModifier and TypeMethodDescriptionForumMessageRoleFactory.getNextPK()ForumMessageRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumMessageRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumMessageRolePKModifier and TypeMethodDescriptionForumMessageRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumMessageRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumMessageRoleFactory.getPKsFromResultSetAsList(ResultSet rs) ForumMessageRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumMessageRolePKModifier and TypeMethodDescriptionForumMessageRoleFactory.getEntityFromCache(ForumMessageRolePK pk) ForumMessageRoleFactory.getEntityFromPK(EntityPermission entityPermission, ForumMessageRolePK pk) ForumMessageRoleFactory.getValueFromPK(ForumMessageRolePK pk) voidForumMessageRoleFactory.remove(ForumMessageRolePK pk) booleanForumMessageRoleFactory.validPK(ForumMessageRolePK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumMessageRolePKModifier and TypeMethodDescriptionForumMessageRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessageRolePK> pks) ForumMessageRoleFactory.getValuesFromPKs(Collection<ForumMessageRolePK> pks) voidForumMessageRoleFactory.remove(Collection<ForumMessageRolePK> pks) -
Uses of ForumMessageRolePK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumMessageRolePKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumMessageRolePKModifierConstructorDescriptionForumMessageRoleValue(ForumMessageRolePK forumMessageRolePK, ForumMessagePK forumMessagePK, ForumRoleTypePK forumRoleTypePK, PartyPK partyPK, Long fromTime, Long thruTime) Creates a new instance of ForumMessageRoleValue -
Uses of ForumMessageRolePK in com.echothree.model.jooq.server.records.forum
Methods in com.echothree.model.jooq.server.records.forum that return ForumMessageRolePKModifier and TypeMethodDescriptionForumMessageRoles.ForumMessageRole()Getter forforummessageroles.frmmsgr_forummessageroleid.Methods in com.echothree.model.jooq.server.records.forum that return types with arguments of type ForumMessageRolePKMethods in com.echothree.model.jooq.server.records.forum with parameters of type ForumMessageRolePKModifier and TypeMethodDescriptionvoidForumMessageRoles.ForumMessageRole(ForumMessageRolePK value) Setter forforummessageroles.frmmsgr_forummessageroleid.Constructors in com.echothree.model.jooq.server.records.forum with parameters of type ForumMessageRolePKModifierConstructorDescriptionForumMessageRoles(ForumMessageRolePK ForumMessageRole, ForumMessagePK ForumMessage, ForumRoleTypePK ForumRoleType, PartyPK Party, Long FromTime, Long ThruTime) Create a detached, initialised ForumMessageRoles -
Uses of ForumMessageRolePK in com.echothree.model.jooq.server.tables.forum
Fields in com.echothree.model.jooq.server.tables.forum with type parameters of type ForumMessageRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ForumMessageRoles, ForumMessageRolePK> ForumMessageRoles.FORUM_MESSAGE_ROLEThe columnforummessageroles.frmmsgr_forummessageroleid.