Uses of Class
com.echothree.model.data.item.server.value.ItemDescriptionValue
Packages that use ItemDescriptionValue
Package
Description
-
Uses of ItemDescriptionValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemDescriptionValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemDescriptionValueModifier and TypeMethodDescriptionvoid
ItemDescription.setItemDescriptionValue
(ItemDescriptionValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemDescriptionValueModifierConstructorDescriptionItemDescription
(ItemDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemDescription -
Uses of ItemDescriptionValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemDescriptionValueModifier and TypeMethodDescriptionItemDescriptionFactory.getValueFromPK
(Session session, ItemDescriptionPK pk) ItemDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemDescriptionValueModifier and TypeMethodDescriptionItemDescriptionFactory.getValuesFromPKs
(Session session, Collection<ItemDescriptionPK> pks) ItemDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemDescriptionValueModifier and TypeMethodDescriptionItemDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ItemDescriptionValue value) ItemDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemDescriptionValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemDescriptionValueModifier and TypeMethodDescriptionvoid
ItemDescriptionFactory.create
(Session session, Collection<ItemDescriptionValue> _values) void
ItemDescriptionFactory.create
(Collection<ItemDescriptionValue> _values) -
Uses of ItemDescriptionValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemDescriptionValue