Uses of Class
com.echothree.model.data.item.server.value.ItemClobDescriptionValue
Packages that use ItemClobDescriptionValue
Package
Description
-
Uses of ItemClobDescriptionValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemClobDescriptionValueModifier and TypeMethodDescriptionItemControl.getItemClobDescriptionValue(ItemClobDescription itemClobDescription) ItemControl.getItemClobDescriptionValueForUpdate(ItemDescription itemDescription) Methods in com.echothree.model.control.item.server.control with parameters of type ItemClobDescriptionValueModifier and TypeMethodDescriptionvoidItemControl.updateItemClobDescriptionFromValue(ItemClobDescriptionValue itemClobDescriptionValue, BasePK updatedBy) -
Uses of ItemClobDescriptionValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemClobDescriptionValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemClobDescriptionValueModifier and TypeMethodDescriptionvoidItemClobDescription.setItemClobDescriptionValue(ItemClobDescriptionValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemClobDescriptionValueModifierConstructorDescriptionItemClobDescription(ItemClobDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemClobDescription -
Uses of ItemClobDescriptionValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemClobDescriptionValueModifier and TypeMethodDescriptionItemClobDescriptionFactory.getValueFromPK(Session session, ItemClobDescriptionPK pk) ItemClobDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemClobDescriptionValueModifier and TypeMethodDescriptionItemClobDescriptionFactory.getValuesFromPKs(Session session, Collection<ItemClobDescriptionPK> pks) ItemClobDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemClobDescriptionValueModifier and TypeMethodDescriptionItemClobDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ItemClobDescriptionValue value) ItemClobDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ItemClobDescriptionValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemClobDescriptionValueModifier and TypeMethodDescriptionvoidItemClobDescriptionFactory.create(Session session, Collection<ItemClobDescriptionValue> _values) voidItemClobDescriptionFactory.create(Collection<ItemClobDescriptionValue> _values) -
Uses of ItemClobDescriptionValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemClobDescriptionValue