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 TypeMethodDescriptionvoidContentControl.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 TypeMethodDescriptionvoidContentSectionDescription.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 TypeMethodDescriptionvoidContentSectionDescriptionFactory.create(Session session, Collection<ContentSectionDescriptionValue> _values) voidContentSectionDescriptionFactory.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