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 TypeMethodDescriptionvoidItemDescription.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(ItemDescriptionPK pk) ItemDescriptionFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemDescriptionValueModifier and TypeMethodDescriptionItemDescriptionFactory.getValuesFromPKs(Collection<ItemDescriptionPK> pks) ItemDescriptionFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemDescriptionValueModifier and TypeMethodDescriptionItemDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ItemDescriptionValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemDescriptionValueModifier and TypeMethodDescriptionvoidItemDescriptionFactory.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