Uses of Class
com.echothree.model.data.forum.common.pk.ForumThreadDetailPK
Packages that use ForumThreadDetailPK
Package
Description
-
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThread.getActiveDetailPK()ForumThread.getLastDetailPK()ForumThreadDetail.getPrimaryKey()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionvoidForumThread.setActiveDetailPK(ForumThreadDetailPK activeDetailPK) voidForumThread.setLastDetailPK(ForumThreadDetailPK lastDetailPK) -
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getNextPK()ForumThreadDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ForumThreadDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadFactory.create(ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) ForumThreadDetailFactory.getEntityFromCache(ForumThreadDetailPK pk) ForumThreadDetailFactory.getEntityFromPK(EntityPermission entityPermission, ForumThreadDetailPK pk) ForumThreadDetailFactory.getValueFromPK(ForumThreadDetailPK pk) voidForumThreadDetailFactory.remove(ForumThreadDetailPK pk) booleanForumThreadDetailFactory.validPK(ForumThreadDetailPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumThreadDetailPK> pks) ForumThreadDetailFactory.getValuesFromPKs(Collection<ForumThreadDetailPK> pks) voidForumThreadDetailFactory.remove(Collection<ForumThreadDetailPK> pks) -
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadValue.getActiveDetailPK()ForumThreadValue.getLastDetailPK()ForumThreadDetailValue.getPrimaryKey()Methods in com.echothree.model.data.forum.server.value with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionvoidForumThreadValue.setActiveDetailPK(ForumThreadDetailPK activeDetailPK) voidForumThreadValue.setLastDetailPK(ForumThreadDetailPK lastDetailPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumThreadDetailPKModifierConstructorDescriptionForumThreadDetailValue(ForumThreadDetailPK forumThreadDetailPK, ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumThreadDetailValueForumThreadValue(ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) Creates a new instance of ForumThreadValueForumThreadValue(ForumThreadPK forumThreadPK, ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) Creates a new instance of ForumThreadValue