Uses of Class
com.echothree.model.data.content.server.value.ContentPageLayoutDescriptionValue
Packages that use ContentPageLayoutDescriptionValue
Package
Description
-
Uses of ContentPageLayoutDescriptionValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageLayoutDescriptionValueModifier and TypeMethodDescriptionContentControl.getContentPageLayoutDescriptionValue(ContentPageLayoutDescription contentPageLayoutDescription) ContentControl.getContentPageLayoutDescriptionValueForUpdate(ContentPageLayout contentPageLayout, Language language) Methods in com.echothree.model.control.content.server.control with parameters of type ContentPageLayoutDescriptionValueModifier and TypeMethodDescriptionvoidContentControl.updateContentPageLayoutDescriptionFromValue(ContentPageLayoutDescriptionValue contentPageLayoutDescriptionValue, BasePK updatedBy) -
Uses of ContentPageLayoutDescriptionValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageLayoutDescriptionValueModifier and TypeMethodDescriptionContentPageLayoutDescription.getContentPageLayoutDescriptionValue()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutDescriptionValueModifier and TypeMethodDescriptionvoidContentPageLayoutDescription.setContentPageLayoutDescriptionValue(ContentPageLayoutDescriptionValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutDescriptionValueModifierConstructorDescriptionContentPageLayoutDescription(ContentPageLayoutDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContentPageLayoutDescription -
Uses of ContentPageLayoutDescriptionValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageLayoutDescriptionValueModifier and TypeMethodDescriptionContentPageLayoutDescriptionFactory.getValueFromPK(Session session, ContentPageLayoutDescriptionPK pk) ContentPageLayoutDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageLayoutDescriptionValueModifier and TypeMethodDescriptionContentPageLayoutDescriptionFactory.getValuesFromPKs(Session session, Collection<ContentPageLayoutDescriptionPK> pks) ContentPageLayoutDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageLayoutDescriptionValueModifier and TypeMethodDescriptionContentPageLayoutDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContentPageLayoutDescriptionValue value) ContentPageLayoutDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentPageLayoutDescriptionValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutDescriptionValueModifier and TypeMethodDescriptionvoidContentPageLayoutDescriptionFactory.create(Session session, Collection<ContentPageLayoutDescriptionValue> _values) voidContentPageLayoutDescriptionFactory.create(Collection<ContentPageLayoutDescriptionValue> _values) -
Uses of ContentPageLayoutDescriptionValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageLayoutDescriptionValue