Uses of Class
com.echothree.model.data.content.server.value.ContentPageDescriptionValue
Packages that use ContentPageDescriptionValue
Package
Description
-
Uses of ContentPageDescriptionValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageDescriptionValueModifier and TypeMethodDescriptionContentControl.getContentPageDescriptionValue(ContentPageDescription contentPageDescription) ContentControl.getContentPageDescriptionValueForUpdate(ContentPage contentPage, Language language) Methods in com.echothree.model.control.content.server.control with parameters of type ContentPageDescriptionValueModifier and TypeMethodDescriptionvoidContentControl.updateContentPageDescriptionFromValue(ContentPageDescriptionValue contentPageDescriptionValue, BasePK updatedBy) -
Uses of ContentPageDescriptionValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageDescriptionValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentPageDescriptionValueModifier and TypeMethodDescriptionvoidContentPageDescription.setContentPageDescriptionValue(ContentPageDescriptionValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentPageDescriptionValueModifierConstructorDescriptionContentPageDescription(ContentPageDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContentPageDescription -
Uses of ContentPageDescriptionValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageDescriptionValueModifier and TypeMethodDescriptionContentPageDescriptionFactory.getValueFromPK(Session session, ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageDescriptionValueModifier and TypeMethodDescriptionContentPageDescriptionFactory.getValuesFromPKs(Session session, Collection<ContentPageDescriptionPK> pks) ContentPageDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageDescriptionValueModifier and TypeMethodDescriptionContentPageDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContentPageDescriptionValue value) ContentPageDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentPageDescriptionValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageDescriptionValueModifier and TypeMethodDescriptionvoidContentPageDescriptionFactory.create(Session session, Collection<ContentPageDescriptionValue> _values) voidContentPageDescriptionFactory.create(Collection<ContentPageDescriptionValue> _values) -
Uses of ContentPageDescriptionValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageDescriptionValue