Uses of Class
com.echothree.model.data.forum.common.pk.ForumDetailPK
Packages that use ForumDetailPK
Package
Description
-
Uses of ForumDetailPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumDetailPKModifier and TypeMethodDescriptionForum.getActiveDetailPK()Forum.getLastDetailPK()ForumDetail.getPrimaryKey()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumDetailPKModifier and TypeMethodDescriptionvoidForum.setActiveDetailPK(ForumDetailPK activeDetailPK) voidForum.setLastDetailPK(ForumDetailPK lastDetailPK) -
Uses of ForumDetailPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumDetailPKModifier and TypeMethodDescriptionForumDetailFactory.getNextPK()ForumDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumDetailPKModifier and TypeMethodDescriptionForumDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ForumDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumDetailPKModifier and TypeMethodDescriptionForumFactory.create(ForumDetailPK activeDetailPK, ForumDetailPK lastDetailPK) ForumDetailFactory.getEntityFromCache(ForumDetailPK pk) ForumDetailFactory.getEntityFromPK(EntityPermission entityPermission, ForumDetailPK pk) ForumDetailFactory.getValueFromPK(ForumDetailPK pk) voidForumDetailFactory.remove(ForumDetailPK pk) booleanForumDetailFactory.validPK(ForumDetailPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumDetailPKModifier and TypeMethodDescriptionForumDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumDetailPK> pks) ForumDetailFactory.getValuesFromPKs(Collection<ForumDetailPK> pks) voidForumDetailFactory.remove(Collection<ForumDetailPK> pks) -
Uses of ForumDetailPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumDetailPKModifier and TypeMethodDescriptionForumValue.getActiveDetailPK()ForumValue.getLastDetailPK()ForumDetailValue.getPrimaryKey()Methods in com.echothree.model.data.forum.server.value with parameters of type ForumDetailPKModifier and TypeMethodDescriptionvoidForumValue.setActiveDetailPK(ForumDetailPK activeDetailPK) voidForumValue.setLastDetailPK(ForumDetailPK lastDetailPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumDetailPKModifierConstructorDescriptionForumDetailValue(ForumDetailPK forumDetailPK, ForumPK forumPK, String forumName, ForumTypePK forumTypePK, IconPK iconPK, SequencePK forumThreadSequencePK, SequencePK forumMessageSequencePK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumDetailValueForumValue(ForumDetailPK activeDetailPK, ForumDetailPK lastDetailPK) Creates a new instance of ForumValueForumValue(ForumPK forumPK, ForumDetailPK activeDetailPK, ForumDetailPK lastDetailPK) Creates a new instance of ForumValue