Uses of Class
com.echothree.model.data.content.server.value.ContentSectionDescriptionValue
Packages that use ContentSectionDescriptionValue
Package
Description
-
Uses of ContentSectionDescriptionValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentSectionDescriptionValueModifier and TypeMethodDescriptionContentControl.getContentSectionDescriptionValue
(ContentSectionDescription contentSectionDescription) ContentControl.getContentSectionDescriptionValueForUpdate
(ContentSection contentSection, Language language) Methods in com.echothree.model.control.content.server.control with parameters of type ContentSectionDescriptionValueModifier and TypeMethodDescriptionvoid
ContentControl.updateContentSectionDescriptionFromValue
(ContentSectionDescriptionValue contentSectionDescriptionValue, BasePK updatedBy) -
Uses of ContentSectionDescriptionValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionDescriptionValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentSectionDescriptionValueModifier and TypeMethodDescriptionvoid
ContentSectionDescription.setContentSectionDescriptionValue
(ContentSectionDescriptionValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentSectionDescriptionValueModifierConstructorDescriptionContentSectionDescription
(ContentSectionDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContentSectionDescription -
Uses of ContentSectionDescriptionValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionDescriptionValueModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getValueFromPK
(Session session, ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionDescriptionValueModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getValuesFromPKs
(Session session, Collection<ContentSectionDescriptionPK> pks) ContentSectionDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionDescriptionValueModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentSectionDescriptionValue value) ContentSectionDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentSectionDescriptionValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionDescriptionValueModifier and TypeMethodDescriptionvoid
ContentSectionDescriptionFactory.create
(Session session, Collection<ContentSectionDescriptionValue> _values) void
ContentSectionDescriptionFactory.create
(Collection<ContentSectionDescriptionValue> _values) -
Uses of ContentSectionDescriptionValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentSectionDescriptionValue