Uses of Class
com.echothree.model.data.item.server.value.ItemBlobDescriptionValue
Packages that use ItemBlobDescriptionValue
Package
Description
-
Uses of ItemBlobDescriptionValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemBlobDescriptionValueModifier and TypeMethodDescriptionItemControl.getItemBlobDescriptionValue(ItemBlobDescription itemBlobDescription) ItemControl.getItemBlobDescriptionValueForUpdate(ItemDescription itemDescription) Methods in com.echothree.model.control.item.server.control with parameters of type ItemBlobDescriptionValueModifier and TypeMethodDescriptionvoidItemControl.updateItemBlobDescriptionFromValue(ItemBlobDescriptionValue itemBlobDescriptionValue, BasePK updatedBy) -
Uses of ItemBlobDescriptionValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemBlobDescriptionValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemBlobDescriptionValueModifier and TypeMethodDescriptionvoidItemBlobDescription.setItemBlobDescriptionValue(ItemBlobDescriptionValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemBlobDescriptionValueModifierConstructorDescriptionItemBlobDescription(ItemBlobDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemBlobDescription -
Uses of ItemBlobDescriptionValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemBlobDescriptionValueModifier and TypeMethodDescriptionItemBlobDescriptionFactory.getValueFromPK(Session session, ItemBlobDescriptionPK pk) ItemBlobDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemBlobDescriptionValueModifier and TypeMethodDescriptionItemBlobDescriptionFactory.getValuesFromPKs(Session session, Collection<ItemBlobDescriptionPK> pks) ItemBlobDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemBlobDescriptionValueModifier and TypeMethodDescriptionItemBlobDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ItemBlobDescriptionValue value) ItemBlobDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ItemBlobDescriptionValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemBlobDescriptionValueModifier and TypeMethodDescriptionvoidItemBlobDescriptionFactory.create(Session session, Collection<ItemBlobDescriptionValue> _values) voidItemBlobDescriptionFactory.create(Collection<ItemBlobDescriptionValue> _values) -
Uses of ItemBlobDescriptionValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemBlobDescriptionValue