Uses of Class
com.echothree.model.data.forum.common.pk.ForumDescriptionPK
Packages that use ForumDescriptionPK
Package
Description
-
Uses of ForumDescriptionPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumDescriptionPK -
Uses of ForumDescriptionPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumDescriptionPKModifier and TypeMethodDescriptionForumDescriptionFactory.getNextPK()ForumDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumDescriptionPKModifier and TypeMethodDescriptionForumDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ForumDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumDescriptionPKModifier and TypeMethodDescriptionForumDescriptionFactory.getEntityFromCache(ForumDescriptionPK pk) ForumDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ForumDescriptionPK pk) ForumDescriptionFactory.getValueFromPK(ForumDescriptionPK pk) voidForumDescriptionFactory.remove(ForumDescriptionPK pk) booleanForumDescriptionFactory.validPK(ForumDescriptionPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumDescriptionPKModifier and TypeMethodDescriptionForumDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumDescriptionPK> pks) ForumDescriptionFactory.getValuesFromPKs(Collection<ForumDescriptionPK> pks) voidForumDescriptionFactory.remove(Collection<ForumDescriptionPK> pks) -
Uses of ForumDescriptionPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumDescriptionPKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumDescriptionPKModifierConstructorDescriptionForumDescriptionValue(ForumDescriptionPK forumDescriptionPK, ForumPK forumPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ForumDescriptionValue