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
(Session session, ForumPartyRolePK pk) ForumPartyRoleFactory.getEntityFromPK
(EntityPermission entityPermission, ForumPartyRolePK pk) ForumPartyRoleFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumPartyRolePK pk) ForumPartyRoleFactory.getValueFromPK
(Session session, ForumPartyRolePK pk) void
ForumPartyRoleFactory.remove
(Session session, ForumPartyRolePK pk) boolean
ForumPartyRoleFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumPartyRolePK> pks) ForumPartyRoleFactory.getValuesFromPKs
(Session session, Collection<ForumPartyRolePK> pks) void
ForumPartyRoleFactory.remove
(Session session, Collection<ForumPartyRolePK> pks) void
ForumPartyRoleFactory.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