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 TypeMethodDescriptionvoid
Forum.setActiveDetailPK
(ForumDetailPK activeDetailPK) void
Forum.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) ForumFactory.create
(Session session, ForumDetailPK activeDetailPK, ForumDetailPK lastDetailPK) ForumDetailFactory.getEntityFromCache
(Session session, ForumDetailPK pk) ForumDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ForumDetailPK pk) ForumDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumDetailPK pk) ForumDetailFactory.getValueFromPK
(Session session, ForumDetailPK pk) void
ForumDetailFactory.remove
(Session session, ForumDetailPK pk) boolean
ForumDetailFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumDetailPK> pks) ForumDetailFactory.getValuesFromPKs
(Session session, Collection<ForumDetailPK> pks) void
ForumDetailFactory.remove
(Session session, Collection<ForumDetailPK> pks) void
ForumDetailFactory.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 TypeMethodDescriptionvoid
ForumValue.setActiveDetailPK
(ForumDetailPK activeDetailPK) void
ForumValue.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