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