Uses of Class
com.echothree.model.data.content.server.value.ContentWebAddressValue
Packages that use ContentWebAddressValue
Package
Description
-
Uses of ContentWebAddressValue in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentWebAddressValueMethods in com.echothree.model.data.content.server.entity with parameters of type ContentWebAddressValueModifier and TypeMethodDescriptionvoid
ContentWebAddress.setContentWebAddressValue
(ContentWebAddressValue value) Constructors in com.echothree.model.data.content.server.entity with parameters of type ContentWebAddressValueModifierConstructorDescriptionContentWebAddress
(ContentWebAddressValue value, EntityPermission entityPermission) Creates a new instance of ContentWebAddress -
Uses of ContentWebAddressValue in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressValueModifier and TypeMethodDescriptionContentWebAddressFactory.getValueFromPK
(Session session, ContentWebAddressPK pk) ContentWebAddressFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressValueModifier and TypeMethodDescriptionContentWebAddressFactory.getValuesFromPKs
(Session session, Collection<ContentWebAddressPK> pks) ContentWebAddressFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressValueModifier and TypeMethodDescriptionContentWebAddressFactory.getEntityFromValue
(EntityPermission entityPermission, ContentWebAddressValue value) ContentWebAddressFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentWebAddressValue value) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressValueModifier and TypeMethodDescriptionvoid
ContentWebAddressFactory.create
(Session session, Collection<ContentWebAddressValue> _values) void
ContentWebAddressFactory.create
(Collection<ContentWebAddressValue> _values) -
Uses of ContentWebAddressValue in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentWebAddressValue