Uses of Class
com.echothree.model.data.content.server.value.ContentCategoryItemValue
Packages that use ContentCategoryItemValue
Package
Description
-
Uses of ContentCategoryItemValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCategoryItemValueModifier and TypeMethodDescriptionContentControl.getContentCategoryItemValue
(ContentCategoryItem contentCategoryItem) ContentControl.getContentCategoryItemValueForUpdate
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem) ContentControl.getDefaultContentCategoryItemValueForUpdate
(ContentCatalogItem contentCatalogItem) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCategoryItemValueModifier and TypeMethodDescriptionvoid
ContentControl.updateContentCategoryItemFromValue
(ContentCategoryItemValue contentCategoryItemValue, BasePK updatedBy) Use the function in ContentLogic instead. -
Uses of ContentCategoryItemValue in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic with parameters of type ContentCategoryItemValueModifier and TypeMethodDescriptionvoid
ContentLogic.updateContentCategoryItemFromValue
(ContentCategoryItemValue contentCategoryItemValue, BasePK updatedBy) -
Uses of ContentCategoryItemValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryItemValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryItemValueModifier and TypeMethodDescriptionvoid
ContentCategoryItem.setContentCategoryItemValue
(ContentCategoryItemValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryItemValueModifierConstructorDescriptionContentCategoryItem
(ContentCategoryItemValue value, EntityPermission entityPermission) Creates a new instance of ContentCategoryItem -
Uses of ContentCategoryItemValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryItemValueModifier and TypeMethodDescriptionContentCategoryItemFactory.getValueFromPK
(Session session, ContentCategoryItemPK pk) ContentCategoryItemFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryItemValueModifier and TypeMethodDescriptionContentCategoryItemFactory.getValuesFromPKs
(Session session, Collection<ContentCategoryItemPK> pks) ContentCategoryItemFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryItemValueModifier and TypeMethodDescriptionContentCategoryItemFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCategoryItemValue value) ContentCategoryItemFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentCategoryItemValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryItemValueModifier and TypeMethodDescriptionvoid
ContentCategoryItemFactory.create
(Session session, Collection<ContentCategoryItemValue> _values) void
ContentCategoryItemFactory.create
(Collection<ContentCategoryItemValue> _values) -
Uses of ContentCategoryItemValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCategoryItemValue