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