Uses of Class
com.echothree.model.data.item.server.value.ItemDetailValue
Packages that use ItemDetailValue
Package
Description
-
Uses of ItemDetailValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemDetailValueModifier and TypeMethodDescriptionItemControl.getItemDetailValueByNameForUpdate
(String itemName) ItemControl.getItemDetailValueForUpdate
(Item item) Methods in com.echothree.model.control.item.server.control with parameters of type ItemDetailValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemFromValue
(ItemDetailValue itemDetailValue, BasePK updatedBy) -
Uses of ItemDetailValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemDetailValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemDetailValueConstructors in com.echothree.model.data.item.server.entity with parameters of type ItemDetailValueModifierConstructorDescriptionItemDetail
(ItemDetailValue value, EntityPermission entityPermission) Creates a new instance of ItemDetail -
Uses of ItemDetailValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemDetailValueModifier and TypeMethodDescriptionItemDetailFactory.getValueFromPK
(Session session, ItemDetailPK pk) ItemDetailFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemDetailValueModifier and TypeMethodDescriptionItemDetailFactory.getValuesFromPKs
(Session session, Collection<ItemDetailPK> pks) ItemDetailFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemDetailValueModifier and TypeMethodDescriptionItemDetailFactory.getEntityFromValue
(EntityPermission entityPermission, ItemDetailValue value) ItemDetailFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemDetailValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemDetailValueModifier and TypeMethodDescriptionvoid
ItemDetailFactory.create
(Session session, Collection<ItemDetailValue> _values) void
ItemDetailFactory.create
(Collection<ItemDetailValue> _values) -
Uses of ItemDetailValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemDetailValue