Uses of Class
com.echothree.model.data.forum.common.pk.ForumForumThreadPK
Packages that use ForumForumThreadPK
Package
Description
-
Uses of ForumForumThreadPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumForumThreadPK -
Uses of ForumForumThreadPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.getNextPK()ForumForumThreadFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumForumThreadFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumForumThreadFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumForumThreadFactory.getPKsFromResultSetAsList(ResultSet rs) ForumForumThreadFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.getEntityFromCache(ForumForumThreadPK pk) ForumForumThreadFactory.getEntityFromPK(EntityPermission entityPermission, ForumForumThreadPK pk) ForumForumThreadFactory.getValueFromPK(ForumForumThreadPK pk) voidForumForumThreadFactory.remove(ForumForumThreadPK pk) booleanForumForumThreadFactory.validPK(ForumForumThreadPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumForumThreadPKModifier and TypeMethodDescriptionForumForumThreadFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumForumThreadPK> pks) ForumForumThreadFactory.getValuesFromPKs(Collection<ForumForumThreadPK> pks) voidForumForumThreadFactory.remove(Collection<ForumForumThreadPK> pks) -
Uses of ForumForumThreadPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumForumThreadPKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumForumThreadPKModifierConstructorDescriptionForumForumThreadValue(ForumForumThreadPK forumForumPK, ForumPK forumPK, ForumThreadPK forumThreadPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumForumThreadValue