Uses of Class
com.echothree.model.data.content.common.pk.ContentForumDetailPK
Packages that use ContentForumDetailPK
Package
Description
-
Uses of ContentForumDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentForumDetailPKModifier and TypeMethodDescriptionContentForum.getActiveDetailPK()
ContentForum.getLastDetailPK()
ContentForumDetail.getPrimaryKey()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentForumDetailPKModifier and TypeMethodDescriptionvoid
ContentForum.setActiveDetailPK
(ContentForumDetailPK activeDetailPK) void
ContentForum.setLastDetailPK
(ContentForumDetailPK lastDetailPK) -
Uses of ContentForumDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentForumDetailPKModifier and TypeMethodDescriptionContentForumDetailFactory.getNextPK()
ContentForumDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentForumDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentForumDetailPKModifier and TypeMethodDescriptionContentForumDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentForumDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentForumDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentForumDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentForumDetailPKModifier and TypeMethodDescriptionContentForumFactory.create
(ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) ContentForumFactory.create
(Session session, ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) ContentForumDetailFactory.getEntityFromCache
(Session session, ContentForumDetailPK pk) ContentForumDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ContentForumDetailPK pk) ContentForumDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentForumDetailPK pk) ContentForumDetailFactory.getValueFromPK
(Session session, ContentForumDetailPK pk) void
ContentForumDetailFactory.remove
(Session session, ContentForumDetailPK pk) boolean
ContentForumDetailFactory.validPK
(Session session, ContentForumDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentForumDetailPKModifier and TypeMethodDescriptionContentForumDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentForumDetailPK> pks) ContentForumDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentForumDetailPK> pks) ContentForumDetailFactory.getValuesFromPKs
(Session session, Collection<ContentForumDetailPK> pks) void
ContentForumDetailFactory.remove
(Session session, Collection<ContentForumDetailPK> pks) void
ContentForumDetailFactory.remove
(Collection<ContentForumDetailPK> pks) -
Uses of ContentForumDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentForumDetailPKModifier and TypeMethodDescriptionContentForumValue.getActiveDetailPK()
ContentForumValue.getLastDetailPK()
ContentForumDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.content.server.value with parameters of type ContentForumDetailPKModifier and TypeMethodDescriptionvoid
ContentForumValue.setActiveDetailPK
(ContentForumDetailPK activeDetailPK) void
ContentForumValue.setLastDetailPK
(ContentForumDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentForumDetailPKModifierConstructorDescriptionContentForumDetailValue
(ContentForumDetailPK contentForumDetailPK, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentForumValue
(ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) Creates a new instance of ContentForumValueContentForumValue
(ContentForumPK contentForumPK, ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) Creates a new instance of ContentForumValue