Uses of Class
com.echothree.model.data.content.server.value.ContentWebAddressDescriptionValue
Packages that use ContentWebAddressDescriptionValue
Package
Description
-
Uses of ContentWebAddressDescriptionValue in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentWebAddressDescriptionValueModifier and TypeMethodDescriptionContentControl.getContentWebAddressDescriptionValue(ContentWebAddressDescription contentWebAddressDescription) ContentControl.getContentWebAddressDescriptionValueForUpdate(ContentWebAddress contentWebAddress, Language language) Methods in com.echothree.model.control.content.server.control with parameters of type ContentWebAddressDescriptionValueModifier and TypeMethodDescriptionvoidContentControl.updateContentWebAddressDescriptionFromValue(ContentWebAddressDescriptionValue contentWebAddressDescriptionValue, BasePK updatedBy) -
Uses of ContentWebAddressDescriptionValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentWebAddressDescriptionValueModifier and TypeMethodDescriptionContentWebAddressDescription.getContentWebAddressDescriptionValue()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentWebAddressDescriptionValueModifier and TypeMethodDescriptionvoidContentWebAddressDescription.setContentWebAddressDescriptionValue(ContentWebAddressDescriptionValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentWebAddressDescriptionValueModifierConstructorDescriptionContentWebAddressDescription(ContentWebAddressDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ContentWebAddressDescription -
Uses of ContentWebAddressDescriptionValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressDescriptionValueModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getValueFromPK(Session session, ContentWebAddressDescriptionPK pk) ContentWebAddressDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressDescriptionValueModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getValuesFromPKs(Session session, Collection<ContentWebAddressDescriptionPK> pks) ContentWebAddressDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressDescriptionValueModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContentWebAddressDescriptionValue value) ContentWebAddressDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressDescriptionValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressDescriptionValueModifier and TypeMethodDescriptionvoidContentWebAddressDescriptionFactory.create(Session session, Collection<ContentWebAddressDescriptionValue> _values) voidContentWebAddressDescriptionFactory.create(Collection<ContentWebAddressDescriptionValue> _values) -
Uses of ContentWebAddressDescriptionValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentWebAddressDescriptionValue