Uses of Class
com.echothree.model.data.content.server.value.ContentCategoryDetailValue
Packages that use ContentCategoryDetailValue
Package
Description
-
Uses of ContentCategoryDetailValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCategoryDetailValueModifier and TypeMethodDescriptionContentControl.getContentCategoryDetailValueByNameForUpdate(ContentCatalog contentCatalog, String contentCategoryName) ContentControl.getContentCategoryDetailValueForUpdate(ContentCategory contentCategory) ContentControl.getDefaultContentCategoryDetailValueForUpdate(ContentCatalog contentCatalog) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCategoryDetailValueModifier and TypeMethodDescriptionvoidContentControl.updateContentCategoryFromValue(ContentCategoryDetailValue contentCategoryDetailValue, BasePK updatedBy) -
Uses of ContentCategoryDetailValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryDetailValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryDetailValueModifier and TypeMethodDescriptionvoidContentCategoryDetail.setContentCategoryDetailValue(ContentCategoryDetailValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryDetailValueModifierConstructorDescriptionContentCategoryDetail(ContentCategoryDetailValue value, EntityPermission entityPermission) Creates a new instance of ContentCategoryDetail -
Uses of ContentCategoryDetailValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryDetailValueModifier and TypeMethodDescriptionContentCategoryDetailFactory.getValueFromPK(Session session, ContentCategoryDetailPK pk) ContentCategoryDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryDetailValueModifier and TypeMethodDescriptionContentCategoryDetailFactory.getValuesFromPKs(Session session, Collection<ContentCategoryDetailPK> pks) ContentCategoryDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryDetailValueModifier and TypeMethodDescriptionContentCategoryDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContentCategoryDetailValue value) ContentCategoryDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentCategoryDetailValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryDetailValueModifier and TypeMethodDescriptionvoidContentCategoryDetailFactory.create(Session session, Collection<ContentCategoryDetailValue> _values) voidContentCategoryDetailFactory.create(Collection<ContentCategoryDetailValue> _values) -
Uses of ContentCategoryDetailValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCategoryDetailValue