Uses of Class
com.echothree.model.data.content.server.value.ContentCatalogDescriptionValue
Packages that use ContentCatalogDescriptionValue
Package
Description
-
Uses of ContentCatalogDescriptionValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCatalogDescriptionValueModifier and TypeMethodDescriptionContentControl.getContentCatalogDescriptionValue(ContentCatalogDescription contentCatalogDescription) ContentControl.getContentCatalogDescriptionValueForUpdate(ContentCatalog contentCatalog, Language language) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCatalogDescriptionValueModifier and TypeMethodDescriptionvoidContentControl.updateContentCatalogDescriptionFromValue(ContentCatalogDescriptionValue contentCatalogDescriptionValue, BasePK updatedBy) -
Uses of ContentCatalogDescriptionValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogDescriptionValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogDescriptionValueModifier and TypeMethodDescriptionvoidContentCatalogDescription.setContentCatalogDescriptionValue(ContentCatalogDescriptionValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogDescriptionValueModifierConstructorDescriptionContentCatalogDescription(ContentCatalogDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContentCatalogDescription -
Uses of ContentCatalogDescriptionValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogDescriptionValueModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getValueFromPK(Session session, ContentCatalogDescriptionPK pk) ContentCatalogDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogDescriptionValueModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getValuesFromPKs(Session session, Collection<ContentCatalogDescriptionPK> pks) ContentCatalogDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogDescriptionValueModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContentCatalogDescriptionValue value) ContentCatalogDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentCatalogDescriptionValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogDescriptionValueModifier and TypeMethodDescriptionvoidContentCatalogDescriptionFactory.create(Session session, Collection<ContentCatalogDescriptionValue> _values) voidContentCatalogDescriptionFactory.create(Collection<ContentCatalogDescriptionValue> _values) -
Uses of ContentCatalogDescriptionValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogDescriptionValue