Uses of Class
com.echothree.model.data.forum.common.pk.ForumPartyRolePK
Packages that use ForumPartyRolePK
Package
Description
-
Uses of ForumPartyRolePK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumPartyRolePK -
Uses of ForumPartyRolePK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumPartyRolePKModifier and TypeMethodDescriptionForumPartyRoleFactory.getNextPK()ForumPartyRoleFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumPartyRoleFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumPartyRolePKModifier and TypeMethodDescriptionForumPartyRoleFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumPartyRoleFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumPartyRoleFactory.getPKsFromResultSetAsList(ResultSet rs) ForumPartyRoleFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumPartyRolePKModifier and TypeMethodDescriptionForumPartyRoleFactory.getEntityFromCache(ForumPartyRolePK pk) ForumPartyRoleFactory.getEntityFromPK(EntityPermission entityPermission, ForumPartyRolePK pk) ForumPartyRoleFactory.getValueFromPK(ForumPartyRolePK pk) voidForumPartyRoleFactory.remove(ForumPartyRolePK pk) booleanForumPartyRoleFactory.validPK(ForumPartyRolePK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumPartyRolePKModifier and TypeMethodDescriptionForumPartyRoleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumPartyRolePK> pks) ForumPartyRoleFactory.getValuesFromPKs(Collection<ForumPartyRolePK> pks) voidForumPartyRoleFactory.remove(Collection<ForumPartyRolePK> pks) -
Uses of ForumPartyRolePK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumPartyRolePKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumPartyRolePKModifierConstructorDescriptionForumPartyRoleValue(ForumPartyRolePK forumPartyRolePK, ForumPK forumPK, PartyPK partyPK, ForumRoleTypePK forumRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumPartyRoleValue -
Uses of ForumPartyRolePK in com.echothree.model.jooq.server.records.forum
Methods in com.echothree.model.jooq.server.records.forum that return ForumPartyRolePKModifier and TypeMethodDescriptionForumPartyRoles.ForumPartyRole()Getter forforumpartyroles.frmparr_forumpartyroleid.Methods in com.echothree.model.jooq.server.records.forum that return types with arguments of type ForumPartyRolePKMethods in com.echothree.model.jooq.server.records.forum with parameters of type ForumPartyRolePKModifier and TypeMethodDescriptionvoidForumPartyRoles.ForumPartyRole(ForumPartyRolePK value) Setter forforumpartyroles.frmparr_forumpartyroleid.Constructors in com.echothree.model.jooq.server.records.forum with parameters of type ForumPartyRolePKModifierConstructorDescriptionForumPartyRoles(ForumPartyRolePK ForumPartyRole, ForumPK Forum, PartyPK Party, ForumRoleTypePK ForumRoleType, Long FromTime, Long ThruTime) Create a detached, initialised ForumPartyRoles -
Uses of ForumPartyRolePK in com.echothree.model.jooq.server.tables.forum
Fields in com.echothree.model.jooq.server.tables.forum with type parameters of type ForumPartyRolePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ForumPartyRoles, ForumPartyRolePK> ForumPartyRoles.FORUM_PARTY_ROLEThe columnforumpartyroles.frmparr_forumpartyroleid.