Uses of Class
com.echothree.model.data.item.server.value.ItemImageDescriptionValue
Packages that use ItemImageDescriptionValue
Package
Description
-
Uses of ItemImageDescriptionValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemImageDescriptionValueModifier and TypeMethodDescriptionItemControl.getItemImageDescriptionValue
(ItemImageDescription itemImageDescription) ItemControl.getItemImageDescriptionValueForUpdate
(ItemDescription itemDescription) Methods in com.echothree.model.control.item.server.control with parameters of type ItemImageDescriptionValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemImageDescriptionFromValue
(ItemImageDescriptionValue itemImageDescriptionValue, BasePK updatedBy) -
Uses of ItemImageDescriptionValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemImageDescriptionValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemImageDescriptionValueModifier and TypeMethodDescriptionvoid
ItemImageDescription.setItemImageDescriptionValue
(ItemImageDescriptionValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemImageDescriptionValueModifierConstructorDescriptionItemImageDescription
(ItemImageDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemImageDescription -
Uses of ItemImageDescriptionValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemImageDescriptionValueModifier and TypeMethodDescriptionItemImageDescriptionFactory.getValueFromPK
(Session session, ItemImageDescriptionPK pk) ItemImageDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemImageDescriptionValueModifier and TypeMethodDescriptionItemImageDescriptionFactory.getValuesFromPKs
(Session session, Collection<ItemImageDescriptionPK> pks) ItemImageDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemImageDescriptionValueModifier and TypeMethodDescriptionItemImageDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ItemImageDescriptionValue value) ItemImageDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemImageDescriptionValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemImageDescriptionValueModifier and TypeMethodDescriptionvoid
ItemImageDescriptionFactory.create
(Session session, Collection<ItemImageDescriptionValue> _values) void
ItemImageDescriptionFactory.create
(Collection<ItemImageDescriptionValue> _values) -
Uses of ItemImageDescriptionValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemImageDescriptionValue