Uses of Class
com.echothree.model.data.item.server.value.ItemStringDescriptionValue
Packages that use ItemStringDescriptionValue
Package
Description
-
Uses of ItemStringDescriptionValue in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemStringDescriptionValueModifier and TypeMethodDescriptionItemControl.getItemStringDescriptionValue
(ItemStringDescription itemStringDescription) ItemControl.getItemStringDescriptionValueForUpdate
(ItemDescription itemDescription) Methods in com.echothree.model.control.item.server.control with parameters of type ItemStringDescriptionValueModifier and TypeMethodDescriptionvoid
ItemControl.updateItemStringDescriptionFromValue
(ItemStringDescriptionValue itemStringDescriptionValue, BasePK updatedBy) -
Uses of ItemStringDescriptionValue in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemStringDescriptionValueMethods in com.echothree.model.data.item.server.entity with parameters of type ItemStringDescriptionValueModifier and TypeMethodDescriptionvoid
ItemStringDescription.setItemStringDescriptionValue
(ItemStringDescriptionValue value) Constructors in com.echothree.model.data.item.server.entity with parameters of type ItemStringDescriptionValueModifierConstructorDescriptionItemStringDescription
(ItemStringDescriptionValue value, EntityPermission entityPermission) Creates a new instance of ItemStringDescription -
Uses of ItemStringDescriptionValue in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemStringDescriptionValueModifier and TypeMethodDescriptionItemStringDescriptionFactory.getValueFromPK
(Session session, ItemStringDescriptionPK pk) ItemStringDescriptionFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemStringDescriptionValueModifier and TypeMethodDescriptionItemStringDescriptionFactory.getValuesFromPKs
(Session session, Collection<ItemStringDescriptionPK> pks) ItemStringDescriptionFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemStringDescriptionValueModifier and TypeMethodDescriptionItemStringDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ItemStringDescriptionValue value) ItemStringDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemStringDescriptionValue value) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemStringDescriptionValueModifier and TypeMethodDescriptionvoid
ItemStringDescriptionFactory.create
(Session session, Collection<ItemStringDescriptionValue> _values) void
ItemStringDescriptionFactory.create
(Collection<ItemStringDescriptionValue> _values) -
Uses of ItemStringDescriptionValue in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemStringDescriptionValue