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
(Session session, ForumDescriptionPK pk) ForumDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ForumDescriptionPK pk) ForumDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumDescriptionPK pk) ForumDescriptionFactory.getValueFromPK
(Session session, ForumDescriptionPK pk) void
ForumDescriptionFactory.remove
(Session session, ForumDescriptionPK pk) boolean
ForumDescriptionFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumDescriptionPK> pks) ForumDescriptionFactory.getValuesFromPKs
(Session session, Collection<ForumDescriptionPK> pks) void
ForumDescriptionFactory.remove
(Session session, Collection<ForumDescriptionPK> pks) void
ForumDescriptionFactory.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