Uses of Class
com.echothree.model.data.content.server.value.ContentCategoryDescriptionValue
Packages that use ContentCategoryDescriptionValue
Package
Description
-
Uses of ContentCategoryDescriptionValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCategoryDescriptionValueModifier and TypeMethodDescriptionContentControl.getContentCategoryDescriptionValue
(ContentCategoryDescription contentCategoryDescription) ContentControl.getContentCategoryDescriptionValueForUpdate
(ContentCategory contentCategory, Language language) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCategoryDescriptionValueModifier and TypeMethodDescriptionvoid
ContentControl.updateContentCategoryDescriptionFromValue
(ContentCategoryDescriptionValue contentCategoryDescriptionValue, BasePK updatedBy) -
Uses of ContentCategoryDescriptionValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryDescriptionValueModifier and TypeMethodDescriptionContentCategoryDescription.getContentCategoryDescriptionValue()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryDescriptionValueModifier and TypeMethodDescriptionvoid
ContentCategoryDescription.setContentCategoryDescriptionValue
(ContentCategoryDescriptionValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryDescriptionValueModifierConstructorDescriptionContentCategoryDescription
(ContentCategoryDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContentCategoryDescription -
Uses of ContentCategoryDescriptionValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryDescriptionValueModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.getValueFromPK
(Session session, ContentCategoryDescriptionPK pk) ContentCategoryDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryDescriptionValueModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.getValuesFromPKs
(Session session, Collection<ContentCategoryDescriptionPK> pks) ContentCategoryDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryDescriptionValueModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCategoryDescriptionValue value) ContentCategoryDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentCategoryDescriptionValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryDescriptionValueModifier and TypeMethodDescriptionvoid
ContentCategoryDescriptionFactory.create
(Session session, Collection<ContentCategoryDescriptionValue> _values) void
ContentCategoryDescriptionFactory.create
(Collection<ContentCategoryDescriptionValue> _values) -
Uses of ContentCategoryDescriptionValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCategoryDescriptionValue