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 TypeMethodDescriptionvoidContentForum.setActiveDetailPK(ContentForumDetailPK activeDetailPK) voidContentForum.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) ContentForumDetailFactory.getEntityFromCache(ContentForumDetailPK pk) ContentForumDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentForumDetailPK pk) ContentForumDetailFactory.getValueFromPK(ContentForumDetailPK pk) voidContentForumDetailFactory.remove(ContentForumDetailPK pk) booleanContentForumDetailFactory.validPK(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.getValuesFromPKs(Collection<ContentForumDetailPK> pks) voidContentForumDetailFactory.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 TypeMethodDescriptionvoidContentForumValue.setActiveDetailPK(ContentForumDetailPK activeDetailPK) voidContentForumValue.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