Uses of Class
com.echothree.model.data.content.common.pk.ContentForumPK
Packages that use ContentForumPK
Package
Description
-
Uses of ContentForumPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentForumPKModifier and TypeMethodDescriptionContentForumDetail.getContentForumPK()ContentForum.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentForumPKModifier and TypeMethodDescriptionvoidContentForumDetail.setContentForumPK(ContentForumPK contentForumPK) -
Uses of ContentForumPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentForumPKModifier and TypeMethodDescriptionContentForumFactory.getNextPK()ContentForumFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentForumFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentForumPKModifier and TypeMethodDescriptionContentForumFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentForumFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentForumFactory.getPKsFromResultSetAsList(ResultSet rs) ContentForumFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentForumPKModifier and TypeMethodDescriptionContentForumDetailFactory.create(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) ContentForumFactory.getEntityFromCache(ContentForumPK pk) ContentForumFactory.getEntityFromPK(EntityPermission entityPermission, ContentForumPK pk) ContentForumFactory.getValueFromPK(ContentForumPK pk) voidContentForumFactory.remove(ContentForumPK pk) booleanContentForumFactory.validPK(ContentForumPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentForumPKModifier and TypeMethodDescriptionContentForumFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentForumPK> pks) ContentForumFactory.getValuesFromPKs(Collection<ContentForumPK> pks) voidContentForumFactory.remove(Collection<ContentForumPK> pks) -
Uses of ContentForumPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentForumPKModifier and TypeMethodDescriptionContentForumDetailValue.getContentForumPK()ContentForumValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentForumPKModifier and TypeMethodDescriptionvoidContentForumDetailValue.setContentForumPK(ContentForumPK contentForumPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentForumPKModifierConstructorDescriptionContentForumDetailValue(ContentForumDetailPK contentForumDetailPK, ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentForumDetailValue(ContentForumPK contentForumPK, ContentCollectionPK contentCollectionPK, ForumPK forumPK, Boolean isDefault, Long fromTime, Long thruTime) Creates a new instance of ContentForumDetailValueContentForumValue(ContentForumPK contentForumPK, ContentForumDetailPK activeDetailPK, ContentForumDetailPK lastDetailPK) Creates a new instance of ContentForumValue